didn't you forget the $ sign?

>PATH=jsdk_directory/bin:{$PATH}
                          ^
>export PATH


~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

>-----Original Message-----
>From: Tim O'Neil [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, July 17, 2001 3:23 PM
>To: [EMAIL PROTECTED]
>Subject: Re: classpath?
>
>
>At 03:15 PM 7/17/2001, you wrote:
>>Hi all!
>>
>>I hope somebody can help me..
>>In Windows, when you install jdk and jsdk (to compiling applets and
>>servlets) you have to add or modified the variables PATH and CLASSPATH
>>in autoexec.bat file..... but in Solaris I don't know where (I think
>>.profile) and how configure it...
>>When I type   JAVAC SOMESERVLET.JAVA    I want the javac command invoke
>>at jsdk_directory/bin/javac and use the libraries of jsdk_directory.
>
>You might need to know which shell you're running,
>but you're right, you'll probably get away with adding
>this line to your .profile:
>
>PATH=jsdk_directory/bin:{PATH}
>export PATH
>
>

Reply via email to