Skip to main content



      Home
Home » Newcomers » Newcomers » Standalone...
Standalone... [message #34208] Mon, 14 March 2005 17:01 Go to next message
Eclipse UserFriend
Originally posted by: christian.jean.gmail.com

I need help, and I'm willing to write an extensive multi-platform
tutorial, with easy to understand examples. It will mostly focus on
command line implementation, compiling, running and deployment.

Is every programmer an IDE programmer these days?

I'm trying to find information (tutorials/docs) in order to implement,
compile and deploy using ONLY the command line (sorry but I'm NOT
interested in using a GUI/IDE to develop my apps).

When I search for 'standalone' I come to realize that it really means
developing with the IDE and running standalone!

So far I've got a few examples to compile, but when I make an attempt to
run them, I get the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no
swt-win32-3062 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
Re: Standalone... [message #34785 is a reply to message #34208] Tue, 15 March 2005 08:56 Go to previous message
Eclipse UserFriend
Originally posted by: myersj.gmail.com

Jeach,

Please see the SWT FAQ:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#missingdll

- Jeff

Jeach wrote:
> So far I've got a few examples to compile, but when I make an
attempt to
> run them, I get the following error:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no
> swt-win32-3062 in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
> at java.lang.Runtime.loadLibrary0(Runtime.java:822)
Previous Topic:Customising templates
Next Topic:configuration error
Goto Forum:
  


Current Time: Mon Apr 28 02:30:00 EDT 2025

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

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

Back to the top