ImageJ for Zaurus

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

ImageJ for Zaurus

Breukers, C (TNW)
Hi everybody,

 

Recently I received a Sharp Zaurus SL-C3100 PDA.

Does anyone have experience with installing ImageJ on this PDA?

 

I have installed the ImageJ ipk file and the program is visible as
application, but when I open ImageJ nothing happens.

I suppose the Java engine is included in the ImageJ installation.

What settings should I change?

 

Thanx,

 

Christian Breukers

 

------------------------------------

Biophysical Engineering Group

Faculty of Science and Technology

University of Twente
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ for Zaurus

Martin du Saire
If I could piggy-back on this, I need some help installing and
running ImageJ on a Zaurus SL-C760.

Thanks.

Martin

At 07:42 AM 4/10/2006, you wrote:

>Hi everybody,
>
>
>
>Recently I received a Sharp Zaurus SL-C3100 PDA.
>
>Does anyone have experience with installing ImageJ on this PDA?
>
>
>
>I have installed the ImageJ ipk file and the program is visible as
>application, but when I open ImageJ nothing happens.
>
>I suppose the Java engine is included in the ImageJ installation.
>
>What settings should I change?
>
>
>
>Thanx,
>
>
>
>Christian Breukers
>
>
>
>------------------------------------
>
>Biophysical Engineering Group
>
>Faculty of Science and Technology
>
>University of Twente
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ for Zaurus

Jarek Sacha
In reply to this post by Breukers, C (TNW)
Breukers, C (TNW) wrote:
> Recently I received a Sharp Zaurus SL-C3100 PDA.
>
> Does anyone have experience with installing ImageJ on this PDA?
>  
The ipk package available at
http://ij-plugins.sourceforge.net/imagej-zaurus was developed and tested
using Zaurus SL-5600.
> I have installed the ImageJ ipk file and the program is visible as
> application, but when I open ImageJ nothing happens.
>
> I suppose the Java engine is included in the ImageJ installation.
>  
Java is not included in ImageJ installation. You need to install it
separately (if you do not already have it on your system, Zaurus SL-5600
had one called Jeode).
> What settings should I change?
>  
You may need to update location of Java for ImageJ files installed from
ipk. If you make it work with Zaurus SL-C3100 please share how you did it.

Jarek
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ for Zaurus

W. Chan
In reply to this post by Breukers, C (TNW)
Hi Christian

You probably need a JVM.  I use jeode 1.10.7 on my 3000 with 1.11 JP ROM
and Tetsu v18a kernel.  Other ones may work too.  I still need to find the
best memory setting.  With only 64 MB RAM and probably 25-30 available
most of the time on mine, I am testing the settings between 18 and 20.

--
Pang (Wai Pang Chan, [hidden email], PAB A087, 206-685-1519)
The Biology Imaging Facility (http://staff.washington.edu/wpchan/if/)

On Mon, 10 Apr 2006, Breukers, C (TNW) wrote:

> Recently I received a Sharp Zaurus SL-C3100 PDA.
>
> Does anyone have experience with installing ImageJ on this PDA?
>
> I have installed the ImageJ ipk file and the program is visible as
> application, but when I open ImageJ nothing happens.
>
> I suppose the Java engine is included in the ImageJ installation.
>
> What settings should I change?
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ for Zaurus

W. Chan
In reply to this post by Jarek Sacha
Hi Jarek

Your ipk works just fine on my SL-C3000 (Thanks!).  I do not have to do
anything except to change the memory setting by editing
/home/QtPalmtop/bin/imagej.  However, I do find that the text in the about
panel, and memory monitor are all blank.  Clicking the status bar displays
the current memory usage but does not activate garbage collection.

--
Pang (Wai Pang Chan, [hidden email], PAB A087, 206-685-1519)
The Biology Imaging Facility (http://staff.washington.edu/wpchan/if/)

On Mon, 10 Apr 2006, Jarek Sacha wrote:

> You may need to update location of Java for ImageJ files installed from ipk.
> If you make it work with Zaurus SL-C3100 please share how you did it.
Reply | Threaded
Open this post in threaded view
|

ImageJ for Zaurus

Breukers, C (TNW)
In reply to this post by Breukers, C (TNW)
Hi Everybody,

 

Last time I didn't have the ImageJ on my Zaurus SL-C3100, but now I have
it running.

 

The way to do this is by:

-Installing J2ME java
(http://java.sun.com/developer/earlyAccess/pp4zaurus/)

-Install the ImageJ CVM.ipk file
(http://prdownloads.sourceforge.net/ij-plugins/imagej-cvm_1.31k-1_arm.ip
k?download)

-Install ImageJ 1.3.0 ipk file
(http://prdownloads.sourceforge.net/ij-plugins/imagej_1.30q-1_arm.ipk?do
wnload)

-Reboot your Zaurus

-It works

 

The 1.3.0 version does not work, but the strange thing is that if I
remove the 1.3.0 version my CVM ImageJ is not working anymore.

Probably the 1.3.0 version has additional files that are necessary to
run the CVM version. The CVM version works fine than.

 

Another question:

What command should I use to adjust the memory size for ImageJ on a
Zaurus PDA with Qtopia and Linux?

 

Kind regards,

 

Christian Breukers

 ------------------------------------

Biophysical Engineering Group

Faculty of Science and Technology

University of Twente
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ for Zaurus

W. Chan
Hi Christian

You can use the -Xmx option.  I don't use sun personal profile but with
jeode evm, /home/QtPalmtop/bin/imagej looks like this.

. /home/QtPalmtop/bin/installdir.sh  #set INSTALLDIR
SQPEDIR/bin/evm -Xprogress -XsppName=imagej -mx18m -cp  \
   $INSTALLDIR/imagej/ij.jar -Dplugins.dir=$INSTALLDIR/imagej ij.ImageJ

I am just using 18 MB now and I do not know the difference between -Xmx
and -mx in this case.  It may not be necessary to set $INSTALLDIR since
most programs are installed on the harddrives with the SL-C3000 series
Zaurus.

--
Pang (Wai Pang Chan, [hidden email], PAB A087, 206-685-1519)
The Biology Imaging Facility (http://staff.washington.edu/wpchan/if/)

On Wed, 12 Apr 2006, Breukers, C (TNW) wrote:

> What command should I use to adjust the memory size for ImageJ on a
> Zaurus PDA with Qtopia and Linux?