This content has been marked as final.
Show 2 replies
-
1. Re: Simple JBoss AOP Application Launch Error
rob.stryker.old Jan 7, 2006 8:16 PM (in response to bulentcoskun)I assume the console had this in red:
java.lang.NoClassDefFoundError: and
Exception in thread "main"
and the error message was a pop-up that read as you have said.
The problem is that the builder does NOT like directories with spaces in its name. If your workspace is "c:\Documents and Settings\eclipseworkspace" the builder will not run and the error will pop up.
Your workspace directory should be something WITHOUT SPACES. That should fix your problem.
- Rob Stryker
JBoss AOP IDE -
2. Re: Simple JBoss AOP Application Launch Error
bulentcoskun Jan 8, 2006 7:15 AM (in response to bulentcoskun)Thanks,
I tried and it works.