 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Joe Antol Guest
|
Posted: Sat Aug 09, 2003 3:41 am Post subject: NetBeans 3.5.1 & java.util.logger.... |
|
|
Hi,
I'm trying to get NetBeans 3.5.1 to recognize java.util.logger.
In 3.4 I have no problems, but in 3.5.1 I get an error stating that the
package does not exist.
Any help will be appreciated.
Thank you,
Joe Antol.
PS: Here's the code:
import java.io.*;
import java.util.logger.*;
class MyHelloWorld {
public static void main(String[] args) {
System.out.println("My Hello World!");
}
}
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|