Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » how to actually run VE code...?
how to actually run VE code...? [message #607139] Thu, 14 April 2005 05:20
Eclipse UserFriend
Originally posted by: simon.ou.edu

Hi...

How do I actually run the code generated from VE? When I try to run the
code, I get the following (see below at the end of the message). The
tutorial at


http://www-106.ibm.com/developerworks/opensource/library/os- ecvisual/


says to put something like what follows in the arguments:


-Djava.library.path=C:\eclipse\plugins\org.eclipse.swt.win32 _3.0.0\os\win32\x86


but I do not see a 'org.eclipse.swt.win32...' plugin any where. I wonder
what I could do to run the code? Thanks.

Regards...

Miguel.



Exception in thread "main" java.lang.UnsatisfiedLinkError: no
swt-win32-3128 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
at SWTExample.main(SWTExample.java:30)
Previous Topic:how stable is ve 1.1.x with M6 ?
Next Topic:My bean extends JPanel and is not visible when I choo it as a new Visual component
Goto Forum:
  


Current Time: Thu Apr 25 04:50:10 GMT 2024

Powered by FUDForum. Page generated in 0.03193 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top