+ Reply to Thread
Results 1 to 10 of 11
Thread: java VM on eeeNote
-
05-10-2011, 12:43 PM #1Pen Pal - Newbie
- Join Date
- May 2011
- Location
- Italy
- Posts
- 28
- Rep Power
- 3
java VM on eeeNote
Hello,
I read in a thread about Asus eee Note that the usb port is both host and device modes capable.
Now I ask to who has better knowledge of the device and hacked it (question 1) whether it is possible to run on it a java application that (question 2) perform midi data processing, where there is an external midi device connected to its port. Even if hacking is necessary.
Thanks
-
05-10-2011, 03:13 PM #2Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: java VM on eeeNote
a look in to the pxa datasheet and in the kernel and for now you can't use it as host.
We need to update to a more recent kernel and as i can see probably the 303 lacks of an device chip.
http://www.marvell.com/products/proc...XA3xx_EMTS.pdf
-
05-12-2011, 07:37 AM #3Pen Pal - Newbie
- Join Date
- May 2011
- Location
- Italy
- Posts
- 28
- Rep Power
- 3
Re: java VM on eeeNote
thanks.
what about question 1, that is whether running java app is possible?
-
05-12-2011, 11:06 AM #4Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: java VM on eeeNote
you can compile it, but the graphic part need to be compatible with qt-framebuffer (eeenote doesn't use X11 but uses qtframebuffer).
So if it's a terminal program (like pdftk) you could port it without only cross compiling. In other cases you need to rewrite the gui part with qt.
-
05-12-2011, 11:36 AM #5Pen Pal - Newbie
- Join Date
- May 2011
- Location
- Italy
- Posts
- 28
- Rep Power
- 3
Re: java VM on eeeNote
Thanks for your answers.
Sorry, I do not understand. I mean: as far as I know, java applications are executed by the JVM or its opensource counterpart but are not compiled.
So a JVM is to be present in the system and a command like "java -jar myapp.jar" has to be typed into a script or console. So maybe you say that a java class can be executed but the JVM output will be not displayed because
some not-installed library (X11) is being called by JVM? QT should instead be called, if I understand. But I think that JVM could not execute at all in this scenario. Could it?
-
05-13-2011, 10:36 AM #6Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: java VM on eeeNote
You need to change the graphic part to run in qt and compile jvm for the eeenote. I think that it is too much work...
-
04-12-2012, 01:02 PM #7Pen Pal - Newbie
- Join Date
- Apr 2012
- Posts
- 4
- Rep Power
- 0
Re: java VM on eeeNote
Hi,
i'm actually playing around a little with the EEE Note. I'm Java Programmer so its very interesting for me to have a Java VM on EEE Note.
What I don't understand is: How can I get a compiled version of java jre, that runs on EEE Note. I tried the rpm and binaries from Oracle, but EEE Note only says "Syntax Error, ( expected" when i start it.
Should I compile the sources of jre or do you mean the java class-sources?you can compile it
-
04-13-2012, 06:20 AM #8Pen Pal - Newbie
- Join Date
- Apr 2012
- Posts
- 4
- Rep Power
- 0
Re: java VM on eeeNote
I managed to run a Java 7 SE Embedded JVM on EEE Note.
If your interested: Oracle offers a compiled version of Java 7 SE Embedded JVM wich you can request here: Java Embedded: Java SE download
All you have to do is: Give your personal information to oracle an receive a link to the download.
Download the Binaries for ARM 5 Processor and unpack the archive on your pc.
Copy the jre folder to you EEE Note via SD Card.
Run jre/bin/java and enjoy!
-
04-13-2012, 12:53 PM #9Pen Pro - Senior Member
- Join Date
- Apr 2011
- Posts
- 147
- Rep Power
- 3
Re: java VM on eeeNote
Interesting, so would something like freemind Main Page - FreeMind be possible to run on the eeenote?
-
04-14-2012, 02:22 PM #10
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL




Reply With Quote


Bookmarks