Trying to run Source Library Compiler and get the following error message:
MyLib\src\AWTEvent.java:30: error: package java.awt.peer does not exist
import java.awt.peer.ComponentPeer;
I looked in AwtEvent.java; sure enough that file is trying to import the missing package.
Help??
B_FISH
MyLib\src\AWTEvent.java:30: error: package java.awt.peer does not exist
import java.awt.peer.ComponentPeer;
I looked in AwtEvent.java; sure enough that file is trying to import the missing package.
Help??
B_FISH