Configuring JAVA in an Application Module
To access JAVA code in TIBCO BusinessWorks™ Container Edition, you need to configure the application module with JAVA nature.
New Project
To configure a new project with JAVA nature:
- Procedure
- On the menu bar, click
icon.
This opens the New BusinessWorks Application Module wizard. -
Specify Project name and select the Use Java configuration checkbox and click Finish.
In Project Explorer you see a JRE System Library <version> folder created in your project.
Existing Project
To configure an existing project with JAVA nature:
- In the Project Explorer pane, right-click on the project and select .
- Import and run the existing JAVA source (which resides in the JAR file) inside the same application module.
- In the TIBCO BusinessWorks Container Edition application module (which has java nature), select the lib folder.
- Right-click and select
- Click the Browse button of the From directory field and provide the location of jar file.
- Now click the
Browse button of the
Info folder field and select the jar file you want to import to the
lib folder, and click
Finish.
This copy and places the jar file in the application module's lib directory and adds it to the classpath.
