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

Search results for query: *

  • Users: National
  • Order by date
  1. National

    How do I make an .exe file from my java programs?

    Its against priciples of java to create exe.This is to ensure cross-platform compatibility. The compilation process creates a byte code ( class file). WHen u run this class file, the JVM interprets this class. The equivalent of exe would be to create a batch file that has "java...
  2. National

    Decompiling .class files

    You can Obfuscate your code, there are several encryption softwares available in the market. What obfuscation does is to rename your classes, functions and packages in meaningless ones like a, b,c etc.
  3. National

    Decompiling .class files

    You can Obfuscate your code, there are several encryption softwares available in the market. What obfuscation does is to rename your classes, functions and packages in meaningless junk like a, b,c etc.

Part and Inventory Search

Back
Top