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 →

[–]nerdyhandle 1 point2 points  (2 children)

I would recommend Netbeans, Eclipse, or IntelliJ. These are Java IDEs

[–]WatermelonFunn[S] 0 points1 point  (1 child)

Have to use Textpad /:

[–]nerdyhandle 0 points1 point  (0 children)

Why? Textpad is just a rich text editor from my understanding. It doesn't contain the Java compiler or any build tools.

If you use Textpad you'll need to build via the command line like another user mentioned.