Author |
Message |
person
|
Posted: Sat Feb 26, 2005 7:30 pm Post subject: where to find java |
|
|
can i get Java somewhere for free? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
wtd
|
|
|
|
 |
Hikaru79
|
Posted: Sat Feb 26, 2005 11:16 pm Post subject: Re: where to find java |
|
|
person wrote: can i get Java somewhere for free?
Java *is* free, at least for the uses you most likely have in mind. WTD's link is what you want, just thought I'd clear up the fact that you're not pirating it here or anything It's officially free. |
|
|
|
|
 |
person
|
Posted: Sun Feb 27, 2005 6:11 pm Post subject: (No subject) |
|
|
u guys probably think im lazy or something but im just stupid cuz where do i click next??
SO MANY LINKS!  |
|
|
|
|
 |
Hikaru79
|
|
|
|
 |
wtd
|
Posted: Sun Feb 27, 2005 11:02 pm Post subject: (No subject) |
|
|
If you're new (to Java or programming in general), learn to program without an IDE. |
|
|
|
|
 |
Martin

|
Posted: Mon Feb 28, 2005 12:41 pm Post subject: (No subject) |
|
|
Use GViM if you're on Windows, or just ViM if you're on Linux. |
|
|
|
|
 |
wtd
|
Posted: Mon Feb 28, 2005 12:54 pm Post subject: (No subject) |
|
|
Or, you know, a GUI text editor works just as well, and does syntax highlighting too. Textpad is good on Windows. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
rizzix
|
Posted: Mon Feb 28, 2005 3:05 pm Post subject: (No subject) |
|
|
well Vim does synax highlight. but i'd recommend gui over cui anyday specially if the gui is done right. (well specially for text editors/word processors) |
|
|
|
|
 |
wtd
|
Posted: Mon Feb 28, 2005 3:12 pm Post subject: (No subject) |
|
|
GUI text editor for editing... Command-line for compiling and running. |
|
|
|
|
 |
person
|
Posted: Mon Feb 28, 2005 4:14 pm Post subject: (No subject) |
|
|
thanx for all the help |
|
|
|
|
 |
person
|
Posted: Tue Mar 01, 2005 4:12 pm Post subject: (No subject) |
|
|
i feel stupid just asking this question but after i install it, it goes into "My Programs" and after i go into the folder there are like a million other folders...so anyways how do i open Java? |
|
|
|
|
 |
wtd
|
Posted: Tue Mar 01, 2005 6:22 pm Post subject: (No subject) |
|
|
Start -> Run, enter "cmd" and hit enter. Now try to run "java" and "javac". The former is the program that actually runs compiled programs, and the latter is the compiler itself. |
|
|
|
|
 |
person
|
Posted: Tue Mar 01, 2005 6:57 pm Post subject: (No subject) |
|
|
'javac' is not recognized as an internal or external command, operable program or batch file. |
|
|
|
|
 |
wtd
|
Posted: Tue Mar 01, 2005 7:05 pm Post subject: (No subject) |
|
|
Ok, then you need to add it to PATH. Which version of Windows? |
|
|
|
|
 |
|