Click to See Complete Forum and Search --> : Convert Into Exe


snow_852003
03-13-2006, 02:43 AM
CAN THE JAVA PROGRAM (*.java)BE CONVERTED INTO .exe FILE AS IN THE CASE OF VB(FILE->MAKE PROJECT1.exe).
I WANT TO ADD A JAVA CODE AS A MODULE TO MY XML PROJECT THROUGH LINKING.
IT WAS POSSIBLE IN THE CASE OF VB , AS I CONVERTED INTO .exe AND THEN LINKED THAT .exe FILE USING href FUNCTION. BUT HELP ME OUT IN ADDING A JAVA CODE ALSO.

SOON SOON SOON PLZ :mad:

Khalid Ali
03-13-2006, 07:34 AM
u can create a jar file with your class files in it. And in the jar file add an attribute in the manifest.mf file
Main-Class:package.ClassThatHasMainMethodInIt

Hope this helps...a google search will bring allot more details on tis topic

snow_852003
03-14-2006, 05:05 AM
THANK U ADMIN. thanks for the reply and the solution was an effective one, google then helped me a lot. :D

snow_852003
03-14-2006, 05:06 AM
THANK U ADMIN. :D
thanks for the reply and the solution was an effective one, google then helped me a lot.
But i am RESPONSIBLE-BOUNDED to congratulate this forum.this was my first thread(with the fist login) posted for which i received the response. THANK U.

Khalid Ali
03-14-2006, 07:20 AM
yoou are welcome and glad to be of any help...:-)