The Artima Developer Community
Sponsored Link

Java Answers Forum
Setting java.library.path during runtime

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Setting java.library.path during runtime Posted: May 5, 2004 11:35 PM
Reply to this message Reply
Advertisement
I would like to set java.library.path during runtime, because the location of certain dll's is stored in a .ini file.

I know how to do it from the command line, but at that point I don't have the informations from the .ini file.

If I just use the System.setProperty method, the text information changes, but the system path itself doesn't get changed.

Topic: IIS and Websphere Previous Topic   Next Topic Topic: JAVA Applets DEcryption HELP!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use