Questions tagged [java.library.path]

Path for Java to discover native libraries, included via a call to System.loadLibrary(). Tag when exceptions and errors reference this property, or when having trouble setting it properly.

113 questions
0
votes
1 answer

Where do you put native libraries for a web app (in Caucho Resin)?

Where do native libraries for a web app go so that that Resin will load them?
Phoebe
  • 2,774
  • 3
  • 22
  • 27
0
votes
1 answer

How can I configure java.library.path at runtime?

In my project I need to configure java.library.path at runtime. Does Java gives me such ability?
Dmitry Kolesnikovich
  • 669
  • 2
  • 15
  • 33
0
votes
1 answer

When I attempt to run my .jar, I get a no library in java.library.path exception

I've looked through a number of posts, and tried what I've found to little success. Here's the setup: I wrote a program in Java, worked alright, but we needed to switch cameras. This camera is Twain compatible (yuck). I rewrote the program (pretty…
user1606948
0
votes
1 answer

zmq failed when running unit test in Intellij IDEA with Maven

When I run unit test with maven in Intellij IDEA (Ultimate) 11.1. I got following exception. ------------------------------------------------------------------------------- Test set:…
Terry Yip
  • 16
  • 2
0
votes
2 answers

Exception in thread "AWT-EventQueue-1" java.lang.UnsatisfiedLinkError: no jcom in java.library.path

I am running java desktop application which is coded in java 1.4 version. i am using eclipe as my ide and trying to run that application in java 1.6 version in that project they use jcom jar file to export data to excel sheet. while i trying to…
bhuvanpavan
  • 229
  • 1
  • 5
  • 16
0
votes
1 answer

Why can my Java project call my DLLs successfully in Eclipse when I place them in JAVA_HOME\jre6\bin but failed in using java.library.path?

After doing some research, some people say I can add the following VM Argument in my project Run Configuration. In run time, JVM will search these directories to find…
enix0907
  • 79
  • 1
  • 2
  • 9
0
votes
1 answer

Difference between classpath & java.library.path ? How to set it in linux & windows?

Here is my problem - I get error pop up like - "no XXX in java.library.path" // Note: XXX is some .dll of API Actually I am running .jnlp file; which starts java web start. Software installation instruction says install jre 32 bit in order to…
P P
  • 137
  • 3
  • 13
-1
votes
2 answers

Why LWJGL .dll files do not work after .jar exporting?

After exporting my game to jar it does not work. Exception in thread "main" java.lang.UnsatisfiedLinkError: no jinput-dx8_64 in java.library.path I read that I have to put the files anywhere in my computer and add the .dll files path to…
esteve
  • 50
  • 9
1 2 3 4 5 6 7
8