Author Topic: Best Java Compiler?  (Read 5179 times)

0 Members and 1 Guest are viewing this topic.

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
Best Java Compiler?
« on: February 04, 2006, 10:03:49 pm »
What do you guys suggest?  I am using JCreator at school right now, and I had it installed on my computer as well, but I took it off.  Do you guys have any other compilers you think are better that are also free?
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline Newby

  • Moderator
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Best Java Compiler?
« Reply #1 on: February 04, 2006, 10:07:20 pm »
javac.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Best Java Compiler?
« Reply #2 on: February 04, 2006, 10:42:51 pm »
javac -g

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Best Java Compiler?
« Reply #3 on: February 05, 2006, 03:45:39 am »
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Best Java Compiler?
« Reply #4 on: February 05, 2006, 08:35:16 am »
Eclipse is nice if you want an entire IDE to go with it. Kinda slow though, because it's written in Java (it's not all that bad though).

Currently I'm using TextPad and javac.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Best Java Compiler?
« Reply #5 on: February 05, 2006, 01:07:22 pm »
Yeah, you aren't looking for a "computer", there is only (sorta) one Java compiler. 

You're talking about an IDE, or a development environment. 

I personally use Eclipse.  It's heavy on resources, but it just has a lot of features that I can't find anywhere else (besides vim), and allows really easy code refactoring. 

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
Re: Best Java Compiler?
« Reply #6 on: February 05, 2006, 05:22:09 pm »
Alright, I will check that out.  Thanks guys. :)
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline Omen

  • Newbie
  • *
  • Posts: 92
  • kill to believe..
    • View Profile
    • Dark 0men
Re: Best Java Compiler?
« Reply #7 on: February 08, 2006, 01:58:47 pm »
I'd say Eclipse for more advanced programs.
- Omen of The Order
- Priest of Dark Elements

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
Re: Best Java Compiler?
« Reply #8 on: February 08, 2006, 03:37:13 pm »
I messed with Eclipse, but it's confusing me.  I am not use to it. :(

Ooh well, I will keep playing around with it. :D

The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline thebigred

  • Newbie
  • *
  • Posts: 7
  • I'm new here!
    • View Profile
Re: Best Java Compiler?
« Reply #9 on: March 14, 2006, 12:33:11 am »
this is kinda old...and i got bored...but the IDE i used when I was taking java programming was JCreator.  Just make a new java file and you can compile and run it with ease.  Nowadays eclipse just seems so much more godlier than it

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Best Java Compiler?
« Reply #10 on: March 17, 2006, 08:03:09 am »
Currently I'm using TextPad and javac.

I like it much, now that I'm more experienced with it. It has built in calls to javac (control-1), java (control-2), and appletviewer (control-3).
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Ender

  • x86
  • Hero Member
  • *****
  • Posts: 2390
    • View Profile
Re: Best Java Compiler?
« Reply #11 on: April 17, 2006, 11:00:31 pm »
Yes, javac pretty much is the java compiler that people use. There are others, such as GCJ. GCJ is a compiler package that is handy to have as it can convert java source files to executables.

As for IDEs, Eclipse owns. Textpad and Notepad2 are good if all you want is a good text editor for Java.