开发者

Start Tomcat from eclipse(project has c library)

I have a java project in eclipse which are using tomcat. This project has some dependency over c library. When i start tomcat开发者_开发百科 using startup.sh it is working fine but when i try to start tomcat from eclipse it gives me error while starting itself. Is there any way i can start tomcat from eclipse as if i start it from startup.sh, i not able to set any breakpoint.


If any of your Java code is using a native (C) library, that library (.dll or .so file) must be included in the path specified by the Java system property java.library.path. There's a few ways to go about doing that, but this seems like the most logical: How to set the java.library.path from Eclipse

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜