aspose file tools
The moose likes JBoss and the fly likes JBOSS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBOSS" Watch "JBOSS" New topic
Author

JBOSS

Nagu Pandian
Greenhorn

Joined: Sep 21, 2005
Posts: 2
Hai here
set classpath =C:\j2sdk1.4.2_09\lib\tools.jar;C:\j2sdk1.4.2_09\lib\dt.jar;C:\j2sdk1.4.2_09\jre\lib;C:\j2sdk1.4.2_09\jre\lib\rt.jar;C:\jboss-3.2.4\lib;C:\jboss-3.2.4\client;C:\jboss-3.2.4\server\all\lib;C:\jboss-3.2.4\server\default\lib\log4j.jar;C:\jboss-3.2.4\server\minimal\lib;C:\jboss-3.2.4\bin\run.jar;

when i start the JBoss through the fallowing error

.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss-3.2.4\bin\\..
.
JAVA: C:\j2sdk1.4.2_09\bin\java
.
JAVA_OPTS: C:\jboss-3.2.4\bin -Dprogram.name=run.bat
.
CLASSPATH: C:\j2sdk1.4.2_09\lib\tools.jar;C:\jboss-3.2.4\bin\run.jar
.
===============================================================================
.
Exception in thread "main" java.lang.NoClassDefFoundError: C:\jboss-3/2/4\bin
Press any key to continue . . .

What is the solution for this pls send mail to c_nagupandian@yahoo.co.in
Thanks & Regards
nagu
shan Iyer
Ranch Hand

Joined: Jul 13, 2005
Posts: 391
Seems like u havent set ur path for jboss properly!!
Try these out!!

JBOSS_HOME=c:\jboss;
path=c:\jboss\bin;
classpath=c:\jboss\lib;

All this in addition to ur path , classpath and JAVA_HOME for ur jdk.

rgrds,
Shankar


Warm Regards, S.Iyer
SCJP1.4, SCWCD1.4
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JBOSS
 
Similar Threads
Unable to run web application when moved from Tomcat to Jboss
session bean -classcast exception
problem in running jboss
The console/command window disappears (jboss via run.bat)
I am not able to run jboss -- when i start it is looping