Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.13 seconds.

  1. Re: How do I import user defined packages to my java application.

    If everything in my previous post worked for you, then try the following to be able to invoke a method in a package class.


    Change Example.java to the following:


    package world;

    public...
  2. Re: How do I import user defined packages to my java application.

    Here is what I did on my Windows XP workstation:

    I have a folder F:\home\Zaphod

    In F:\home\Zaphod I created a file named Example.java

    Here's what is in that file:


    package world;
Results 1 to 2 of 2