You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Heath Kesler (JIRA)" <ji...@apache.org> on 2013/05/15 21:29:15 UTC

[jira] [Created] (KARAF-2315) The check for jvm.dll happens to early in the bat file

Heath Kesler created KARAF-2315:
-----------------------------------

             Summary: The check for jvm.dll happens to early in the bat file
                 Key: KARAF-2315
                 URL: https://issues.apache.org/jira/browse/KARAF-2315
             Project: Karaf
          Issue Type: Bug
            Reporter: Heath Kesler
            Priority: Minor


When running karaf without JAVA_HOME set, but having the JDK installed returns the following error:

WARNING: Running karaf on a Java HotSpot Client VM because server-mode is not av
ailable.
Install Java Developer Kit to fix this.
For more details see http://java.sun.com/products/hotspot/whitepaper.html#client

But since the JDK is installed and found via a reg query, karaf will still startup.  I think this check should be moved to after the JAVA_HOME validation is done to avoid this error.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira