Question:
Can u give me a hand in Java ?
2012-01-10 11:26:19 UTC
do you know any program that allow me to compile java programs.i am using Eclipse but i am finding difficulties in using it .if u know any other program for free i would really appreciate it .
Six answers:
R...
2012-01-10 11:35:50 UTC
you can use netbeans
Julia
2012-01-10 19:36:25 UTC
Eclipse can be a pain. Personally I prefer using the javac command directly at a command line. If you are programming in a Unix/Linux or Mac environment, you probably already have this. In Windows, you can download and install Cygwin.

If you prefer to stick with an IDE, I have found IntelliJ Idea to be easier to use than Eclipse.
2012-01-10 19:37:08 UTC
Just use the JDK Java compiler, javac. It may not be as technologically advanced as you would like, but since there are no heavy applications using javac for you (which Eclipse does), it is basically guaranteed to work provided you use it correctly. I have linked a tutorial page that outlines its use.
K
2012-01-10 19:43:37 UTC
Jgrasp is nice as it has no fancy frills to it, which makes compiling super easy. Just type your code and press the compile button. If you looking for something with more features, use Netbeans. easy to use, has a GUI builder and offers corrections to many common mistakes you might have made. Both are free and available to download of the internet. Just Google them.
?
2012-01-10 19:47:12 UTC
You need the JDK installed to compile Java programs. Do you have it installed? If not, you can download it here:



http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html



If the problem is that you just don't like Eclipse, try Netbeans:

http://netbeans.org/
2012-01-10 19:45:13 UTC
I use netbeans 7.0.1, and it's great.


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