PDA

View Full Version : Link for Jamvm, Jikes and classpath for n800


anidel
05-04-2007, 09:20 AM
Some of you guys asked for a link where to download the quick porting of Java for N800.
I am sorry I was not able to respond quickly.
Here it is a link, but I am not sure for how long I can keep it up:

http://193.205.161.34/JavaN800

Please do remind that this is not an official port and I am not responsible for anything that these packages can do (in case they choose to) on your devices.

pdelrieu
05-04-2007, 10:26 AM
I've got them.
Thank you.

Philippe

frethop
05-04-2007, 10:58 AM
Thanks! My initial (simple) tests with some Swing examples worked.

How do you pop up the virtual keyboard? I know the JVM will not cause a pop up, but can you manually? The center button on the arrow pad will not pull it up.

Again: thanks!

-F

saibot83
05-04-2007, 12:06 PM
Thanks Anidel!!!!!!!!!!!!!!!!!!!!!

anidel
05-04-2007, 12:18 PM
Thanks! My initial (simple) tests with some Swing examples worked.

How do you pop up the virtual keyboard? I know the JVM will not cause a pop up, but can you manually? The center button on the arrow pad will not pull it up.

Again: thanks!

-F

I have never tried entering text with Swing.
I need a JavaVM and compiler on my tablet to test a CLI program.
Probably a BT keyboard would work...that's the only advice I can give.

DryLand404
05-04-2007, 02:14 PM
Rehosted
http://www.sharebigfile.com/file/160294/classpath-0-91-1-armel-deb.html
http://www.sharebigfile.com/file/160296/jamvm-1-4-3-1-armel-deb.html
http://www.sharebigfile.com/file/160298/jikes-1-22-1-armel-deb.html

DryLand404
05-04-2007, 02:46 PM
Cmd line only?

frethop
05-04-2007, 03:18 PM
I have never tried entering text with Swing.
I need a JavaVM and compiler on my tablet to test a CLI program.
Probably a BT keyboard would work...that's the only advice I can give.

My BT keyboard did indeed work. As did VNC on a PC to the N800.

Thanks again!

-F

fcassia
05-04-2007, 03:32 PM
Mirror on my host:

http://the13thfloor.org/n800-java/

FC

steffen800
05-14-2007, 06:11 PM
thank you. going on holliday for 2 weeks, but then i'll try it immediatly.

Ricky-Lee
04-25-2008, 08:02 AM
I gave this a shot today after installing all the .deb's I used a simple java script for a test an got this as output

Nokia-N800-51-3:/home/user/dev# jikes foo.java

Found 1 system error:

*** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" in:
.

Any one got any ideas?