Re: problem with packages in java1.5
Posted By:
bob_galy
Posted On:
Friday, January 12, 2007 12:08 AM
to use classpath=drive name of the where package is located instead of classpath=absolute path.
ex: c:>set classpath=d:; in java1.5.x
ex: c:>set classpath=d:mypack; in java1.4.x