Bug 114453 - Unresolved class in jar
Summary: Unresolved class in jar
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-10-31 20:46 EST by Miguel Griffa CLA
Modified: 2009-08-30 02:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Griffa CLA 2005-10-31 20:46:12 EST
Context:
I'm writing a maven plugin that uses javacc. the javacc package contains three
classes 'javacc' being one of them, for command line use in default package.

The plugin is a java class that calls javacc.main(String[]) when compiling from
maven, everyhing is cool, inside eclipse 

the line javacc.main() reports 'javacc' cannot be resolved. Classpath is ok,
since I open type... I see javacc where it is
Comment 1 Olivier Thomann CLA 2006-01-27 14:07:17 EST
Could it be that you import a class from the default package in a class that resides in a package?
This is forbidden since 1.4.
Comment 2 Philipe Mulet CLA 2006-02-03 04:16:39 EST
Pls provide detailed steps to recreate, and then reopen.
Comment 3 Denis Roy CLA 2009-08-30 02:09:18 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.