[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Urgent: has somebody printed simple text to a printer from a Pocket PC SWT application?
|
Hi,
I am not familiar with the Pocket PC but I might be
able 2 give you some idea...
The UnsatisfiedLinkError is thrown when the swt
dlls cannot be found in java.library.path
You can put the dlls on the system folder on your
OS or better yet, put it in your lib dir and then
add a VM option:
-Djava.library.path=lib
in your run configuration...
Hope I gave you some idea...
Gud luk..