java.library.path [message #182374] |
Wed, 08 November 2006 10:47  |
Eclipse User |
|
|
|
Hello,
In my servlet I need to load a dll. Using WTP, how do I specify the
java.library.path for the loading?
Thanks,
Zohar.
|
|
|
|
|
Re: java.library.path [message #182561 is a reply to message #182520] |
Sun, 12 November 2006 21:45  |
Eclipse User |
|
|
|
Originally posted by: mohsen.siahe.com
On a web app, you MUST put your JAR files on web-module/WEB-INF/lib, and the
classes on web-module/WEB-INF/classes. Applications usually put the needed
resources on web-module/WEB-INF/classes (puting it on src folder will
automaically copy it each time I think).
"Zohar" <david_fire4@hotmail.com> wrote in message
news:ej6gou$pbd$1@utils.eclipse.org...
> thanks.
> Where is the best place to put the dlls and the loading classes?
>
> "Mohsen Saboorian" <mohsen@siahe.com> wrote in message
> news:ej0qm9$hh0$1@utils.eclipse.org...
>> Hi,
>> WTP creates a new running configuration for Tomcat or other servers you
>> are using. add -Djava.library.path to VM arguments on run window
>> (arguments tab).
>>
>> "Zohar" <david_fire4@hotmail.com> wrote in message
>> news:eisu9d$lcj$1@utils.eclipse.org...
>>> Hello,
>>> In my servlet I need to load a dll. Using WTP, how do I specify the
>>> java.library.path for the loading?
>>> Thanks,
>>> Zohar.
>>
>>
|
|
|
Powered by
FUDForum. Page generated in 0.02968 seconds