Little Fighter Empire - Forums
Java editing help - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: General Zone (https://lf-empire.de/forum/forumdisplay.php?fid=23)
+--- Forum: Programming (https://lf-empire.de/forum/forumdisplay.php?fid=50)
+--- Thread: Java editing help (/showthread.php?tid=9106)



Java editing help - Alapottra - 02-10-2014

I am newcomer at java editing so i don't know what tools do i need to edit java ?


RE: Java editing help - YinYin - 02-10-2014

You need the java development kit (JDK): http://www.oracle.com/technetwork/java/javase/downloads/index.html?ssSourceSiteId=otnjp
Some text editor (notepad will do).
And the command line.

Then google yourself some java "Hello World" tutorials, write and run your first program and move on from there.


RE: Java editing help - Alapottra - 02-10-2014

Thanks yinyin