2DWorlds Forums
Java - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Scripting (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=13)
+--- Thread: Java (/showthread.php?tid=5823)

Pages: 1 2


Java - Dignity - 06-17-2011

I can't use the javac thing to compile my Java! (Is there anything that I can use for .jar?) I have it installed on C:\javac

What I'm I doing wrong?!


RE: Java - Blandflakes - 06-17-2011

I like using eclipse.

It's a text editor, compiler etc....

http://eclipse.org/


RE: Java - noob007 - 06-17-2011

Try putting it in your System32 folder...


RE: Java - Login - 06-17-2011

Command prompt -> type in dir


RE: Java - Dignity - 06-17-2011

Ummm... what's dir going do?


RE: Java - Login - 06-17-2011

http://download.oracle.com/javase/tutorial/getStarted/cupojava/win32.html

This should be more helpful.


RE: Java - Jacob__mybb_import1 - 06-17-2011

If you're going to be making anything more complex than a Hello World program, NetBeans is good.


RE: Java - Blandflakes - 06-17-2011

(06-17-2011, 07:51 PM)Jacob_ Wrote: If you're going to be making anything more complex than a Hello World program, NetBeans is good.

System.out.print("Hello world!");

I'm a java programer...[/sarcasm]


RE: Java - Dignity - 06-17-2011

Yes, I have NetBeans, but I want to get more complex... later.
I've tried everything. I looked at the errors, and did what it said to fix it, still didn't work!

Is javac suppose to be an empty file?
Also, is there a cmd that let's me convert into a .jar file?


RE: Java - Login - 06-17-2011

(06-17-2011, 09:27 PM)roperson Wrote: Yes, I have NetBeans, but I want to get more complex... later.
I've tried everything. I looked at the errors, and did what it said to fix it, still didn't work!

Is javac suppose to be an empty file?
Also, is there a cmd that let's me convert into a .jar file?

I only know to make .class files at the moment.