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 61002 - Import does not work
Summary: Import does not work
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 21:53 UTC by dawgmatix
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 dawgmatix 2005-07-14 21:53:22 UTC
I use JAI (Java Advanced Imaging). Inspite of the library beeing in my classpath
(and showing up as one of the jdk libraries), the import statements for it 
do not work. 
javax.media.JAI does not exist. 

On linux it works. I do not know what the reason for this is.
On another editor this does work. 
I havent tried this with another version of netbeans as i currently 
dont have one.
Comment 1 Milan Kubec 2005-08-09 10:02:15 UTC
If your problem still persists, try to delete folder .netbeans/dev/var/cache
under your userdir installation (should be in your home dir, if you haven't
change it). It will recreate MDR storage and it might help. If it doesn't help
please provide steps to reproduce and if possible attach or send the problematic
project. Thanks.
Comment 2 Jan Becicka 2005-09-08 14:38:00 UTC
Sure, there is no class javax.media.JAI. There is a class javax.media.jai.JAI
and there is a package javax.media.jai. Both can be imported. javax.media.JAI is
not class nor package from Java Advanced Imaging library.