Hey guys trying to create a GPS application that tracks your movement as you walk, i've successfully created this as a free standing midlet, however when i'm now trying to port it into another one of my midlets i'm getting this error:
java.lang.NoClassDefFoundError: Expected an initialized...
With Bluetooth connections the port number is the UUID, I found the error I had a rogue semi colon on the end of my string and it also doesn't like the blank spaces,
thanks for your time and effort
Can I post J2ME questions here?
I was just wondering can someone help me with my problem.
I'm trying to create my own Bluetooth service, the code is:-
public class createBluetoothService extends Thread
{
public void run()
{
try
{...
Ah yeah thats just my slack eye missing the capital letter :-) thanks
Ah I see about hte microsoft GUID, i'll keep looking, I also found
http://www.famkruithof.net/uuid/uuidgen
and it fails with this UUID aswell, annoying I'll keep looking for some more information on this and find a...
Can I post J2ME questions here?
I was just wondering can someone help me with my problem.
I'm trying to create my own Bluetooth service, the code is:-
public class createBluetoothService extends Thread
{
public void run()
{
try
{...
Hey i'm currently fiddling with Prolog to complete the tower of hanoi puzzle game. I've managed to be able to represent the search space like this:
% Initial State:
% -8 | |
% ---7 | |
% -----6...
I know but i can write further program to if statement for different OS's to choose task schedular or cron etc, i am total admin so permissions is not a problem. So is there a way to install if the PPM website fails? Is there another mirror or something i'm not suite sure
Yeah, the module i am showing you uses the windows task scheduler but arranges the task through my perl program. I just can't seem to install the module correctly.
Ah yes i have found win32::TaskScheduler to run this program for me from within perl.
http://search.cpan.org/~unicolet/Win32-TaskScheduler2.0.3/TaskScheduler.pm
However when i normally install my modules I do it myself putting the folders where there supposed to go. The helpfile says to run...
Can anyone tell me how to make my program run hourly, i am useing windows so i cannot use the 'cron' program. Shall i use an outside windows program or is there a hourly loop command built into pearl? I don't really want to use another cpan pearl module unless its absolutely neccessary. This is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.