I install pdaXrom RC10.
And blackdown jdk1.3.1 RC1.
cgoban (http://kgs.kiseido.com/cgoban-unix-2.6.12.tar.gz) is java program.
but it is not work on pdaXrom with many error message appear.
please teach me, how to java program running on zaurus?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Hi,
I managed to get the blackdown VM running on my SL-5500 with pdaXrom.
You can see a screenshot at:
[a href=\"https://www.oesf.org/forums/index.php?showtopic=11214&pid=89371&st=30entry89371]https://www.oesf.org/forums/index.php?showt...=30entry89371[/url]
I had to comment out a method call in the ColorChooserDemo.java example, as it
was mostl likely written for J2SE v1.4.2. If I get some time during the week, I
will be installing blackdown again, and can try the program you posted a
link to.
In the meantime, if you post the errors, I will be happy to look at them. Perhaps the
program using features that were added after 1.3.1. In the case of the
JAVA Swing Tutorial demo above, only the following line needed to be commented out:
JFrame.setDefaultLookAndFeelDecorated(true);
Were you able to run other JAVA programs?
I'm running on the SL-5500, but I would expect JAVA to behave the same
on whatever model you have.
John