Carbon StudioDownloadsDocumentation
SamplesGet InvolvedProject Information![]() |
Carbon ToolsContentThird Party Java Library ArtifactTo create a third party Java Library, right click on the CApp project and select Java Library Artifact from the menu.There are two ways to create a Java Library Artifact.
With the second option, it will list all the available projects in the workspace and you can select the project you want to create a Java Library dependency.
Select the CApp project you want to create Java Library Artifact and and give a name to the Java Library artifact. Then click Finish.
Now you will see a new Java Library Artifact has been created under the CApp project.
Carbon UI Bundle ArtifactTo create a Carbon UI Bundle Artifact, right click on the CApp project and select Carbon UI Bundle Artifact from the menu.
To create a Carbon UI Bundle Artifact, first you need to have a Carbon UI Bundle already created in the workspace.
If you do not have a Carbon UI Bundle in the workspace, you can create a new Carbon UI bundle by clicking New
Give necessary information to the project creation wizard and click Finish.
Now you will see new project has been created in the workspace and it is already selected to the drop down box of the Carbon UI Bundle Artifact wizard. Then click Next.
Select the CApp project you want to create Carbon UI Bundle Artifact and and give a name to the artifact. Then click Finish.
Now you will see a new Carbon UI Bundle Artifact has been created under the Artifacts folder of the CApp project.
You can add your jsps/js/html files under the "web/customui/org.wso2.tools.eclipse.carbon.test.ui" folder in the created project for Carbon UI Component |