简体   繁体   中英

Getting jBoss not found Error

java.lang.NoClassDefFoundError: JBoss
Caused by: java.lang.ClassNotFoundException: JBoss
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main" 

Could anyone please give me an idea of what is happening? I searched, but couldnot find an effective answer. My jboss version is 4.0.5. Eclipse Indigo and java 6

I was trying to install a new server into eclipse and then when i tried to start it I got this error. My Eclipse and code was in use for so long and did not have any issues. I have currently no projects put in my server. I just tried starting it and got this error. Am I missing any configurations?

I missed to quote my server VM arguments. just missed to put the VM arguments in double quotes and this happened.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM