com.apple.eawt.Application can not be resolved to a type (in class OSXAdapter) #1400
Labels
update-needed
There is old code or library usage that needs to be updated to work with current Java or libraries
Hello, in OSXAdapter, line 16 below:
13 public class OSXAdapter extends ApplicationAdapter {
14
15 private static OSXAdapter adapter;
16 private static com.apple.eawt.Application app;
the compiler says com.apple.eawt.Application can not be resolved to a type, even though, according to eclipse, com.apple.eawt.Application.class is on the build path (see attached screen shot)
The text was updated successfully, but these errors were encountered: