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 - daldred

Pages: [1]
1
Quote
Quote
Quote
Sounds like it is looking for Zudoku class in paackge Sudoku (or directory).

Aaargh.  Department of the bleeding obvious strikes again.  I'd not transferred all the class files over....

Thanks....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93138\"][{POST_SNAPBACK}][/a][/div]

Interesting I've been looking for a sudoku package for my sl6000 but havent found any working If you interested in testers, I will be happy to volunteer!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=96820\"][{POST_SNAPBACK}][/a][/div]

If you'd like to mail me on david at familyaldred dot org dot uk  I'll send you a trial version!   I'm reasonably happy with the way it works, but there are bits which don't seem quite right in interface terms, and I'd love someone else to have a look.

2
Quote
Sounds like it is looking for Zudoku class in paackge Sudoku (or directory).

Aaargh.  Department of the bleeding obvious strikes again.  I'd not transferred all the class files over....

Thanks....

3
I'm using a SL5500 with Sharp 3.10 ROM, and developing a Java app which I hope to release generally when it's ready.  It's a Sudoku helper (it doesn't solve them, just lets you do them on screen): it's called Zudoku.

I have a very preliminary version working, and I've been trying to package and install it.   The file Zudoku.class will run happily from my development directory, so if I do:

  cd /home/zaurus/Programming/Java
  evm Zudoku

things happen as they should.

I've built an ipkg following the instructions on the Java FAQ on the ZUG pages.   The run_Zudoku file at this stage reads:

  cd /home/QtPalmtop/java/
  evm  -XappName=run_Zudoku Zudoku

...and the Zudoku.class file is in /home/QtPalmtop/java.  Everything seems to be in the right places, but when I tap the icon, the program doesn't run.

If I use the console, navigate to /home/QtPalmtop/bin, and do ./run_Zudoku, I get an error message:

   Exception in thread "main", java.lang.NoClassDefFoundError: Sudoku at Zudoku.main (bytecode 0)

However, exactly the same class file, run from my development directory, runs without any problems.   If I change the run_Zudoku file so that it cd's to /home/zaurus/Programming/Java instead of the QtPalmtop directory, it runs the program, provides the icon on the taskbar - no problems!

What am I missing?    

Pages: [1]