Lomboz: problems running JBoss  
Author Message
Marcus Beyer





PostPosted: 2003-11-11 21:26:00 Top

java-programmer, Lomboz: problems running JBoss
> The result: Now I can start JBoss within Lomboz :)
> But calling my web results in an
> "Error running javac.exe compiler"
> Adding the variable "JAVA_HOME" did not help :(

Now I found out, that it works, when I put the bin dir
of javac.exe to the Windows system PATH before running
Eclipse. I don't like that. Isn't there another way?

Marcus

 
Ville Oikarinen





PostPosted: 2003-11-12 16:51:00 Top

java-programmer >> Lomboz: problems running JBoss I must admit that I didn't read the problem description very carefully.

Anyway, ClassDefNotFoundException's are sometimes caused by classloader
problems. Note that JBoss uses a different classloader for its own classes and
for each application so that they are protected from each other.

So if you deploy some jars in a wrong directory, some classes cannot see each
other when they should - and vice versa.

Ville Oikarinen