2 Replies Latest reply on Jan 26, 2003 8:48 AM by frodo12

    run time problem

    frodo12

      My java program is running ok in command line.
      c:\ java -Dsicstus.path="c:/sicstus3.9.1" test

      I create a servlet that invoke my java program:
      test abc = new test();
      abc.main(null);


      when i run my servlet,the error is:
      Failed: se.sics.jasper.SPException: >Could not tialize SICStus run-time<


      I have added System.setProperty"sicstus.path", "c:/sicstus3.9.1");
      in my java program.but it does not work.

      how to fix it?

      thanks in advance.

        • 1. Re: run time problem
          mikefinn

          Is the sicstus stuff on path? I think it uses jni, so it's dlls would need to be in PATH. In any event, it does not seem like a JBoss issue, as it appears that sicstus itself can't initialize.

          mike

          • 2. Re: run time problem
            frodo12

            Yeah,as you said it is not jboss problem.It comes from system variable.i will try to modify my PATH.