-
Bug
-
Resolution: Fixed
-
P4
-
8u20
-
Tested on Mac, but should be platform independent (? if only it's not a bash-specific issue...)
8u-dev Hudson build #711
Run run-subsets.sh (I ran it on Mac). Go through all the demos - all of them start and run just fine. However, after the guimark demos the script is supposed to run three other demos:
PickTest3D \
VideoCube \
WebLauncher \
And they won't start. The command-line used to launch the demos seems to be missing the main class name, and so the java command simply complains and doesn't start anything.
PickTest3D \
VideoCube \
WebLauncher \
And they won't start. The command-line used to launch the demos seems to be missing the main class name, and so the java command simply complains and doesn't start anything.
- relates to
-
JDK-8095127 run-subset.sh still won't run 3 last tests
- Resolved
-
JDK-8093248 run-subset.sh won't run the HelloFXCanvas demo
- Resolved