java compiler

Reply

Join Date: May 2005
Posts: 7
Reputation: dummy00 is an unknown quantity at this point 
Solved Threads: 0
dummy00's Avatar
dummy00 dummy00 is offline Offline
Newbie Poster

java compiler

 
0
  #1
Aug 23rd, 2005
where can i download a java compiler?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 257
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

Re: java compiler

 
0
  #2
Aug 23rd, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 609
Reputation: freesoft_2000 is an unknown quantity at this point 
Solved Threads: 7
freesoft_2000 freesoft_2000 is offline Offline
Practically a Master Poster

Re: java compiler

 
0
  #3
Aug 23rd, 2005
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
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond

Tell me what type of software do you like and what would you pay for it

http://www.daniweb.com/techtalkforums/thread19660.html
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 7
Reputation: dummy00 is an unknown quantity at this point 
Solved Threads: 0
dummy00's Avatar
dummy00 dummy00 is offline Offline
Newbie Poster

Re: java compiler

 
0
  #4
Aug 23rd, 2005
thanks :mrgreen:
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 216
Reputation: hooknc is an unknown quantity at this point 
Solved Threads: 8
hooknc hooknc is offline Offline
Posting Whiz in Training

Re: java compiler

 
0
  #5
Aug 23rd, 2005
Eclipse is also a nice editor. A little bit of a memory hog, but i really enjoy working with it.

Regards,

Nate
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 7
Reputation: dummy00 is an unknown quantity at this point 
Solved Threads: 0
dummy00's Avatar
dummy00 dummy00 is offline Offline
Newbie Poster

Re: java compiler

 
0
  #6
Aug 23rd, 2005
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,)
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 216
Reputation: hooknc is an unknown quantity at this point 
Solved Threads: 8
hooknc hooknc is offline Offline
Posting Whiz in Training

Re: java compiler

 
0
  #7
Aug 23rd, 2005
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
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 7
Reputation: dummy00 is an unknown quantity at this point 
Solved Threads: 0
dummy00's Avatar
dummy00 dummy00 is offline Offline
Newbie Poster

Re: java compiler

 
0
  #8
Aug 23rd, 2005
ok thanks nate
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,145
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: java compiler

 
0
  #9
Aug 23rd, 2005
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).
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 71
Reputation: Kate Albany is an unknown quantity at this point 
Solved Threads: 1
Kate Albany Kate Albany is offline Offline
Junior Poster in Training

Re: java compiler

 
0
  #10
Aug 24th, 2005
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC