S
SpaceCowboy
To begin, I'm using JBuilder9 under J2ME and MIDP 1.0. I'm trying to use an
external library. I can get my code to compile, but I can't get the library
code working on the emulator.
I'm working on a poker game, and have come quiet far with it. I'm to the
point I need to write a hand evaluation system. As luck would have it, these
guys have a Java open source hand evaluation program already written.
http://spaz.ca/aaron/poker/src/eval.html
So, I download their code, but now I don't know how to get it into my
project. I am using JBuilder, and was able to add the .jar files under
Tools/Configure JDK. I can then import the libraries and the autocompletion
finds it, it compiles correctly, but then when I go to run it on the
emulator (Nokia developer's suite emulator), I get a class not found error.
I know that I need to get this library somehow packed into the .jar/.jad
files that the phone will run, but I don't know how to do this. When I tried
to unpack these files into my src directory, I got it to compile, but then
couldn't get an application created because of pre-verifier errors.
Does anyone have any suggestions on this? I've been stuck for several days
because of this problem and I don't know what to do next.
SpaceCowboy
P.S. Sorry for the cross-post, but I'm having an incredibly difficult time
getting any help to the problems I run into.
external library. I can get my code to compile, but I can't get the library
code working on the emulator.
I'm working on a poker game, and have come quiet far with it. I'm to the
point I need to write a hand evaluation system. As luck would have it, these
guys have a Java open source hand evaluation program already written.
http://spaz.ca/aaron/poker/src/eval.html
So, I download their code, but now I don't know how to get it into my
project. I am using JBuilder, and was able to add the .jar files under
Tools/Configure JDK. I can then import the libraries and the autocompletion
finds it, it compiles correctly, but then when I go to run it on the
emulator (Nokia developer's suite emulator), I get a class not found error.
I know that I need to get this library somehow packed into the .jar/.jad
files that the phone will run, but I don't know how to do this. When I tried
to unpack these files into my src directory, I got it to compile, but then
couldn't get an application created because of pre-verifier errors.
Does anyone have any suggestions on this? I've been stuck for several days
because of this problem and I don't know what to do next.
SpaceCowboy
P.S. Sorry for the cross-post, but I'm having an incredibly difficult time
getting any help to the problems I run into.