I have two PCs -- a Laptop and on older Desk Top both with jEdit.
The lap top has a working NetRexxDE -- cannot get the Desktop NetRexxDE to work. IT cannot find Tools.jar. on the laptop it it at C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar The desk top has no such lib and they were installed at about the same time. Any suggestions would be appreciated. Bob Hamilton _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hi Bob,
you will have to explicitely MOVE (or COPY) the Java tools.jar from where it is physically stored to .... \jre\lib\ ... You probably long time ago did this on your first computer, and you will have to do it again on you other computer. Otherwise Java is NOT finding javac, etc. Thomas. ============================================================ Am 22.08.2011 22:46, schrieb Robert Hamilton: I have two PCs -- a Laptop and on older Desk Top both with jEdit. --
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 |
In reply to this post by Robert L Hamilton
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Hi Robert, you probably installed a JRE instead of a JDK. In case that does not work, locate the jdk on your hard drive (it's the one with the lib\tools.jar), then prepend the bin directory to your path. And, please, don't follow Thomas' advice - the next update will probably have strange effects. BTW: _18 is a bit old and discouraged to use. Please always install the newest versions, especially on Windows (currently _27). Robert Hamilton schrieb am 22.08.2011 22:46: > I have two PCs -- a Laptop and on older Desk Top both with jEdit. > > The lap top has a working NetRexxDE -- cannot get the Desktop NetRexxDE > to work. IT cannot find Tools.jar. on the laptop it it at > C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar > > The desk top has no such lib and they were installed at about the same time. > > Any suggestions would be appreciated. - -- cu, Patric -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: GnuPT 2.5.2 iEYEARECAAYFAk5S6LsACgkQfGgGu8y7ypAYUQCghdwk0TqMOlI6ZE9OANK/1n2t yJUAn0i1mZtzVzlGzkA3g4YJgWdXEpiU =6ISI -----END PGP SIGNATURE----- _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Free forum by Nabble | Edit this page |