Reinstalled under c:\\java\\ not the default c:\\program files\\ and the problem goes away.
- Peace
- Peace
| Poster | Content | |
|---|---|---|
|
nk4um User
Posts: 7
|
Reinstalled under c:\\java\\ not the default c:\\program files\\ and the problem goes away.
- Peace |
|
|
nk4um User
Posts: 7
|
May be an issue with Java 6 u3, I''ve tried this code and it fails:
Runtime.getRuntime().exec("javac"); The system cannot find the file specified - is the error message. At the comand line I can call javac and it finds javac so the path is set, but calling java JC (the class with the above line) fails. I don''t think this is a NetKernel issue, but if someone has an answer I''d love to know. - Peace |
|
|
nk4um User
Posts: 15
|
Oops ... looks like I made a mistake earlier ... it wasn''t the JAVA_HOME as reported earlier, but the PATH environment variable
that was key to success.
I ran into this problem again after upgrading to the latest version of JDK 1.6.03 and NetKernel 3.3. |
|
|
nk4um User
Posts: 15
|
Hi,
Thanks, problem solved ... I was using a JDK however it was neither in my path nor did I have a JAVA_HOME set. I set JAVA_HOME and it now starts without a problem. Thanks again, Marek. |
|
|
nk4um Moderator
Posts: 485
|
Hi Marek,
this error message appears when no javac can be found. Javac is used by the dynamic compilation facility. If it is not found then there is no harm. It is just that you won''t get that functionality. Possible reasons for it not being found are: 1) using the JRE rather than JDK 2) not having the JAVA_HOME env. variable setup or the JDK bin directory in your path. Cheers, Tony |
|
|
nk4um User
Posts: 15
|
Hi,
I receive the following error on start-up of the NetKernel 3.2. On this machine I have Windows XP SP2 installed with Java JDK 6u2 installed. Any ideas what might be causing this? Thanks, Marek. PS. I haven''t done much testing but it seems to run fine. I can launch both the 1060 and 8080 pages without problems and navigate around them.
|