Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making lcass files to exes

Status
Not open for further replies.

srikandula

Programmer
Dec 28, 2000
31
US
how can we make class files to exe files so that i can just run by the name of the programm .

note:- where i am running class files don't have jdk installed.
 
Im not 100% sure but I dont think that is a possibility. Well you dont necessarily need the JDK but you will need a JRE. Java is not a native language that can be executed directly by the OS.

There is a way to convert a class file to a .exe file, but you will still need JRE for it to work. (And besides... a .exe is sooo.... Microsoft.....)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top