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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to convert Class File in executable in solaris

Status
Not open for further replies.

Bsivaprasad

Programmer
Apr 12, 2001
3
IN
Hai !
We devolped a product in Java Solaris Platform, we giving that product in jar file. there is a chance to open jar file into class files. and see our code how it possible to convert class files into executables and supply to Customer In solaris platform.
 
Looking at class files in a jar file doesn't let you see the source, but it is possible to decompile class files (Java executables) to produce source code. You could prevent this by using an obfuscator. This will strip out variable names, etc. which can help classes to run faster. At the same time, depending on the obfuscation software used, it can be rendered un-decompilable.

Various products are available to do this.

Depends how trustworthy your clients are, and how covetable your code is. My home ----> visit me for Java and Data Warehousing resources
 
GCJ compiler does not support swing , but I devolped project with full Swing.Pl inform How to convert java class files into executables in solaris platform
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top