Reputation: 1402
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
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