class loader problem with version 20 for debug in eclipse

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ghudson
Posts: 12
Joined: Tue Feb 08, 2011 11:40 pm

class loader problem with version 20 for debug in eclipse

Post by ghudson »

Hello,
My debug configuration for previous versions has always worked. In the classpath tab on debug configuration, user entries, it is set to
C:\Program Files\Oxygen XML Editor 19\lib\oxygen.jar. When I try with version 20, I get a runtime error:

Code: Select all


java.lang.NoClassDefFoundError: ro/sync/basic/classloader/LateDelegationClassLoader
at ro.sync.exml.Oxygen.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: ro.sync.basic.classloader.LateDelegationClassLoader
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
I'm wondering if you had seen this error before, any ideas on how to fix it?

Thanks,
Glenn H.
Radu
Posts: 9041
Joined: Fri Jul 09, 2004 5:18 pm

Re: class loader problem with version 20 for debug in eclipse

Post by Radu »

Hi Glenn,

You also need to add to the classpath the Oxygen XML Editor 19\lib\oxygen-basic-utilities.jar.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply