OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => Cxx0 General discussions => Topic started by: lareya on July 14, 2005, 09:07:05 pm

Title: Howto Get Frink Working?
Post by: lareya on July 14, 2005, 09:07:05 pm
Okay,
went to the web page for Frink (http://futureboy.homeip.net/frinkdocs/), and d/l the ipk. Installed fine and see the icon , but it doesn't do anything when I click it. Also went into Qkonsole and wrote frink, but it didn't find anything there also.

Anyone know how to use this? I don't think I ever successfully got a java proggie working. I think from reading the doc's that the ipk is actually a jar file basically.

any clues?

Thanks!  

Lareya
Title: Howto Get Frink Working?
Post by: lardman on July 15, 2005, 05:17:36 am
Do you have jeode installed?


Si
Title: Howto Get Frink Working?
Post by: dtruchan on July 24, 2005, 09:44:34 am
I just download the jar file and put it on my SD card.
There does seem to be a problem with GUI mode, but it works well in console mode.
I use J2ME, havn't tried Jeode.

I run Frink from a console like this:
Code: [Select]
/QtPalmtop/j2me/bin/cvm -cp /mnt/card/frink.jar frink.parser.Frink
Title: Howto Get Frink Working?
Post by: Stubear on July 24, 2005, 10:31:37 am
If you are using evm (personal profile) then you need to edit the runfrink file in /home/QtPalmtop/bin

Change "-cp" to "-jar" and things should work, although I get white text on white background at the moment, so I can only read the answers by selecting the text.

Stu