Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-25-2006, 10:18 PM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2006

Posts: 46

haroldthesage

Default Java Compiling on Windows

Does anybody know of a free java compiler for windows, preferably not cygwin?
__________________
I would have had a girlfriend by now if girls would just stop shooting me when I get close.

I found my special someone once, she immediately realized her mistake and jumped off a bridge.

For the final time, I WILL NOT BE SERIOUS!

Somewhere out there, there's an angry mob with pitchforks and torches just waiting to form.

I will not answer random PMs don't waste your time.
haroldthesage is offline  
Old 11-25-2006, 10:56 PM   #2 (permalink)
kfc469's Avatar
 
Ultra Techie

Join Date: May 2006

Posts: 924

kfc469

Send a message via AIM to kfc469
Default

why don't you just use the one that comes with the java SDK? Then you just go to the command prompt and go the the folder where your .java file is located, type javac 'file' and your done. You could also download netbeans, it has a compiler built in.
__________________

kfc469 is offline  
Old 11-26-2006, 01:46 PM   #3 (permalink)
 
Newb Techie

Join Date: Nov 2006

Posts: 46

haroldthesage

Default

I don't have that on my computer where can i download it?
__________________
I would have had a girlfriend by now if girls would just stop shooting me when I get close.

I found my special someone once, she immediately realized her mistake and jumped off a bridge.

For the final time, I WILL NOT BE SERIOUS!

Somewhere out there, there's an angry mob with pitchforks and torches just waiting to form.

I will not answer random PMs don't waste your time.
haroldthesage is offline  
Old 11-26-2006, 11:17 PM   #4 (permalink)
 
Newb Techie

Join Date: Nov 2006

Posts: 19

SAFX

Default

If you want a command line compiler, use javac as kfc469 suggested. If you want a visual development environment (aka IDE), download Eclipse and you will never go back to using anything else, trust me. Eclipse is an amazing tool for development, and is also 100% free. THe commercial IDE market will be dead in a few years because of Eclipse, if it isn't dead already.

SAFX
SAFX is offline  
Old 11-27-2006, 12:31 AM   #5 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
I don't have that on my computer where can i download it?
From Sun's Java website: java.sun.com. In the future, when you're looking for a program, try Google first.

Quote:
THe commercial IDE market will be dead in a few years because of Eclipse, if it isn't dead already.
Visual Studio isn't going anywhere any time soon. I don't think Eclipse will ever be a serious threat to VS.
jaeusm is offline  
Old 11-27-2006, 04:43 AM   #6 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

well considering were talking about java visual studio doesnt support it anyway it uses the far more superior C# . Also you could try these below for java:

1.Netbeans
http://www.netbeans.org/

2.Jedit
http://www.jedit.org/
__________________
baronvongogo is offline  
Old 11-27-2006, 07:24 AM   #7 (permalink)
 
Newb Techie

Join Date: Nov 2006

Posts: 19

SAFX

Default

I was talking about the Java IDE market. Visual Studio is the MS world of VB, C++, and C#. I hope you realize VS has nothing to do with Java, or with this thread. For a minute there you made me second guess myself :-)

SAFX
SAFX is offline  
Old 11-27-2006, 01:09 PM   #8 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
well considering were talking about java
The statement I quoted was not specific to Java, even if it was intended to be.

Quote:
visual studio doesnt support it anyway
Yes and no. It supports J#, which is Java syntax. The difference is in the bytecode.

Quote:
I hope you realize VS has nothing to do with Java
"Nothing" is a bad choice of words.
jaeusm is offline  
Old 11-27-2006, 01:21 PM   #9 (permalink)
 
Super Techie

Join Date: Jul 2004

Posts: 375

Nikkon

Default

Eclipse(IDE). Google it for the link. You'll still have to get the JDK off sun's site. Google that too.
__________________
AMD 3800+ X2
Zalman CNPS7000B CPU Heatsink/Fan
ASUS A8N Premium
2 GB G. Skill DDR 400 (2 X 1 GB)
1 GB Ultra DDR 400 (2 X 512 GB)
eVGA 7800GT 256MB
120 GB seagate HD (7200RPM)
80 GB Seagate HD (7200RPM)
Sound Blaster Audigy 2 Platium ZS Sound Card
Logitec z5300 5.1 THX certified speaker
Medusa 5.1 Headphones
ATI TV turner card
DVD Drive
CD Burner Drive
Razer Copperhead Gaming mouse
Nikkon is offline  
Old 11-30-2006, 11:53 AM   #10 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

Eclipse is not just an IDE, it is also a framework, much like springboard and .NET.

Also, VS would work as and editor for java files...but I digress.

Yes, Eclipse is very popular with the OSS community, for good reason, but if your just starting out with java, I would suggest getting the bundled package from sun.com. It's the sdk, documentation, and the Netbeans IDE. Netbeans is good in it's own right.
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On