i've just switched to mac and im looking for an alternative for textpad- a program which allows you to write and compile java code
I am not the most experience programmer i would like something moderately simple but im open for ideas
Can anyone help
Thanks in advance
I'm looking for a very simple ide i heard eclipse was very complicated
It isn't particularly powerful compared to Eclipse (or my favorite JetBrains IDEA (http://jetbrains.com) but it's free and I found it to be reasonably straightforward:
http://www.netbeans.org/downloads/index.html
I will look into both thanks for the suggestion
I tried eclipse and netbeans but im having problems with things like projects and packages and more
Does anyone know a really really simple java ide i mean as simple as it gets
i dont think that is a java ide or any other programming ide???
Neither is Notepad. You just need to have the developer environment of Java installed.
In other words, install JDK (Java Development Kit), then open that notepad, write your program and save as Name.java (whichever your public class is).
Don't save as Name.java.txt.
If you save as strictly Name.java, it's a java file.
I was using texpad which can compile and run .java files can this program to the same ???
I use the command line so...
You just do: javac Name.java
java Name
And it will run. javac is COMPILE, JAVA is run.
I appreciate the suggestion but i dont feel comfortable doing that so im going to keep looking
Thanks for the help though
Why don't you feel comfortable doing it?
i was justing looking for a program which i can open and write code and click on something to compile and run it
I've gotten used to textpad and really wanted something similar for mac
| Forum legend: | |
| Locked thread | |
| Moderator | |
![]() |
CNET staff |
![]() |
Samsung staff |
| Norton Authorized Support team | |
| AVG staff | |
| Windows Outreach team | |
![]() |
Dell staff |
| Intel staff | |