First, I’m going to assume that visibroker.jar must be on the bootclasspath to operate properly. If it doesn’t, just use the append to classpath mechanism on the preference page.
However, if it must be on the bootclasspath, rather than trying to configure the whole thing yourself, just append it. The instructions on how to do this can be gotten by opening a command shell and typing ‘java -X’. Here are the instructions, for convenience:
-Xbootclasspath/a:<directories and zip/jar files separated by :>
append to end of bootstrap class path
So by specifying a JVM argument of:
-Xbootclasspath/a:<fullpath>/visibroker.jar
–Scott
MyEclipse Support