Hey !!
I am a beginner in JAVA. I want to compile two files together together through Netbeans. My applet has 6 files of code. But I dont know how to compile them through NetBeans.
So , plz help
Thanks in advance...:) :)
Printable View
Hey !!
I am a beginner in JAVA. I want to compile two files together together through Netbeans. My applet has 6 files of code. But I dont know how to compile them through NetBeans.
So , plz help
Thanks in advance...:) :)
What do you mean by compile? Like making a JAR file?
I mean to run the code
What happens when you click run on netbeans?
It compiles just single file, one at a time. I need all files to run at a time for the applet to work properly
Um, the compiler starts each class when its needed automatically. If you start it, the main method will run the program as its needed.