Bug 435357 - java.lang.NoClassDefFoundError: org/eclipse/swt/internal/win32/OS while creating scatter chart
Summary: java.lang.NoClassDefFoundError: org/eclipse/swt/internal/win32/OS while creat...
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2014-05-21 03:20 EDT by sundari nallamreddy CLA
Modified: 2019-11-27 06:58 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sundari nallamreddy CLA 2014-05-21 03:20:56 EDT
While using swt plug ins,fot this type of exception


Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/internal/win32/OS
	at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:1109)
	at org.eclipse.swt.graphics.Device.init(Device.java:541)
	at org.eclipse.swt.widgets.Display.init(Display.java:1128)
	at org.eclipse.swt.graphics.Device.<init>(Device.java:90)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:279)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:275)
	at org.swtchart.examples.ScatterChartExampleTest.main(ScatterChartExampleTest.java:36)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.internal.win32.OS
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	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)
	... 7 more
Comment 1 Manoj N Palat CLA 2014-06-04 05:19:19 EDT
moving to swt
Comment 2 Arun Thondapu CLA 2014-06-04 06:27:46 EDT
Can you be more explicit about what exactly you're trying to do? Which version of SWT are you using and how are you running the application? Can you attach the example program you're trying to run? Are you using the 32-bit libraries or the 64-bit libraries (and corresponding JREs) ?
Comment 3 Lars Vogel CLA 2019-11-27 06:58:40 EST
This bug hasn't had any activity in quite some time. Maybe the problem got
resolved, was a duplicate of something else, or became less pressing for some
reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it.
The information can be, for example, that the problem still occurs, that you
still want the feature, that more information is needed, or that the bug is
(for whatever reason) no longer relevant.

If the bug is still relevant, please remove the stalebug whiteboard tag.