Posted on January 31st, 2009 by admin
I graduated from University College Cork, Ireland with Msc degree in 2006. Since then, I have never touched my thesis again. It is useless to only keep it in my hard drivers. I would like to take it out and hope it can help some one who may need. The thesis is put on the [...]
No Comments »
Filed under: Java
Posted on July 11th, 2005 by HuHe
I have succeeded in on PDA using URL(java.net.*) to get the picture from httpserver today.
I try to find some api can make IBM J9 work with MySql. It seems there is not API for J9 to support the JDBC. I check the liberary of J9, found no java.sql.* inside.
Somebody say I can use JDBC Optional [...]
No Comments »
Filed under: Java
Posted on July 8th, 2005 by HuHe
IBM J9 seems not to support Bluetooth API directly, I need to find a good way to support Bluetooth for J9. By far, I only get the information that Avetana Bluetooth software can work with J9 on PDA, but it is not free software.
Somebody say we can use RMI to communicate with Bluetooth port, I [...]
No Comments »
Filed under: Java
Posted on July 5th, 2005 by HuHe
I try to run the sun’s applet example on my PDA, the example I used it ArcTest which include main function. I found it can not run class directly, like: j9 -cp ArcTest.class,it doesn’t work.. However, it can run jar file, something like: 255#”\Program Files\J9\PPRO10\bin\j9.exe” “-jcl:ppro10″ “-cp” “\applets\ArcTest\arcTest.jar” ArcTest. It does work., but I need [...]
No Comments »
Filed under: Java