unit 5
unit 5
unit 5
import java.awt.*;
import java.applet.*;
import java.io.*;
javac SimpleBean.java
Create a manifest file with a .mf extension as under. The
Manifest file is a text file which contains the name of the
class file.
SimpleBean.mf
Name: SimpleBean.class
Java-Bean: True
Creating a JAR file for the example code
created eariler on.