jview not passing parameters
Status: Beta
Brought to you by:
reyes
If jview is used any parameters passed in are not
passed to the jview command. The file
MSJViewLauncher.cpp
need to be updated to add the line
string addargs = resource.getProperty
(ResourceManager::KEY_ARGUMENTS);
and then the arguments line replaced with
string arguments = javaproperties + " /cp:p \"" +
classpath + "\" " + classname + " " + addargs;
Also see attached file.
richard.stedham@baesystems.com
MSJViewLauncher.cpp