I am trying to run the Profiler from Windows and get below err.. Appreciate any help
Exception in thread "main" java.lang.NoClassDefFoundError: org/arrah/framework/xml/XmlReader
at org.arrah.gui.swing.TestConnectionDialog.createGUI(TestConnectionDialog.java:113)
at org.arrah.gui.swing.Profiler.main(Profiler.java:877)
Caused by: java.lang.ClassNotFoundException: org.arrah.framework.xml.XmlReader
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)
... 2 more
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
org/arrah/framework/xml/XmlReader this class should be in osdq-core-6.2.6.jar file which should be in lib directory. If you do runprofiler.bat it will set classpath where it will pick up.
Can you please share how you are running profiler and screen shot from where you are getting error
regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to run the Profiler from Windows and get below err.. Appreciate any help
Exception in thread "main" java.lang.NoClassDefFoundError: org/arrah/framework/xml/XmlReader
at org.arrah.gui.swing.TestConnectionDialog.createGUI(TestConnectionDialog.java:113)
at org.arrah.gui.swing.Profiler.main(Profiler.java:877)
Caused by: java.lang.ClassNotFoundException: org.arrah.framework.xml.XmlReader
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)
... 2 more
org/arrah/framework/xml/XmlReader this class should be in osdq-core-6.2.6.jar file which should be in lib directory. If you do runprofiler.bat it will set classpath where it will pick up.
Can you please share how you are running profiler and screen shot from where you are getting error
regards,