English

In this section, you will create a new ASN.1 project.

Creating a new ASN.1 project

  1. Inside Eclipse select the menu item File > New >Project.... to open the New Project wizard
  2. Select ASN.1 Project then click Next to start the New ASN.1 Project wizard:

    New ASN.1 Project wizard

    On this page, type "MyHTTP" in the Project name field. Then click Finish.
  3. An ASN.1 project named MyHTTP is created. You can add or create any ASN.1 specifications to the project now.

Adding ASN.1 capability to existing project

ASN.1 project can co-exist with other project like Java project, you can easily use the code generate by the ASN.1 compiler right away in one single project. Follow these steps to create an (say) ASN.1-Java project.

  1. Create a Java project, for example, named java-project
  2. Right click the java-project then chose ASN.1 Tools -> Add ASN.1 Capability in the pop-up menu:

    Add ASN.1 Capability to Existing Project

  3. Click Finish in the populated New ASN.1 Project wizard dialog.

    Add ASN.1 Capability to Existing Project

  4. The java-project project is now configurated with ASN.1 capability, You can add or create any ASN.1 specifications to the project now.
  5. After adding some ASN.1 specification files into ASN.1 source folder, the generated java output folder can be added to Java Source Folder.

Next Section: Creating an ASN.1 Module