Create a Classic Library Project From Template

  1. Choose File > New Project (Ctrl-Shift-N).
  2. Select Java Card > Classic Library Project template in the New Project wizard and click Next.
  3. Set the project name and location where the IDE will create the project.
  4. Select a Java Card Platform and Card that are correctly configured for your implementation and click Next.
  5. Set the RID and PIX values for the Classic Package AID.

    The Classic package AID is a unique ID applied to the package of the classic applet. It consists of two components, an RID value and a PIX value.

  6. Click Finish.

    The IDE creates the project folder containing the source packages and libraries. You can view, create and edit this project source code in the IDE Source Editor to finish creating your library project.

See Also: