Soldato
- Joined
- 22 Nov 2007
- Posts
- 4,360
Hi guy's , im making a java bean but am getting some errors. When i change the manifest file to this
Manifest-Version: 1.0
Name: creatingbinbeanv1/BinBeanv1.class
Java-Bean: True
I then clean and buid the project and i get this line which i think is the problem.
Manifest warning: "Name" attributes should not occur in the main section and must be the first element in all other sections: "Name: topicview/topicview"
When i try and load the bean from the pallette onto a j-frame i get an error saying that the file should be on the same class path or something ( i can't even get to that stage now for some reason) Anyone know what to do?
Manifest-Version: 1.0
Name: creatingbinbeanv1/BinBeanv1.class
Java-Bean: True
I then clean and buid the project and i get this line which i think is the problem.
Manifest warning: "Name" attributes should not occur in the main section and must be the first element in all other sections: "Name: topicview/topicview"
When i try and load the bean from the pallette onto a j-frame i get an error saying that the file should be on the same class path or something ( i can't even get to that stage now for some reason) Anyone know what to do?