SMF For Free Support Forum

General Stuff => Programming => Java => Topic started by: guest4485 on July 01, 2008, 10:57:50 am

Title: Java Programs
Post by: guest4485 on July 01, 2008, 10:57:50 am
Hi, I'm not sure which programs to download to code Java can someone post links to each one? I know they are all on the java website but im not sure which programs to download.
Title: Re: Java Programs
Post by: Jessie on July 02, 2008, 01:13:27 pm
On your computer open c:/Program Files/Java and you'll see most likely all you have is "JRE" well you'll need "JDK" also, most people don't have this already. It can be found at java.sun.com.
Title: Re: Java Programs
Post by: nondier on February 04, 2009, 07:49:41 pm
ik a the best compiler... kk make a new file called compile.bat then put this in here..
Code: [Select]
@echo off
title compiling
javac *.java
pause
correct me if i made a mistike

and btw u dont need the "title compiling" thing it just makes it look more proffesional