Re: Package not found
Tarun wrote:
On Feb 6, 2:44?am, Nigel Wade <n...@ion.le.ac.uk> wrote:
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.
Well the package does exist, its just there were too many packages in
jar files and they kinda escaped the screen and I could not paste them
here, but now I have used the pipe option and I'm sure the package I'm
looking for does exist in the Jar file.
So, just what do you think was the point in posting mis-information?
If you don't post full and valid information then we can't help you.
--
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