Question:
how to convert class files into executable files?
sudhachum
2006-06-11 04:58:36 UTC
should be converted not by using any .BAT files
Three answers:
Mohamed Mansour
2006-06-17 21:11:03 UTC
When you mean Class, I think you mean Java compiled object class files.



The answer is relatively simple, you could compile the class files as a jar file which is executable. Every famous IDE like Eclipse or Netbeans have such feature. In the Export Panel.



IF you care to make them as .exe, which is useless since your doing absolutely nothing. Programs actually do that.
Umax
2006-06-11 05:12:57 UTC
Class files.... ?? didn't understand anyway Use Visual Basic and Create a new File it's itself Exe file and Paste that code..... may be it works!
2016-03-27 04:28:37 UTC
If you mean in terms of Java then check the website in my source for details.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...