Tools.jar

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Tools.jar

Robert L Hamilton
what is the meaning of the \\ in

C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar

I cannot get Tools.jar in the right slot.

Thanks for the help

Bob Hamilton

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Tools.jar

ThSITC
As I already did recommend:

   Copy the ...\lib\tools.jar to the proper ...\jre\lib\tools.jar.

Then, javac will work ... ! (without the need to change the classpath at all)
Thomas.
========================================================
Am 26.08.2011 19:45, schrieb Robert Hamilton:
what is the meaning of the \\ in

C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar

I cannot get Tools.jar in the right slot.

Thanks for the help

Bob Hamilton
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/


--
Thomas Schneider (www.thsitc.com)

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: Tools.jar

Fernando Cassia-2
In reply to this post by Robert L Hamilton
On Fri, Aug 26, 2011 at 14:45, Robert Hamilton <[hidden email]> wrote:
> what is the meaning of the \\ in
>
> C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar

As far as I know Windows operating systems ignore double backslashes

So C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar
and C:\Program Files\Java\jdk1.6.0_18\lib\tools.jar

actually are the same path

FC
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/