1 Reply Latest reply on Oct 6, 2006 6:02 PM by clebert.suconic

    [JRockit] ERROR:  jbossInspector.dll: Can't find dependent l

    larrydlefever

      JAVA: C:\Program Files\Java\jrockit-R26.0.0-jdk1.5.0_04\bin\java
      .
      JAVA_OPTS: -XrunjbossInspector:/jboss_profiler_logs,include=* -Dprogram.name=run.bat -Xms384m -Xmx384m ......

      ===============================================================================
      .
      [JRockit] ERROR: jbossInspector.dll: Can't find dependent libraries
      Could not create the Java virtual machine.


      I used DependencyWalker on jbossInspector.dll. I typically don't work with native code, but DependencyWalker seemed to suggest that MSVCRT.DLL is needed. I see that I have that on my Windows system folder. I don't see how that's not being found though. I actually put it on my PATH, too, along with jbossInspector.dll, but that didn't work either.

      The only other dependency indicated by DependencyWalker is Kernel32.dll, which is, of course, essentially Windows, itself.

      Anybody else have experience with this while using JRockit ?