• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

compiler

 
Ranch Hand
Posts: 315
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to start studying for SCJP, i don't like just using the javac compiler @ my school.
So any simple compiler and development tools which is easy and small to use?
 
Ranch Hand
Posts: 2120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wellcome to Ranch of Java. (maybe the best forum in the net for SCJP)
Please change your displayed name according our unique rule:name policy
For the exam you won't need any tool apart from the compiler and a text editor.
[ May 03, 2002: Message edited by: Jose Botella ]
 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're getting ready for the exam, I'd try getting used to using javac. That's the standard compiler that comes with JDK 1.2, which is what the exam covers.
After you're certified, you might try out some IDE's or new compilers. I hear that IBM has a compiler that goes by the name of Jikes that is really nice.
However, in order to study for the exam, I'd stick with javac. That'll set you up the best for taking the exam.
Corey
 
Jackie Wang
Ranch Hand
Posts: 315
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for prompt reply. So any recommendation for the compiler in window environment?

Originally posted by Corey McGlone:
If you're getting ready for the exam, I'd try getting used to using javac. That's the standard compiler that comes with JDK 1.2, which is what the exam covers.
After you're certified, you might try out some IDE's or new compilers. I hear that IBM has a compiler that goes by the name of Jikes that is really nice.
However, in order to study for the exam, I'd stick with javac. That'll set you up the best for taking the exam.
Corey

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Free download JDK 1.2.2 from java.sun.com
[ May 03, 2002: Message edited by: Leif Huang ]
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you insist on using an IDE, JCreator is a nice, full-featured, small, and fast (as it is written in C+ not Java) IDE to use. Plus a free version is available.
Good Luck.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic