alper
Posts: 2
Joined: Fri Oct 07, 2005 4:03 pm
Location: Vancouver, BC

Codebase set to jar files in a dir

Hi,

I would like to define a JVM parameter as follows

java.rmi.server.codebase="file://c:/xxxx.jar file://c:yyyy.jar ...."

These jar files are in the distribution in

[TARGETDIR]\lib

Is there a way to refer to all these jar files with "file" urls
using TARGETDIR somehow ?

Any help would be appreciated.

Naim
ciprian
Posts: 259
Joined: Thu Jul 14, 2005 12:56 pm
Location: Craiova, Romania
Contact: Website

Hi Naim,

Here is how you can setup the java.rmi.server.codebase property.

- Go to the Java Products page and select the Virtual Machine tab.
- Use the [...] button to browse the "Edit JVM Parameters" dialog.
- Click the [New] button.
- In the New JVM System Property dialog, edit the "Name" field to java.rmi.server.codebase.
- The "Value" text field is of formatted type. Use the [...] button besides the field to insert reference to a File, Folder or Property.

All the best,
Ciprian
Ciprian Burca
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”