Thank you!
When I run this code from a GUI, using JFileChooser to select start dir it does not run properly. When the function is called a second time no subdirs are found. Even though I know that sub dirs exist. When I use a test stub without the GUI i works OK.
Very Strange, Maybe it is some...
Hello
I need some help with a recursive function that is supposed to read dirs from an arbitrary location from the file system. When I call the function the second time from within the function no subdirs are found, I don’t think the file filter is called. Please help me out. My code looks...
If I understand you correctly you would like to cast a String to an int. This could be done by using the static method pasreInt() int the class Integer
this could look something like this.
String i = "1";
int value = Integer.parseInt(i);
/Ztopovich
I found answers to my own question and thought I might as well post it here, if anyone else have the same question.
There is one open source API for J2ME devices this API is called mail4me and could be downloaded from:
http://mail4me.enhydra.org/
I havent tried it out yet but it seems to be...
Greetings
I have just started to try out J2ME and the following question a raised. Is there any supported API for sending mail with J2ME?
/Cheers
Ztopher
Hi all
I am about to implement the JABWT spec (Java API for Bluetooth ) I dont quite get how to make implement new protocols ontop of CLDC. JABWT will be "placed" ontop of this configuration.
Does anyone know how to add support for a protocol on top of the CLDC profile. Do I need to...
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.