Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

RealJ

  Asked By: Bryant    Date: Dec 07    Category: Java    Views: 517
  

What happened to realj?! I can't find it any where on the net! Was
it renamed? Or can anyone suggest a good java compiler??
I'm in a java programming class and I'm used to realj but I would
not be opposed to using something else as long as it's not
JBuilder...I d/led that on my home comp. once and...well they didn't
get along.

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Elisabeth Bell     Answered On: Dec 07

Use JCreator. The new version has things so you can
minimize methods when you're done with them. Then you
can see your other methods. It's freeware, too. Get
the Learning Edition (LE).

 
Answer #2    Answered By: Midissia Lopez     Answered On: Dec 07

who said that the sun compiler is the best???
This is definitely wrong. Take jikes for example.
Much better error checking and so on and so on.

You are the first one that I hear who says that the sun compiler is the
best....

 
Answer #3    Answered By: Sebastien Anderson     Answered On: Dec 07

The SUN provides the standards for the JAVA programming
Language, SUN is where JAVA started, so still SUN knows what they are
dealing with!
Yeah jikes provides better error checking and so on and so on, but are
they standards? Providing non-standard extensions, makes the resultant
program unportable. You might know the case with C / C++, where after a
lot of quarrels regarding the extensions, we settled for ISO standards
for doing things.
So in my opinion SUN still provides the best compiler, and will remain
to do so ( at least it will be standard what others will follow )

 
Answer #4    Answered By: Hu Chalthoum     Answered On: Dec 07

The compilers don't really change the language at all, though. Java
still comes out with Java itself. The compilers just compile it
(hence why they're called compilers). Use any one you want. They're
usually free anyway.

 
Answer #5    Answered By: Danny Perkins     Answered On: Dec 07

The best java compiler is still provided by SUN .

 
Didn't find what you were looking for? Find more on RealJ Or get search suggestion and latest updates.

Related Topics:



Tagged:  

 

Related Post