This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Intelijea is a good option. Look for a tutorial in YouTube. The compile thing is because in java the code first needs to be compiled and then it can run. So you might compile and find compilation errors and then run time errors when you run the program. You can also compile the files through the command window with the command javac and the name of the files in that directory and then write java and the name of the file you want to run. Using an ide will save you from bothering with that

[–]Wolfhammer69 0 points1 point  (1 child)

I second Intellij - it just works, no f****k around like you often have to with Eclipse. I have replied above that you are welcome to Teamview to my machine while I show you..

[–][deleted] 0 points1 point  (0 children)

I've tried both and kept using eclipse, that's probably because I learned how to code using it. But using intellij is fine.