Author Topic: Java For Zaurus  (Read 5816 times)

darmou

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Java For Zaurus
« on: December 03, 2006, 07:41:24 am »
Now that java is using the GPL, is anyone interested in porting java to openembedded?

darmou

darmou

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Java For Zaurus
« Reply #1 on: December 05, 2006, 07:16:44 am »
Quote
Now that java is using the GPL, is anyone interested in porting java to openembedded?

darmou
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]


Ok been testing out the phoneme package:

[a href=\"https://www.oesf.org/forums/index.php?showtopic=21995&hl=]https://www.oesf.org/forums/index.php?showtopic=21995&hl=[/url]

however when I try to run an example:
[root@spitz:/media/card/home/root] # cvm -cp democlasses.jar personal.DemoFrame java.lang.UnsatisfiedLinkError: /usr/local/lib/libqtawt.so

I assume this is because i do'nt have libqt installed?

This post in the Sun java forum seems to confirm;

http://forum.java.sun.com/thread.jspa?thre...68497&tstart=45

"I have found the reason of this error,that beacause I didn't set QT path
you must do follow of setting
export QTDIR=%QtInstallDir
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH"

Does anyone know which xqt packages I need to install from OpenEmbedded?

darmou

ofels

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • http://
Java For Zaurus
« Reply #2 on: December 05, 2006, 11:56:40 am »
Quote
Does anyone know which xqt packages I need to install from OpenEmbedded?


XQt is an xserver build on qt running on the framebuffer. You need the opposite- the libqte library and the interesting question is whether the J2ME port is build against libqte2 or libqte3.
With libqte2 the easiest way would be to install the basic Opie packages and run Opie on a different virtual terminal than GPE.
With libqte3 things are getting complicated as you'd need to configure things yourself.

Oliver

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Java For Zaurus
« Reply #3 on: December 05, 2006, 05:26:38 pm »
Oliver? Is that you???
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ofels

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • http://
Java For Zaurus
« Reply #4 on: December 06, 2006, 01:01:28 am »
Quote
Oliver? Is that you???
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148184\"][{POST_SNAPBACK}][/a][/div]

Hehe, shoot, I'm caught.
Yes, I am back. At least sort of

Oliver

TRIsoft

  • Sr. Member
  • ****
  • Posts: 332
    • View Profile
    • http://www.trisoft.de
Java For Zaurus
« Reply #5 on: December 06, 2006, 05:25:27 am »
Quote
Hehe, shoot, I'm caught.
Yes, I am back. At least sort of
Oliver
You should've prepared your cover a bit better...
How about ORocks ?  
(SCNR)

///TRIsoft

Marc Stephan

ofels

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • http://
Java For Zaurus
« Reply #6 on: December 06, 2006, 11:39:59 am »
Quote
Quote
Hehe, shoot, I'm caught.
Yes, I am back. At least sort of
Oliver
You should've prepared your cover a bit better...
How about ORocks ?  

OK, I made it too obvious. Go find me at the german Zaurus portal of Linux on tour
Agreed- not that difficult considering my history but not that easy as here, I guess

Oliver