– System Setup ——————————-
Operating System and version: Mandrake 9.2
Eclipse version: 3.0.1
Eclipse build id: 200409161125
Fresh Eclipse install (y/n): probably, but a while ago
If not, was it upgraded to its current version using the update manager? y
Other installed external plugins: none
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 14 (but most are 3.0.0/3.0.1 duplicates likely due to upgrade)
MyEclipse version: 3.8.2 – Build id: 200409171200-3.8.2
Eclipse JDK version: 1.2.4_03
Application Server JDK version: 1.2.4_03
Are there any exceptions in the Eclipse log file? yes:
!ENTRY com.genuitec.eclipse.easie.tomcat5 1 1 Sep 30, 2004 13:26:31.331
!MESSAGE Error starting Tomcat: Error occurred during initialization of VM
Could not find -Xrun library: libjmp.so
– Message Body ——————————-
As you can probably tell from the log message, I’m trying to launch tomcat 5 using a profiler called jmp. It requires that /usr/local/lib be added to the library path (java.lib.path). I have tried adding this directory to the “paths” preference page of the tomcat5 app server config, but I still get this error when I try to start it.
the libjmp.so library is in /usr/local/lib and this works fine when running it from the command line and setting LD_LIBRARY_PATH.
What am I doing wrong here? … it seems like the preferences page is being ignored.
Thanks in advance,
Colin