Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tjmcc18

    Cheking if a query has no results

    Hi, I have a question that may sound simple, but I haven't been able to get it to work. I am trying to write a simple page that will allow the user to put in their name and a number. I am tying to keep track of totals for each name in a database. Therefore, if someone types in a new name, I...
  2. tjmcc18

    Setting java.library.path

    I figured out this one myself. The simple answer is, there is no way to set the java.library.path dynamically. The JVM caches the path when it loads, and uses that path during execution. Even though you can change the value of the path, the JVM doesn't check it anymore. The only options are...
  3. tjmcc18

    Setting java.library.path

    Simply removing the ":" doesn't seem to do much good. It seems that no matter what I set the path to in the code, the default path is always used instead. Any other ideas?
  4. tjmcc18

    Setting java.library.path

    Hi, I am attempting to load a library in Linux using a command like: System.loadLibrary("libName"); It appears that in order for Java to find the library when I run the program, I have to somehow set a path where the library can be found. Setting LD_LIBRARY_PATH works, but I would...

Part and Inventory Search

Back
Top