Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How can use native library in my Eclipse Plug-in project(native library;Eclipse Plug-in project)
How can use native library in my Eclipse Plug-in project [message #1783117] Thu, 08 March 2018 05:35
Chunlin Guan is currently offline Chunlin GuanFriend
Messages: 2
Registered: March 2018
Junior Member
Hi!
I am a beginer of Eclipse Plug-in. In my plug-in project, I have to call a tool named Scilab-6.0.1.
I can call it successfully in a normal Java Project. However, when it comes to Plug-in Project, it did not succeed. I have add three jars related to call scilab in Runtime>Classpath.
You can see my steps.docx in attachments, and know the problem clearly.
But for execution, the path to the native library libjavasci.dll and to its dependencies must be added in the PATH environment variable. All the needed libraries are in the "bin" folder.
How can I add native library in my Plug-in project?
I have read http://http://wiki.eclipse.org/Eclipse_Plug-in_Development_FAQ#How_do_I_include_native_libraries_in_my_bundle.3F
But I am still not clear, and the also see here in the page, I cannot open it in my computer.
Is there any simple examples or explict plug-in tutorial about native library?
  • Attachment: Steps.docx
    (Size: 1.20MB, Downloaded 179 times)
Previous Topic:Getting Started with plugin development
Next Topic:Detect view in which a dynamic pulldown menu was opened
Goto Forum:
  


Current Time: Thu Apr 25 03:31:58 GMT 2024

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

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

Back to the top