Search:

Type: Posts; User: Farmer

Search: Search took 0.14 seconds.

  1. Re: Simple package problem, package does not exist error

    Hello all,

    I solved the problem using a combination of things you all mentioned. First, I changed the classpath variable in the command prompt using:

    C:\>set CLASSPATH=.;C:\java

    Then I...
  2. Simple package problem, package does not exist error

    Hello,

    I am self-teaching java to myself with a library book. The book I'm working through suggests that I create a package called BookPack, it defines the following class:

    package BookPack;
    ...
Results 1 to 2 of 2