- 64-bit Java needs to be installed on the machine on which the component is being run.
- Edit the corresponding component's ini file and add the full path to the 64-bit javaw program in the cmd= setting. An example is below:
Default cmd= setting:
cmd="javaw" -jar -cp .;.\automicLookAndFeel.jar ucybdbar.jar
An example of the cmd= setting changed to reflect pointing to 64-bit java:
cmd="C:\Program Files\Java\jre1.6\bin\javaw" -jar -cp .;.\UC4LookAndFeel.jar ucybdbar.jar
NOTE: The path C:\Program Files\Java\jre1.6\bin may not be the same on the workstation being used. This will need to be double-checked by the user.