Search:

Type: Posts; User: Rob Aiello

Search: Search took 0.13 seconds.

  1. Re: Problem with Excelapi: Error: package jxl does not exist

    Thanks much for all your help ... and patience!
  2. Re: Problem with Excelapi: Error: package jxl does not exist

    That was it now it works! - in Command Prompt
    When I try to compile in Dr.Java I still get the same error but I guess that's because I'm using the statement:
    import jxl.*;
    is it possible to...
  3. Re: Problem with Excelapi: Error: package jxl does not exist

    ok I copied the jxl.jar file into the same folder as ExcelDemo.java

    Different error but essentially the same result:

    I:\Java>javac -cp jxl.jar ExcelDemo.java
    ExcelDemo.java:3: error: cannot...
  4. Re: Problem with Excelapi: Error: package jxl does not exist

    I followed your instructions - I think: Below is the screen copy from command prompt

    I:\Java>javac -cp jxl.jar ExcelDemo.java
    ExcelDemo.java:3: error: package jxl does not exist
    import jxl.jar;...
  5. Re: Problem with Excelapi: Error: package jxl does not exist

    //I attempted the above but still no luck - the following is the code:

    import jxl.jar;

    public class JXLTest
    {
    public static void main(String[] args)
    {
    System.out.println("Test...
  6. Re: Problem with Excelapi: Error: package jxl does not exist

    //I tried the following:

    import jxl.*;

    //and explicitly

    import jxl.jar;
  7. Problem with Excelapi: 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...
Results 1 to 7 of 7