D
Digital Puer
Hi, I'm having class/package problems. I have a class Employee in the package
client; it is on disk as:
client/Employee.java
I then have a utility class called Timer.java that does not belong to any
package. In the past I have been able to place Timer.java in the
same directory (in client/ as above) and have Employee be able to find
Timer. However, evidently there has been a change in JDK 1.4.
Can someone tell me where I should put Timer.java (even if I have to
put it into its own package, and if so, where in the directory structure
it should be, and who imports whom)? Thank you.
client; it is on disk as:
client/Employee.java
I then have a utility class called Timer.java that does not belong to any
package. In the past I have been able to place Timer.java in the
same directory (in client/ as above) and have Employee be able to find
Timer. However, evidently there has been a change in JDK 1.4.
Can someone tell me where I should put Timer.java (even if I have to
put it into its own package, and if so, where in the directory structure
it should be, and who imports whom)? Thank you.