The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
September 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

RE:Package

Posted by Kishori Sharan on September 03, 2000 at 12:30 PM

Hi
You can just test whether java runtime is getting the classpath as c:\ or not. If java runtime gets the classpath as c:\ then I don't see any problem in your program. YOu can check it writing a simple program as follows.
Thanx
Kishori

//////////////Test.java
class Test {
public static void main ( String[] args ) {
System.out.println ( System.getProperty ("java.class.path" ) ) ;
}

}






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us