For Mustang, we should rewrite the native code in launcher.c
The current code has been build up for three years by adding features one at a time. and adding each as new args to thye routines:
ScanFileForOptions, ConvertVmArgs, and LaunchJava.
It could be greatly simplified by adding launch args to an argument object, instead of passing every possible arg in every routine.
The current code has been build up for three years by adding features one at a time. and adding each as new args to thye routines:
ScanFileForOptions, ConvertVmArgs, and LaunchJava.
It could be greatly simplified by adding launch args to an argument object, instead of passing every possible arg in every routine.