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 26355 - Won't let me install new javabean
Summary: Won't let me install new javabean
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-07 18:37 UTC by Steven Ostrowski
Modified: 2002-08-07 19:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jar file containing the bean and manifest (1.26 KB, application/octet-stream)
2002-08-07 18:38 UTC, Steven Ostrowski
Details
source file for the test bean i was trying to install (1.18 KB, text/plain)
2002-08-07 18:39 UTC, Steven Ostrowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Ostrowski 2002-08-07 18:37:26 UTC
I'm trying to install a simple test javabean from the jar. 
The manifest file has the name of the class and the Java-
Bean: True attribute, but it still is telling me there are 
no JavaBeans in the jar file.

I'm using 3.4 RC1. I will attach the jar file and the 
source file.

Thanks
Comment 1 Steven Ostrowski 2002-08-07 18:38:49 UTC
Created attachment 7045 [details]
jar file containing the bean and manifest
Comment 2 Steven Ostrowski 2002-08-07 18:39:51 UTC
Created attachment 7046 [details]
source file for the test bean i was trying to install
Comment 3 Steven Ostrowski 2002-08-07 19:00:34 UTC
I just learned that you need an empty line after the 
manifest version... sorry for the invalid bug!