1 Reply Latest reply on Oct 29, 2004 3:53 AM by frito

    Trouble accessing Web Console

    lennox

      I run the "run.bat" file after having installed the JDK and the JRE. I get an error saying:

      Unable to find a javac compiler;
      com.sun.tools.javac.Main is not on the classpath.
      Perhaps JAVA_HOME does not point to the JDK

      I've tried to edit the run.conf file but I haven't been successful in getting access to the web console. If my JDK is in c:\Sun\AppServer\JDK\... what should I put for the config info in my run.conf?

      I'm very new to the Java world and am trying to learn how to deploy web applications.

      Thanks for any help.

        • 1. Re: Trouble accessing Web Console
          frito

          Just set the environtmen variable JAVA_HOME on your computer and let it point to the SDK.
          run.conf is a shell-script not used on windows.
          You can even edit your run.bat or call your own bat, configuring something you want and calling run.bat afterwards.