5 Replies Latest reply on Aug 19, 2002 10:48 AM by dudoes

    JBOSS_CLASSPATH

    pradeepanandan

      Hi everybody

      Can anybody give me an idea what to set on JBOSS_CLASSPATH
      as it in the start it searches for JBOSS_CLASSPATH

      Thanks

      Pradeep

        • 1. Re: JBOSS_CLASSPATH
          jackwang

          This is a very simple question.
          If you use window platform, please set the "Jboss_classpath" in the variable environment.

          • 2. Re: JBOSS_CLASSPATH
            dkato

            I think he asked "what to set" and not how to do it.
            Anyways, if you've already solved it just ignore this reply.

            Pradeep, I'm quite shure that JBoss set this up automatically, but maybe you can set the JBOSS_CLASSPATH to the "lib" directory inside the server dir that you're using. Example using the server "default":
            JBOSS_CLASSPATH=D:\jboss3\server\default\lib

            hope it helps...

            • 3. Re: JBOSS_CLASSPATH
              dudoes

              what do you set JBOSS_CLASSPATH for?

              I have never set it.

              • 4. Re: JBOSS_CLASSPATH
                joelvogt

                You won't have to do anything to the JBOSS_CLASSPATH. Make sure you have the JAVA_HOME set though as this will be required.

                • 5. Re: JBOSS_CLASSPATH
                  dudoes

                  Sooooorry, I set JBOSS_CLASSPATH.
                  it is:

                  JBOSS_CLASSPATH = C:\orant\jdbc\classes12.zip

                  it is to let Jboss find Oracle's JDBC class,because Jboss can not start DataSource of Oracle when application need access Oracle.