Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » java.library.path
java.library.path [message #182374] Wed, 08 November 2006 15:47 Go to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
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 #182435 is a reply to message #182374] Fri, 10 November 2006 03:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mohsen.siahe.com

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.
Re: java.library.path [message #182520 is a reply to message #182435] Sun, 12 November 2006 06:57 Go to previous messageGo to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
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.
>
>
Re: java.library.path [message #182561 is a reply to message #182520] Mon, 13 November 2006 02:45 Go to previous message
Eclipse UserFriend
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.
>>
>>
Previous Topic:Software engineering for J2EE
Next Topic:Only one web-app can run on server
Goto Forum:
  


Current Time: Tue Apr 23 10:50:00 GMT 2024

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

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

Back to the top