|
hi
youll need a java compiler like javac. Then open your java
code file in emacs eg: filename.java which will open emacs in java
mode.
then pull down the tools menu and select compile.then type the
command javac filename.java , then run your file in a terminal with the
command java filename.And yes you should probably put the javac compiler in your
path sothat you dont have to type the full path to the compiler.
All the best start coding,
lloyd
|
