These procedure describe how to add external Java Archives (JARs) to your new or existing PHP projects' Java Bridge classpaths so that additional Java objects can be created.
|
|
|
|
|
To add JARs to a new project:
|
|
Your new PHP project will be created including the new JAR archive. Elements within the JAR will be available for use within Java objects for that project. |
|
|
|
|
|
|
To add JARs to an existing project:
|
|
Your JAR will be added to the list and will be available for use within Java objects for that project. |
|
Note:
The JAR will have been added for the specified project only.
|
|
|
|
|
Related Links: |
|
|
|