I use to have but since have lost it a simple JAVA editor that will allow me to just create a simple .java files.
This is mostly used to work with tutorials and things like JavaBeans or even Eclipse is way over my head and to complext to use.
For example I want to test this out.
// HelloWorld.java
//
//
// Cut and paste this code into a file named:
// HelloWorld.java
//
// Compile and run:
// javac HelloWorld.java
// java HelloWorld
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World,"
System.out.println("It's me..."
}
}
I miss the simple days, but I really need something that will work within Windows and not from the cmd line.
Thank you for the help.
Jim
This is mostly used to work with tutorials and things like JavaBeans or even Eclipse is way over my head and to complext to use.
For example I want to test this out.
// HelloWorld.java
//
//
// Cut and paste this code into a file named:
// HelloWorld.java
//
// Compile and run:
// javac HelloWorld.java
// java HelloWorld
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World,"
System.out.println("It's me..."
}
}
I miss the simple days, but I really need something that will work within Windows and not from the cmd line.
Thank you for the help.
Jim