Daniel
Daniel

Reputation: 1402

eclipse ee and tomcat 7 - how to add library.path

I installed on windows eclipse ee 4.3, added existing tomcat 7 as server.

How can I add -Djava.library.path parameter to starting command of tomcat 7, when I start it from eclipse?

Upvotes: 0

Views: 814

Answers (1)

Aleksandr M
Aleksandr M

Reputation: 24396

Run -> Run Configurations... double click on Apache Tomcat and choose Arguments tab. There is VM arguments textarea where you can put additional arguments.

Upvotes: 1

Related Questions