Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arathrael

Pages: [1]
1
Quote
Have you symlinked it as shown in my post in this thread? For some reason (unknown to me) this must also be done 'sometimes' after using ipkg-link.
Yep, the links are there. If I run ln -s, I get 'File exists' as you'd expect.

I've actually managed to get it working now, but I'm still puzzled as to why the problem appeared in the first place.

I tried copying and editing runprimtest to manually specify the classpath to awt.jar and core.jar - didn't work. I then added the -v flag to the evm call, and the problem appeared - it was looking for awt.jar and core.jar in /opt/QtPalmtop.compat/lib where they didn't exist. So I ran

Code: [Select]
ln -s /mnt/card/opt/QtPalmtop/lib/*.jar /opt/QtPalmtop.compat/lib/
After that, it found the libraries, but not 'libevmawt.so'. Similarly to the jar files, it was looking under /opt/QtPalmtop.compat/ for it. Running

Code: [Select]
ln -s /mnt/card/opt/QtPalmtop/bin/libevmawt.so /opt/QtPalmtop.compat/bin/
fixed that problem, and both the jeode demos now run fine.

I can't help thinking though, that there must be something I'm missing to have this problem in the first place. Any ideas?

2
Quote
Code: [Select]
ipkg -dest sd --force-depends install jeode-for-oz3_0.4_arm.ipk
ipkg-link mount /mnt/card
Settings->Libraries->files->/mnt/card/opt/QtPalmtop/bin/evm
Reload Icons

I was having the same problem, and just tried the above immediately after flashing (also with an SL5500 with Hentges OZ3.5.2). But it doesn't work for me.

I still get the same error Mongoosefred was originally having - i.e. if I run runprimtest from the icon, the evm splash screen pops up and then the error 'can't find application runprimtest', and if I run runprimtest from the console, I get the java.lang.NoClassDefFoundError: java/awt/canvas error.

Everything seems to be ok, links exist in /opt/QtPalmtop/bin/ as they should, etc.

Help?

Pages: [1]