Click to See Complete Forum and Search --> : Java Editing Programs


Stevos
06-22-2005, 04:37 PM
I was wondering if there are programs required for MAKING and TESTING Java applications and, if so, where can I download some free ones?

Thanks!

Ximvu
06-22-2005, 06:18 PM
Java applications? In order to test them you will need the JRE (Java Runtime Envirnonment), in order to make them you will need the JDK (Java Development Kit), both of which can be obtained from http://java.sun.com Once you have these two things you should be able to make programs using any text editor (Notepad, Emacs, Vi, Microsoft Word, etc.) and run them using a command line.

Stevos
06-23-2005, 02:47 PM
Thanks dude

Akkadian
06-26-2005, 04:27 AM
Or you can download and use the NetBeens for compiling and running your programs. It is very nice platform similar to .NET environment if you are familiar with it. Or Download BlueJ, which is another compiler program. I personally like to use blueJ even though it crashes sometimes.

Good luck

sajuneeli
12-02-2005, 01:44 AM
you can use marathon for testing. it is free downloadable.
"Marathon is a testing framework for GUI applications developed using Java/Swing"
location http://marathonman.sourceforge.net
good luck