Re: [newbie] JAVA compile

2003-10-30 Thread Raffaele Belardi
Do you have the java compiler installed? I am not sure it is installed 
by default. javac is probably the compiler provided by SUN.

raffele

[EMAIL PROTECTED] wrote:
Hi all,
I am trying to compile with java but when i try from
shell javac file.java i am geting
bash:javac:command not found  message.
How could i fix this?
my system is mdk9.1
thx
emin
__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] JAVA compile

2003-10-30 Thread Bryan Phinney
On Wednesday 29 October 2003 11:10 pm, emim limam wrote:
 Hi all,
 I am trying to compile with java but when i try from
 shell javac file.java i am geting
 bash:javac:command not found  message.
 How could i fix this?
 my system is mdk9.1
 thx
 emin

Make sure you have java installed and then make sure that java is in your 
path.

echo $PATH should show you something along the lines of:

blahblahblah:/usr/java/j2re1.4.1_03/bin

if you don't have java in the path, you need to add it in or explicitly point 
to it.

-- 
Bryan Phinney
Software Test Engineer


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] JAVA compile

2003-10-29 Thread emim limam
Hi all,
I am trying to compile with java but when i try from
shell javac file.java i am geting
bash:javac:command not found  message.
How could i fix this?
my system is mdk9.1
thx
emin

__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com