124 byte By
lesner at 2007-9-26 20:13:40
Hey,What is the easiest way creating a splash screen in Palmuseing KVM?Thanks,Les.
257 byte By
woppi at 2007-9-26 20:14:02
The max app memory size appears to be set to 64K, irrespective of the memory capabilities of the device or emulator.Two questions: * Why is 64K the max? * How can the App Memory size be increased?Thanks,Peter
Please help,is there any way to store some data on device from MIDLet application that will be persisted when application are removed ? Can I store some data in resource file in run time ? Many thanks in advanceRoman
381 byte By
COYNEJ at 2007-9-26 20:14:47
Im planning to write an java application with the ipaq . Now I know that the 38xx series of the ipaq comes with jeode which is personal java for the ipaq , however is that all I need to develop java applications or do I also need the Jeodesuite sdk (jeodefilter , Jeode Deploy etc ).If so how ...
960 byte By
osullish at 2007-9-26 20:15:08
Hi all,I recently entered the world of Java card programming, so far everything has gone well, I've successfully wirtten my first applet, using the Simulator and Emulator provided in the JC development kit. I've even managed to get it talking to a client side application using the open card ...
512 byte By
Radford at 2007-9-26 20:15:27
Hi,My name is Richard Radford and I'd like to know if it's possible to print to a network printer using the COMM API. After reading the tech tip article http://developer.java.sun.com/developer/JDCTechTips/2002/tt0122.html#tip2 I downloaded the necessary files, compiled and ran both ListPorts ...
475 byte By
giladv at 2007-9-26 20:17:48
HelloI developed Network aware J2ME apllication.For the testing stage i want to download the application to my device (Motorola I85s) and use it using my own server.Q1) What tool do i have to do this ?Q2) Also, is there any spec or already made tools to perform the OTA Server ?- JAL Lite ...
Hi all , after a long time I am back to Java card forum .And I am back with some interesting queries ... For loading a new application and install it to the card , OP provides LOAD and INSTALL command . In OP 2.1 specification section 9.6.2.3 , data field for load command is given .But I am not ...
Hi , According to the visa Open platform architecture, each Java card applet is associated with a Security domain.I am using GemXpressoRAD211 toolkit for developing Java Card applets. In the Gemxpresso211IS card, the default security domain is the Card Manager, whose AID is A0 00 00 00 03 00 00 ...
1076 byte By
fgamba at 2007-9-26 20:19:45
Hi,I am running my MIDlet and i receive this error message :Error verifying method nanoxml/kXMLElement <init>(Ljava/util/Hashtable;ZZZ)VApproximate bytecode offset 47: Inconsistent or missing stackmap at targetALERT: Error verifying class nanoxml/kXMLElement That is when I creat a new ...
1074 byte By
fgamba at 2007-9-26 20:19:46
Hi,I am running my MIDlet and i receive this error message :Error verifying method nanoxml/kXMLElement <init>(Ljava/util/Hashtable;ZZZ)VApproximate bytecode offset 47: Inconsistent or missing stackmap at targetALERT: Error verifying class nanoxml/kXMLElement That is when I creat a new ...
509 byte By
uarshad at 2007-9-26 20:20:57
I have written an application using the javax.comm package that runs perfectly on my laptop. I now want to transfer this onto my iPaq (ARM PocketPC), but I can't seem to find a javax.comm driver for the ARM iPAQ platform. Does anyone know if it exists or will exist ? If not, does anyone know ...
Well i am currently working on final year project(cellurar phone programming have to implement 10 options)1)I want to know using j2me which gateway my application will be using GSM or some other gate way or j2me application don't use any gateway.2)Is GSM gateway uses GSM protocol or some ...
370 byte By
lesner at 2007-9-26 20:23:31
Hello,My problem is that I have a database which containsabout 400 numbers (the data structure of it, is a 2 dimention array). The problem is that it increasethe loading time of my program (about half a minute).does anyone have an idea how can I solve this problem?Any direction will ...
1080 byte By
fmhunter at 2007-9-26 20:24:59
I am trying to compile an external class in J2ME SunToolKit.This is what I have done. My class is in:net.test.myClass.classI preverify the class. This workd fine.Then I create a zip file with the preverify class and add the zip file to the lib folder in my app folder created by the tool kit. ...
735 byte By
r.betjes at 2007-9-26 20:27:27
I'm trying to send some XML from my accompli 008 (aka A6288) to my server using a POST request.I've tried A LOT of examples that I found on the internet (also from de java forums) and they all work when I use the J2ME wireless toolkit, but when I download the midlet into my 008, my server ...
1225 byte By
fmhunter at 2007-9-26 20:29:18
Please help I am really stuck with this. I have an application that needs to reference and external class for which I do not have the code.According to all user guides and references this is all that needs to be done:Preverify classPackage class Add package file to the lib folder in your app's ...
188 byte By
brads at 2007-9-26 20:31:00
Pleas help...for some reason I can't find the api docs for j2me. Are they not provided as they are for j2se and j2ee? Any help would be appreciated,Thanks,Brad
521 byte By
COYNEJ at 2007-9-26 20:31:10
Hi allHas any body ever tryed to use GridBagLayout with personaljava(jeode) .When i use the following line this.add(jToggleButton1, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0)); it says that there is no ...
2233 byte By
s990115 at 2007-9-26 20:31:25
Hi,The problem deal with the "Content-Length" sent in the http header.Heres the code snippet1. midlet (data sent using POST method)..c.setRequestProperty("Content-Length", byteDataLen);..2. servlet (inside doPost)..Enumeration headerNames = ...
586 byte By
lcaffrey at 2007-9-26 20:31:27
Hi,I have a money management MIDlet written using J2MEWTK..............At the moment it is possible to add as many transactions as you like to the recordStore.This is impractical as it would just use up more and more memory on the Palm. So I was wondering if anyone had any ideas on how to limit ...
309 byte By
Kelmer at 2007-9-26 20:34:36
Hi,How can I change the system property in KVM? KVM doesn't seem to have System.setProperty method, although System.getProperty is exposed in the API. Neither does it accept command line arguments to accept system property using -D option. Any help?Thanks in advance,Kelmer ...
197 byte By
sibijv at 2007-9-26 20:35:35
Hi allHow do i set system property in cldc.. What i need is a CLDC equivalent of System.setProperty(key,value)method in java SEThanks in advanceSibi
Hi all , I am working on Java Card technology for last one year . Presently I am facing some problem regarding some file concept of java card . I know that Java Card 2.1 does not support file system . But I want to simulate the file system in java card using applets . i.e . I want to write an ...
517 byte By
EinatR at 2007-9-26 20:39:19
Hi!I would like to know if it's possible to use swing components in the MIDP application. I have tried to do it with help of JBuilder5 but the application has crashed as soon as I ran it. If MIDP doesn't support Swing, is there something else that can be used instead? Are there any plans to ...
599 byte By
2at103 at 2007-9-26 20:40:50
Hi! I have written a simple network MIDlet that connects and retrieves a text file from a remote site via an HTTP connection. My problem is that if a connection does not exist the phone will automatically dial-up and connect to wireless web but after retrieving the text file the web connection ...
639 byte By
fyp813 at 2007-9-26 20:40:55
I am currently working on a mobile directory project.It is basically about finding the user's location on a map using a handphone emulator.Anyone of you out there have any help or advices on how it can be done?Any codes or applications will be useful.There are also a few specific things I ...
Hi friends can anyone tell me how to play a wave file over a modem ?. (i.e i want to play a wave file as a response to an incoming telephone call.)any help would be greatly appreciated.Thanks and RegardsMadhu
990 byte By
Mdundek at 2007-9-26 20:48:38
Hello,I am trying to run a simple MIDP application on the J2ME Emulator, but I keep getting the same error message (DOS window): Warning: cannot find lib subdirectory.Please specify MIDP_HOME environment variable such that $MIDP_HOME\lib contains the proper configuration files.Warning: Could ...
367 byte By
satjava at 2007-9-26 20:50:30
I want to get the stack trace of an application into a string, so that I may print the stack trace elsewhere.CLDC api does not have a printStackTrace(PrintWriter pw) or printStackTrace(PrintStream ps) which is present in j2se.Could you please suggest another way in CLDC to obtain the stack ...
Does anyone know of emulators for set top boxes using which i can write applications using Java TV api?Thanks in advance Vishal
537 byte By
brars2 at 2007-9-26 20:52:38
I am attempting to read from a file and keep getting file not found error. I am using the J2mewtk. Is there an obvious mistake I am making?I was under the impression this was support with the sun's toolkit but may not be supported by other ones. String uri = null;try {String uri = ...
59 byte By
tbc81 at 2007-9-26 20:52:55
can MIDlet store data without using database?
413 byte By
KaputZie at 2007-9-26 20:53:11
Hi,Need a dissected explanation of the following HelloWorld.opt file for the HelloWorld Applet. Any help would be appreciated!!-out EXP JCA CAP-exportpath .-applet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 ...
319 byte By
az_din74 at 2007-9-26 20:53:17
I have pocke PC running on MIPS and operating system is windows CE. How can I implement J2ME. Where can I download the JVM. what the development tool can I get it. Please advice wheather J2ME support WinCE OS. How to set J2ME at WINCE. Where can I get free JWM for WINCEThanks ...
325 byte By
gmm2064 at 2007-9-26 20:53:36
Hello Everybody,Is there anybody who can tell me how can we interact with the SIM card of a mobile phone from a MIDP application? or to be more specific i want to add an ebtry in the address book of a mobile phone by using a MIDlet... how can i do it?Thanku Very MuchPlz reply... its urgent ...
259 byte By
Zetton at 2007-9-26 20:53:37
I saw that we can access Card through pc/sc. and i found the Pc/sc wrapper. But i don't found any documentation about this OCF bridge. Any body can tell me where i can find a developer guide and a example about this PC/SC wrapper.
290 byte By
9802828 at 2007-9-26 20:54:27
hi everyone,has anyone managed to send an e-mail using a socket connection to an smtp on an accompli 008? Sending e-mail using a servlet is possible, but can I send it without servlet?any help would be highly appriciated,best regards,Tom Bemmelmans
174 byte By
gmm2064 at 2007-9-26 20:55:01
Hello all...How do J2ME applications communicate with a server? i.e. which data format do they use? is it XML, WML or what?Thanku Very Much
Hi allI had hard time to get worked POST request using MIDP HttpConnection.I'm sending 4 kb SOAP message to Tomcat server.But I can send only 2048 bytes without problem. If I send for example 2049 bytes Content-Length in HTTP header is replaced by Transfer-Encoding:chunked....800. After that ...
554 byte By
pakadol at 2007-9-26 20:55:55
I like to develope an simple daemon program which talk to my fax machine. The fax machine is connected to phone line(standalone). The daemon program is running is one of the JVM machine which connected to company network. The problem is what kind of method that i supposed to use in order to ...
I have an MIDlet Program which is connecting to some URL. But my System is running in Proxy. so when i tried to connect, IO Exception is throwing. What i have to do. Either we have to use setProperty here.Santhosh
I need to fetch content that requires basic authentication and https. I have the code like this:byte[] b = (login + ":" + password).getBytes();String authString = Base64.encode(b, 0, b.length);HttpConnection c = (HttpConnection) ...
437 byte By
h-mori at 2007-9-26 21:00:25
Hi,I want to use native methods on JavaCard."JavaCard 2.1.1 Virtual Machine Specification" said that JavaCard 2.1.1 does not support native methods.But, "JavaCard Technology for Smart Cards" said that ROM applets and Preissuance applets are allowed to declare native methods.Which is right?If ...
156 byte By
roey at 2007-9-26 21:01:34
Hi!I'm looking for a text-to-speech engine for the J2ME.do you know any implementation?thanks and be blessed!roey
I need to fetch content that requires basic authentication and https. I have the code like this:byte[] b = (login + ":" + password).getBytes();String authString = Base64.encode(b, 0, b.length);HttpConnection c = (HttpConnection) ...
53 byte By
tbc81 at 2007-9-26 21:07:57
Can i convert MS Access Database to RMS
Hi,I have created a PDB file on my PC and I use the HotSync to transfer this database onto a Palm (PalmOS 3.5)How can I access this database into a MIDlet using RMS ? I tried out the "RecordStore.openRecordStore" and "RecordStore.listRecordStores()" but both didn't work.Could you help me ...
407 byte By
swinging at 2007-9-26 21:10:39
Hi!I notice that whenever a MIDlet is removed from the device, the RecordStore(s) created by the MIDlet will also be removed. My queries:a) Can 2 MIDlets access the same RecordStore?b) If so, how can I let the RecordStore created by MIDlet A remain on the device after it's been deleted so that ...
Hi,I could not locate the properties file in the jar file, for which activator looks before starting that bundle. If that bundle is not added to classpath, how can i get Activator and could start the Activator.Please clarify.....