Setting CLASSPATH during runtime IKVM

Posted by Ciddan on Stack Overflow See other posts from Stack Overflow or by Ciddan
Published on 2010-05-24T19:48:45Z Indexed on 2010/05/24 19:51 UTC
Read the original article Hit count: 302

Filed under:
|
|

How do I set a CLASSPATH variable during runtime while using IKVM?

I've been trying to do it by using: java.lang.System.setProperty("java.class.path", "whatever");

The class I'm calling requires a configuration file in the classpath to work - and I keep getting errors that seem to indicate that it hasn't gotten its settings.

Is the way I'm trying to add variable incorrect?

© Stack Overflow or respective owner

Related posts about java

Related posts about .NET