|
|
|
|
|
by nostrademons
6887 days ago
|
|
That happens when you try to run a Java app that was compiled with a newer compiler on an older VM. Most likely, the demo was built with Java 1.6 and you've still got 1.5. It's working on my browser. ...It's also slow to load and incredibly clunky. Why, Swing, did you have to reimplement every native widget so that none of them look the way we expect? I think Paul's "no Java applets" remark is on the money here. |
|