I recently downloaded and installed MyEclipse 4.0 and Eclipse 3.1 and am trying to get the Sun Application Server 8.1 running. It was working fine before with MyEclipse 3.8.4 and Eclipse 3.0.2.
The problem appears to be in the “Append to Library Path” section. I am getting this message in the .log file:
!ENTRY com.genuitec.eclipse.easie.sun81 1 0 2005-07-07 13:07:57.90
!MESSAGE Error starting Sun One: java.lang.NoClassDefFoundError: Files\SQLLIB\bin;C:\dev\PDFLib
Exception in thread “main”
The path I have set is c:\Program Files\SQLLIB\bin – this is DB2 related stuff. I’m guessing its the space in “Program Files” that’s causing the problem, but like I said it wasn’t an issue before in 3.8.4.
I also tried editing the com.genuitec.eclipse.easie.sun81.prefs file and putting quotes around the path, but that didn’t work. I also tried changing Program Files to Progra~1 but that also didn’t work.
Any suggestions please? (Besides installing DB2 in a place other than Program Files 🙂
Thanks