how can i create an object for an executable file like .exe
1 reply to this topic
#1
Posted 23 January 2011 - 10:31 PM
|
|
|
#2
Posted 25 January 2011 - 09:50 AM
Java is not normally used to create object (.o) files, however you can use GCJ (the Gnu Compiler for Java) and the GCC backend to generate .o files with Java code, then link them into an .exe. You can also generate native files from .class files with GCJ.
Wow I changed my sig!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









