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 28419 - "Unable to access file: null" when using internal compiler
Summary: "Unable to access file: null" when using internal compiler
Status: CLOSED DUPLICATE of bug 29012
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-02 06:00 UTC by _ gtzabari
Modified: 2008-12-22 19:00 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-11-02 06:00:38 UTC
3.4 dev build 20021090100
IBM JDK 1.3.1

   I try compiling a file using the internal
compiler and get:

com/shadowcraft/eggshell/oc2/Channel.java [28:11]
cannot access com.shadowcraft.eggshell.oc2.ChannelUI
bad class file: java\util\Set.class
unable to access file: null
Please remove or make sure it appears in the
correct subdirectory of the classpath.

   And other such bogus errors.. The actual line
being pointed to above reads:

"private ChannelUI ui;"

- This worked with a release from about 2 weeks ago
- ChannelUI exists both in the current package and
inside a second package being imported

    Looks to me like the only way we're going to
be able to track down the source of this issue is
add more debugging code (unless you've seen this
before?)
Comment 1 Svata Dedic 2003-02-28 16:27:59 UTC

*** This issue has been marked as a duplicate of 29012 ***
Comment 2 Marian Mirilovic 2003-07-22 13:53:15 UTC
verified, closed - it's duplicate.