944,147 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 3054
  • Java RSS
You are currently viewing page 1 of this multi-page discussion thread
Aug 23rd, 2005
0

java compiler

Expand Post »
where can i download a java compiler?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dummy00 is offline Offline
7 posts
since May 2005
Aug 23rd, 2005
0

Re: java compiler

hi

you can download j2se from http://java.sun.com/j2se/1.5.0/download.jsp
and set the path. You can use notepad to compile ur java programs.
Reputation Points: 10
Solved Threads: 1
Posting Whiz
sam1 is offline Offline
300 posts
since Nov 2004
Aug 23rd, 2005
0

Re: java compiler

Hi everyone,

If you do not want to use notepad, you can use the ide i am using
called Java IDE version 1.9. Its a no frills ide and thus no gui builder but you will learn more because you will be coding everything by hand

Here is the link you can download from

http://www.it.bton.ac.uk/staff/je/javide19.zip

I hoped this helped you

Yours Sincerely

Richard West
Reputation Points: 25
Solved Threads: 10
Practically a Master Poster
freesoft_2000 is offline Offline
623 posts
since Jun 2004
Aug 23rd, 2005
0

Re: java compiler

thanks :mrgreen:
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dummy00 is offline Offline
7 posts
since May 2005
Aug 23rd, 2005
0

Re: java compiler

Eclipse is also a nice editor. A little bit of a memory hog, but i really enjoy working with it.

Regards,

Nate
Reputation Points: 11
Solved Threads: 8
Posting Whiz in Training
hooknc is offline Offline
216 posts
since Aug 2005
Aug 23rd, 2005
0

Re: java compiler

Using JavaIDE:
--------------
The first time you run JavaIDE you will need to set it up for use with
your compiler (either Sun's "javac" compiler supplied as part of the
Java SDK, IBM's Jikes compiler, or the GJ compiler for the Generic
Java language). Choose the appropriate compiler and specify its full path
name; locate the runtime library "rt.jar" in your Java Runtime Environment
installation, and specify an applet viewer (either Sun's applet viewer
supplied with the Java SDK or a Java-aware web browser).

hi.. can you pls explain this.. im confused
where can i get this? (Sun's "javac" compiler supplied as part of the
Java SDK,)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dummy00 is offline Offline
7 posts
since May 2005
Aug 23rd, 2005
0

Re: java compiler

Yes, the java compiler is part of the SDK download. Javac is the program name that you will need from the sdk and is located in /jdk<version>/bin.

The rt.jar file is located in the /jdk<version>/jre/lib directory.

Regards,

Nate
Reputation Points: 11
Solved Threads: 8
Posting Whiz in Training
hooknc is offline Offline
216 posts
since Aug 2005
Aug 23rd, 2005
0

Re: java compiler

ok thanks nate
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dummy00 is offline Offline
7 posts
since May 2005
Aug 23rd, 2005
0

Re: java compiler

If you don't want to pay for an editor and you don't like VI (hard to imagine, but some people haven't seen the light) Eclipse is one of the best options (though not for beginners, jEdit or jExt are better for them as Eclipse like all IDEs prevents learning how to use the commandline tools by hiding all that from you which is a Bad Thing).
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Aug 24th, 2005
0

Re: java compiler

Another excellent editor is VIM (http://www.vim.org/about.php), think VI with buffers (multiple files) and syntax highlighting etc ... I couldn't be without it. Whenever I use any other editor I end up with ":w" all throughout my documents it's habbit.
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Kate Albany is offline Offline
71 posts
since Jun 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: os questions...
Next Thread in Java Forum Timeline: making a web crawler





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC