Hello,
I have my application developed by netbeans, and now I want to make binary for windows and linux! Can I use gcc, if yes how?
Many thanks,
fbnsantos
Printable View
Hello,
I have my application developed by netbeans, and now I want to make binary for windows and linux! Can I use gcc, if yes how?
Many thanks,
fbnsantos
I don't mean to be rude, but you need to find a Java programmer, in person. gcc is for the C++ language, not the Java language, and Java doesn't use binaries in the sense you mean.
What binaries are you talking about, for windows and linux? Java doesn't have binaries as Steve says, and also NetBeans not deal with gcc compiler either, except you are using the C/C++ supported version. But there is no connection with gcc and Java.