Click to See Complete Forum and Search --> : how can i do this??!!


java-lover
04-18-2005, 12:47 PM
* Hay how can i convert the java file to an executable file ...
:confused: do any one knows how???
* How can i show in the executable file the name of the program and the auther name , or any thing else that ican bulid it in the executable file that will make it look like real program......

would you help me please???

Khalid Ali
04-18-2005, 04:38 PM
A java class file is an executeable file, however I am guessing that you meant a clickable executeable file. If so then you need to create a jar file and in the menifest.mf file you can put authors name, company name etc.

ray326
04-19-2005, 12:58 AM
Another alternative would be to use one of the Java native code compilers that build single platform executables like a C/C++ compiler does.

java-lover
04-19-2005, 03:34 AM
thanks khalid
how can i create the jar file
would you please help me .....;)
do you know any tutorials on that...

Khalid Ali
04-19-2005, 08:11 AM
this should get you started (http://java.sun.com/docs/books/tutorial/jar/basics/), once you start working on it, you can post specific problems here and we will try to help you out.

najmat alLayl
05-03-2005, 10:40 AM
i am interesting in the same topis ..
i read the link but after creating jar file then how can i contenue unteal i can open my output by double click an icon and even after clicking i can display msg about my program or a picture then the output comes..i saw it before in many semenares and how could i do it i didn't get it yet.