Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    installation problem

    I have installation problem,when i installed JDK 1.5 and Smart Client and tried
    that open Smartclient SDK got every time message: The page cannot be displayed for local host 8080.When open embeddedtomcat.bat recieve message:Using auto-detect Java _Home 1
    The system cannot find the path specified.
    Press any key to continue...
    Can anybody help me ?

    #2
    Hi killer,

    You either do not have a Java JDK installed or it is not installed correctly.

    You can download the latest java JDK here: http://java.sun.com/javase/downloads/index.jsp

    Comment


      #3
      Hi Isomorphic, I uninstalled JDK 1.5, and then reinstall JDK 1.5 but get again message when open embeddedtomcat.bat :Using auto-detect Java _Home 1
      The system cannot find the path specified.
      Press any key to continue...

      Comment


        #4
        We haven't seen that one before. It's possible that you have a bad registry entry possibly because of an earlier install. In any case, the way to fix this is to explicitly set JAVA_HOME to the location of your JDK.

        To do so, first locate your JDK using Windows Explorer - if you used the default installation path, it should be located under C:\Program Files\Java\jdk1.5.0_06 or something similar. Once you've discovered this path, go to Control Panel -> System, select the Advanced tab and click the Environment Variables button here. See if you have a JAVA_HOME defined in the box at the top. If so, change the path to the one you've discovered, otherwise click New and add it. Then click OK to close all the dialogs and try the embedded_server.bat again.

        Comment


          #5
          I am maybe boring, but these problems with installation did not happen never me.
          I try dissolve problem how you said but without success,then uninstalled JDK 1.5 and installed JDK 6 and get error message:Exception in thread "main" java.lang.NoClassDefFoundError: com/isomorphic/embedded_tomcat/EmbeddedTomcat

          Comment


            #6
            Hello killer,

            If you follow the instructions previously posted (see below) to setup the JAVA_HOME variable, then you will not longer see a message saying that the script is "Using auto-detected JAVA_HOME". If at that point you get a failure, then your Java installation is simply broken (probably due to a previously failed uninstallation), and you should persue this as a desktop support issue with whoever provides desktop support for your PC.

            The instructions to manually set JAVA_HOME were:

            To do so, first locate your JDK using Windows Explorer - if you used the default installation path, it should be located under C:\Program Files\Java\jdk1.5.0_06 or something similar. Once you've discovered this path, go to Control Panel -> System, select the Advanced tab and click the Environment Variables button here. See if you have a JAVA_HOME defined in the box at the top. If so, change the path to the one you've discovered, otherwise click New and add it. Then click OK to close all the dialogs and try the embedded_server.bat again.

            Comment

            Working...
            X