Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error: package jxl does not exist

918732Feb 20 2012 — edited Feb 21 2012
I've tried everything on this thread from 2007
2070125
and I still get the error: package jxl does not exist.

I've:

1)added the the excelapi subdirectory that contains the jar file to the system class path, then I tried explicitly adding the jxl.jar file to the classpath (below)
c:\Program Files\Java\jdk1.7.0_02\bin\; c:\Program Files\Java\jexcelapi\jxl.jar;

2)I tried adding a copy of the jxl.jar file to the java\jdk1.7.0_02\bin\ subdirectory also.

Anyone have any other troubleshooting ideas?

Thanks,

Rob

Edited by: 915729 on Feb 20, 2012 11:35 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2012
Added on Feb 20 2012
1 comment
1,566 views