Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

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

    You're welcome. Good luck.
  2. Re: Problem with Excelapi: Error: package jxl does not exist

    Ok now you see what needs to be where to compile your program.

    You need to find someone that can help you configure the IDE you are trying to use.
  3. Re: Problem with Excelapi: Error: package jxl does not exist

    Is that the name of the package? It looks like the name of a file.
    what happened to this:
    import jxl.*;
  4. Re: Problem with Excelapi: Error: package jxl does not exist

    was the jxl.jar file in the same folder with the ExcelDemo.java file? That's the what the above expects.
    If not, you need to tell the javac program where to find it by providing a path.
  5. Re: Problem with Excelapi: Error: package jxl does not exist

    Is that the package name? jxl.jar?
    It looks like a filename.

    Try using the javac -cp option on the command line to specify the classpath.

    To copy the contents of the command prompt window:...
  6. Re: Problem with Excelapi: Error: package jxl does not exist

    Did you code the import statement correctly?
Results 1 to 6 of 6