This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29198 - Misleading "Package does not exist" message
Summary: Misleading "Package does not exist" message
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: PC OS/2
: P4 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-01 23:14 UTC by _ gtzabari
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2002-12-01 23:14:32 UTC
dev build 200211290100

   Using the internal Java compiler I try to
compile a file containing:

public class someName extends net.jxta.PeerGroupID

   and I get a "package net.jxta does not exist"
compilation error.

   This message is actually incorrect. Package
net.jxta *does* exist, but there is no
"PeerGroupID" class within it.
Comment 1 Jan Becicka 2003-01-03 13:02:27 UTC
And what message do you get, when you use 
javac? Thanks
Comment 2 Tomas Hurka 2003-02-18 15:56:47 UTC
Please, provide more information.