Configure Eclipse to resolve no xxx in Java.library.path problem

Source: Internet
Author: User
Recently needed to be linked with BPM projects, especially distressed is that local run pass dm+bpm really difficult, before starting the BPM project, need to install louts Form (because the project on the page is done with Form), do a lot of preparation work, start two projects, unfortunately, the error message is as follows: " PE-CC not in Java.library.path ".

Finding the relevant developer to solve the problem is not effective, mainly because the project startup needs to load some class library files from the form because it is clear from the console that the exception information was thrown after the "Load Form API".

By checking, this is because Java typically uses two Path:classpath and Java.library.path, where classpath points to the location of the jar package, and Java.library.path is the location of a Java-like package such as *. DLL file.

The solution to this problem is as follows:

1: Configure the system variable path, add the appropriate file path

2: Add-djava.library.path= file path to VM arguments

3: As shown in the following figure, set up in the project properties and configure the native library location:


Reference to: http://blog.csdn.net/larrylgq/article/details/7515362

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.