The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 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:

ClassPath

Posted by Jegannathan.S on December 16, 2000 at 10:52 AM

> hi friends,
> what doubt i am having is one of the simplest things that u should know when u want to become a java Pro. i will expalin the scenario in detail for u
> // these represents comments in between
> My System Path is given as follows.
> d:\jdk1.2\bin;
> // i have not included lib\classes.zip
> ClassPath is given as d:\java_dir

> now there are two packages one in java_dir and another in d directory
> ie
> D drive
> |
> |
> |-------java_dir/mypackage
> |
> |
> |-------------newpackage
> now there is a java program in new package accesing two classfiles in java_dir\mypackage
> now for me compiling is fine there are no errors
> example
> d:\newpackage> javac xxxx.java
> but the problem arises when i am trying executing the file in new package
> d:\new package> java xxxxx
> the exception is thrown as wrong name and classdef error
> can any one explain where i am going wrong?

> ps the program works fine if i give 'd:\' alone as my classpath name






Replies:

Sponsored Links



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