diff options
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 3c7fe2981436..abcc059b3966 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -465,7 +465,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_getJavaInfoByPath( were not met.</br> JFW_E_JAVA_DISABLED the use of Java is currently disabled. <br/> JFW_E_NO_SELECT there is no JRE selected yet. <br/> - JFW_E_RUNNIN_JVM there is already a VM running.<br/> + JFW_E_RUNNING_JVM there is already a VM running.<br/> JFW_E_INVALID_SETTINGS the javavendors.xml has been changed and no JRE has been selected afterwards. <br/> JFW_E_NEED_RESTART in the current process a different JRE has been selected |