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...
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
{...
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...
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...
I am creating a program that checks the first line of a file which has the date of the month init. It then moves that file into to corresponding folder. I.e a file from november into the "1-month-ago" folder. I am haveing trouble with one line. I am useing the code from...
Does anyone know a way of bringing information from the (ctrl-alt-del) system activity prog, into a perl program useing windowsXP, i can do this in linux, but i would prefer to do it in XP.
I mean to import the programs being run on my system, or the network traffic or even the procesor...
I have this perl program and i want to compare the letters of the alphabet against the letters i input. However when compare it says everyletter in the alphabet is a true match of every letter i input i.e. A = F . The line of code in question is
if (@letters[$letter] == @alphabet[$alpha])...
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.