Q: The setup program hangs. A: With JDK 1.4.x and certain PC graphics cards, when you launch the setup program, it hangs without displaying the swing window. This is probably caused by a bug in JDK 1.4.x (Bug Id 4713003). The workaround is to use an option -Dsun.java2d.noddraw=true that is, you can edit the setup program like the following: java -Dsun.java2d.noddraw=true -cp ....
|