|
|
|
|
|
|
Re: How to output all classes including the SWT binary into a single JAR? [message #445177 is a reply to message #445148] |
Wed, 27 October 2004 10:27  |
Eclipse User |
|
|
|
I have done this by putting the dll into a jar file called
swt-win32-3063.jar. Let's say this is at
http://mylibraries.com/swt-win32-3063.jar.
Then I can get the resource swt-win32-3063.dll (base name gotten from jar
file name) and copy to a local file; then call LoadLibrary on that file.
Benjamin Pasero wrote:
> Afaik the only way would be to place the DLLs inside the Jar, copy them
> from there to the java.library.path directory on startup and then launch
> the SWT application.
> > Hi
> > from this link,
> > http://www-106.ibm.com/developerworks/opensource/library/os- jws/
> > they seems to package the dll inside the JAR, aren't they?
> > But I cannot make it success...
> > Thanks anyway
> > Ivan Markov wrote:
> > > Placing the DLL inside the JAR package won't work, unfortunately.
> > >
> > >
> > > "Crystal" <cys02@nospam.com> wrote in message
> > > news:cll3rm$sir$2@eclipse.org...
> > >
> > >>Hi,
> > >>
> > >>I have developed an applications which use SWT (developed using the VE)
> > >>
> > >>I would like to know how can I JAR the whole package (including the SWT
> > >>binary) into a single JAR?
> > >>
> > >>or it is possible?
> > >>
> > >>Thanks in advance
> > >
> > >
> > >
|
|
|
Powered by
FUDForum. Page generated in 0.06839 seconds