Can i compile and run Java GUI application made using netbeans IDE on windows in Linux ?
I am a novice in java application developement. I just want to know that whether I can run the GUI application made on NetBeans-IDE(Windows) in Linux by some how compiling and executing the source code. I’m having Fedora 12 with all the utilities like javac and java installed on it. If any other utility is required then also let me know. Thanks in advance
Tagged with: application developement • fedora • gui application • java application • javac • Linux • novice • source code • thanks in advance
Filed under: Linux Applications
Like this post? Subscribe to my RSS feed and get loads more!
At my User folder I have the latest and greatest JDK1.6_updatexxx. Installing NetBeans did a search and found both the Linux JDK and the latest and greatest. NetBeans maintains an inner library of -classpath for you. You can peg the level of Java you want and the JDK you want. My NetBeans_projects folder is also at that User login level so I can rapidly add or take out resources on one of my projects.
In your studies of java, you might come across one day the statement that Java is Write Once Run Anywhere.
Finally, I dont’ care for FormsBuilder. You will have to see several code examples of how to sneak in your options. Instead, I like textbook code and my own LayoutManager choice. Be sure and do the Java tutorials on getting started.