Hello,

After compilation, do not go in the bin folder but in the dist folder
instead.

Concerning your IDE, look at the needed settings in the run.sh or run.bat
file.

Cheers,



                                        Sacha
-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Alice Ad
Envoye : vendredi, 10 aout 2001 04:19
A : [EMAIL PROTECTED]
Cc : [EMAIL PROTECTED]
Objet : [JBoss-dev] Running JBoss from Source Code



I just started playing with Jboss, please help.

My binary runs fine. I downloaded the source code and compiled it. Now all
the class files are in jboss/bin. I try to start my server from a java IDE
using these parametres

java

-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.
crimson.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.crimson
.jaxp.SAXParserFactoryImpl
-classpath .;..\lib\crimson.jar org/jboss/Main
It gives some classdef not found errors. When I run the above by replacing
"." with run.jar, it runs fine however it uses the jar files instead of
using my compiled source code. So even if I change a file and compile it, I
dont see its effects because class files are being read from jar files in
the lib directory (I guess).
How can I make it work so that it uses my compiled code instead of reading
jar files first.
Thanks very much for the help!







Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to