java - Eclipse plugin: Copy/Export dependencies -


i have plugin in need of .dll-files. debug eclipse-applicatoin , try load these .dll files receive filenotfoundexception since application not inside project folder in actual eclipse folder running in.

so not c:\eclipseworkspace\myproject\fileineed.dll c:\eclipse\fileineed.dll instead.

of cource copy .dll there , that's sure can tell eclipse export these files debugging eclipse.

does know how?

please read paragraph "native code , class loaders" @ http://www.eclipsezone.com/articles/eclipse-vms/. tell important steps:

  • put dll @ root of plugin project.
  • include in build.properties.
  • use either system.loadlibrary() or osgi headers dll loaded @ runtime.

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -