Re: Package not found
Tarun wrote:
On Feb 5, 3:21?pm, Mark Space <marksp...@sbc.global.net> wrote:
Tarun wrote:
I made the changes and I got the following result.
com/ibm/as400/vaccess/VObjectCellRenderer.class
So, looking at your original error message, do you see the issue now?
Yes I still see the issue,
That's not what Mark meant. What he meant was, looking at the above output and
comparing it with your original error message, you should be able to determine
what is causing the issue.
some one tell me clearly should I setup my
classpath using 'Javac' or the environmental variable option from my
computer.
The only thing you can do via the classpath is provide a jar which contains the
necessary package. The jar you have listed does not contain the package you
require. Look again at the error message and the package which actually exists.
To re-iterate, the error message was:
package com.ibm.as400.access does not exist
To spell it out for you, that package does not exist in the jar. The jar
contains the package com.ibm.as400.vaccess. You need to fix your source code to
use the correct package, or modify the classpath to provide the jar which
contains that package.
--
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555