PDA

View Full Version : Writing in java


madtaz
October 2nd, 2007, 11:24 AM
Hi all sorry to be a total noob but can you write java in emacs.

Madtaz

KillMyBrain
October 2nd, 2007, 11:37 AM
I'm not sure, but I know you can edit Java script in Emacs...

Black Mage
October 2nd, 2007, 11:56 AM
You can write and use java as long as your OS supports a java runtime enviroment and you are able to compile java code. Compiling can be done using various methods such as command line "javac" or using an IDE like Eclipse.

CptPicard
October 2nd, 2007, 12:06 PM
Short answer, yes... Emacs has java-mode.

madtaz
October 2nd, 2007, 12:13 PM
Thank you all for a quick response.

Thanks again

Madtaz