I have a jar file specified in my classpath, and the jar file doesn't have directory entries for the packages of the classes in the jar. For example, in jelly0.jar that contains the JellyBean.class entry, I don't have the sunw/demo/jelly directory listed as an entry. I got a syntax error when I use wildcard in my import statement that looks like "import sunw.demo.jelly.*". I have attached an example to demonstrate this problem.
- duplicates
-
JDK-4062343 Problem with import
-
- Closed
-