java client for microsoft passport

241 byte By koelschejung at 2007-9-26 6:41:39
hi,i wonder if it is possible to build a java client for microsoft passport services on mobile phones. do i need any kind of middleware to communicate between a java phone and a server?thanks in advanceDirk

How to connect to a server using HTTP

171 byte By MrGoldy at 2007-9-26 6:42:19
Hi,I just want to know, how to connect to a web-server using J2ME. As per the best of my knowledge, it is possible, but i dont know how.

J2ME on PKI

68 byte By dadalau at 2007-9-26 6:43:46
is the API of J2ME able to perform mobile certificate?

Can MIDlet access local file?

192 byte By zack327 at 2007-9-26 6:44:59
Does anyone know how MIDlet access local file?Using Connetion open("file:/aaa.txt") Or MIDlet can not access local file. it only can use record store?Thanks

about "Runtime.getRuntime().totalMemory()"

314 byte By zack327 at 2007-9-26 6:45:00
hi there,anyone knows what the totalMemory means in:Runtime.getRuntime().totalMemory()?Is it total memory of JVM occupy? Is it total heap size for run time?or something else?I got total memory of 64KB but I thought the MIDP requires 168KB. Why?Thanks ...

About Applet Unload

190 byte By HaoXiangYu at 2007-9-26 6:46:32
Hi,I wonder how to unload applet from java card? Whether space occupied by the applet can be reused?Any idea about it? Thanks in advance.Xiangyu Hao

Testing - Functional and Load - of J2ME client server based applications

584 byte By dipalirege at 2007-9-26 6:46:36
I need information on how a J2ME client - server application should be tested. My guess for functional testing would be to use emulators and then from soma actual devices. Could someone tell me whether this is right?However, I also need to stress test for 15,000 users. I have load tested web ...

JES

299 byte By Priya22 at 2007-9-26 6:47:59
Hello,I have a query related to JES and WML.I need to display WML content trough the JES.Does JES provide support for WAP ?If yes, then are there any settings that have to be changed ? Do any changes have to be made to Cocoon?Thanks,Sri

prc file for MIDP for palm 1.0

446 byte By nguinto at 2007-9-26 6:49:21
The jvm (MIDP.prc) that comes with this is having problem with the sample app that I developed using the j2me wireless toolkit.When I tried to run my app I encountered message pertaining to memory manager. What I did next, is install the jvm (MIDP_g.prc) that comes with the wireless toolkit and ...

OTA for Motorola and Siemens Java Phone

369 byte By ho_ming_tat at 2007-9-26 6:52:11
I have implemented an OTA server for downloading J2ME applications for Motorola Accompli 008 before, however after I successfully worked it on Siemens SL45i and I found that I cannot download J2ME applications to my Motorola's one, but Siemen's one still works fine, as well as the emulator of ...

J2ME in China

122 byte By ho_ming_tat at 2007-9-26 6:52:12
Does anyone know which companies are working on J2ME projects in China, especially Beijing? Thanks for help.

J2ME Calendar Issues

778 byte By jkeck99 at 2007-9-26 6:52:16
Has anybody had the problem of getting an instance of the current date in a Calendar class. I'm running the J2ME wireless toolkit and the code i have is this:Calendar now= Calendar.getInstance();rightNow.setTime(new ...

trouble compiling cldc 1.02

1187 byte By wywiwyg at 2007-9-26 6:55:28
I'm trying to install j2me, and I downloaded midp, j2mewtk, cldc, and midp-palm. Where I'm having the most trouble currently is trying to build cldc. I'm running NT4, but I don't have cl, which the build wants to use. I do have g++. Can anyone help me with this problem? If I try make from ...

Using the CLDC connection API with Palm VII

384 byte By kencyoung at 2007-9-26 6:56:31
I am trying to write some networking application that runs on my Palm VII. I don't have any modem device. I simply have the palm.net service activate for my Palm VII. If I want to use the connection API of CLDC 1.x, do I need additional modem hardware with ISP connection? Can I somehow use the ...

where's the simulator?

332 byte By gbellair at 2007-9-26 6:56:37
i can't seem to find the simulator for the jcdk212 either.help anyone? i thought it would be a zip file i'd find in the download somewhere.is that rankl simulator any good? has anyone tried using it? in case you may not be familiar, u can find it at wrankl.deplease help.thanksgiri ...

javacardx.crypto.Cipher

293 byte By esjayes at 2007-9-26 6:57:19
I keep getting an exception when performing a Cipher.doFinal(). It throws 6F 00. The Cipher algorithm is defined for ALG_RSA_NOPAD. No error was reported during Cipher.getInstance(). andCipher.init(). What could be the possible reason for this error?

CreatorID for MIDlet

233 byte By thusharaf at 2007-9-26 7:01:55
can somebody tell me how to assign a creatorID forMIDlet .I am asking this course i don't see MakeMIDApp.jar file after downloading the MIDP for palmplease help me with this Thanksthusharaf

Unable to Run a .jar file in pjava

558 byte By wycolow at 2007-9-26 7:02:00
I have installed pjava (for StrongArm) on to my iPAQ Pocket PC H3660.Then I created a simple application using JBuilder and created a *.jar file of the classes. I have used the awt classes to build the interface. I am using JDK version 1.3.0.When I deploy it into my Pocket PC and run the jar ...

Plz, help , File Converter Error?

272 byte By tag_pramod at 2007-9-26 7:02:26
While running build_samples.bat fileIt is giving error:unsupported class file format of version 46.0.Why it is so?How to overcome this error ? I am Using os WindowsNT 4.00 with service pack 6ThanksPramod Kadam

Is it possible to use DB2 Everyplace or Oracle8i Lite to connect to palm?

318 byte By stoopidger at 2007-9-26 7:03:17
Hi all,I have read from articles on DB2 Everyplace and Oracle8i Lite that it is able to use as databases in Palm. So is it really possible to do it as i am not able to connect it.If it is possible, how should i do it? I will really appreciate it very much if someone can answer me. Thanks! ...

about IBM JavaCard

115 byte By vasoline at 2007-9-26 7:03:27
Where I get...Inforamtion for IBM JavaCard(OP2.0.1 and Javacard2.1).Send mail...

Jeode key events

281 byte By kpoindexter at 2007-9-26 7:12:23
Has anybody had any problems capturing Key PRessed events using the Jeode platform. We are specifically unable to capture the Tab key when it is pressed within a java.awt.TextField component.This seems to work under most other platforms, ie Suns pjava platform

SSL (https://) for Personal Java

204 byte By kpoindexter at 2007-9-26 7:13:53
Is there any support for SSL (Secure Socket Layer) in Personal Java. I am developing a java application and would like to be able to connect to websites that are running secure sites.

j2me toolkit in linux

2203 byte By adiaz17 at 2007-9-26 7:15:24
hi to all, these are the excerpts that I got from the j2me FAQ page < http://java.sun.com/products/j2mewtoolkit/FAQ.html><snip>Q. What are the system requirements for the J2ME Wireless Toolkit?A. The following environment is required in order to install and run the J2ME Wireless ...

nokia 9210 image problem

728 byte By janvaa23 at 2007-9-26 7:15:53
On emulator everything works fine, but on real 9210sometimes I get this exception:Uncaught error fetching image:java.lang.NullPointerExceptionat sun.awt.Epoc32ComponentPeer.repaint()at java.awt.Component.repaint()at java.awt.Component.imageUpdate()at sun.awt.image.ImageWatched.newInfo()at ...

PRC files for CLDC v1.0.2

382 byte By seechuny at 2007-9-26 7:15:57
Hi all, I have managed to download the CDLC version 1.0.2 today. But it does not include the PRC files for KVM which comes in v1.0. Anyone knows if it is possible to generate those prc files or it was meant to be developed without the KVM in Palm? The j2me app for v1.0 can't work on Palm ...

Problem with Display refreshing NEED HELP

268 byte By greneche at 2007-9-26 7:16:07
Is there a way to 'force' a screen repaint of Display, rather than waiting for the normal update cycle to take its course? The Display class does not seem to have such a method.how can I force update of the Display on demand?THANKS

How to display a image from the Internet,Help

145 byte By gis_2001 at 2007-9-26 7:21:59
I can get the URL of the image ,but I dont know how to use the createImage to get the Image ,who can help me? thanks for some code!

Cannot start j2metoolkit in linux

535 byte By adiaz17 at 2007-9-26 7:22:00
Ok since I already found the binary for the toolkit (thanks to Todd M. Kennedy) the next step is to install it.Having trouble running the ktoolbar.sh and line 23 is causing a segmentation fault.I know that the Linux toolkit is not supported so I am asking someone in this forum hoping that I can ...

Serial port use in applets

663 byte By pdodd at 2007-9-26 7:22:26
I would like to use a serial port in an applet. I understand that I will probably have to sign the applet, but the part that is bothering me is how complicated it is to install javacomm. It looks like the user will have to download javacomm, unzip it, copy 3 files to other directories that only ...

How can i get a image from the Internet,Help

250 byte By gis_2001 at 2007-9-26 7:22:31
I submit a request to the WebServer and get the URL of the IMAGE ,but I use the image = Image.createImage(byte[] imageData,int imageOffset,int imageLength)it doesnt work, who can help me,thanks for some code!

Apdutool Error?

184 byte By tag_pramod at 2007-9-26 7:24:21
while Running apdutool , gives an error : Exception in thread "main" java.lang.NoClassDefFoundError: javax/comm/PortInUseExceptionThanksPramod Kadam

Java Card Gurus.. help needed!!! Could be a hidden bug with JavaCard Tools!

1632 byte By KaputZie at 2007-9-26 7:24:25
Hello,I've run into a small problem, if u could help me out, Id be really grateful.The problem lies in the WAY the tools are used(apdutool, jcwde etc). The project envisages the running of the tools from a RELATIVE point of view and not absolute. That is, (simplistically speaking), The Host ...

Bad Request while calling servlet from MIDlet

2151 byte By neelsp at 2007-9-26 7:25:27
Hi All,I am trying to call a servlet(running on Tomcat) thru my MIDP application using HttpConnection. But I am getting "Bad Request" error 400. The code is as given below:package myTests;import java.io.*;import javax.microedition.io.*;import javax.microedition.midlet.*;import ...

How to extrace ROM from my Palm via USB port?

317 byte By kaushik1 at 2007-9-26 7:26:32
Hi,I read the instruction for extacting ROM from Palm device. But it only support serial port. I have USB connector. Is there solution to this problem?I am not allowed to register in palm developer program.Can someone send me his ROM image?kaushika@hotmail.com-Kaushik ...

midlet runs in J2ME toolkit - but not in i85 phone

518 byte By virken at 2007-9-26 7:28:28
Hi, I've got a couple of graphical midlets that run fine on the simulator/j2me wireless toolkit - but fail on installation or running on the Motorola i85. Specifically I get a "VM Error" message on installation (when most of the classes have been loaded) or a different midlet loads fine but ...

UnsupportedOperationException, java.awt.Window.checkSecurity

385 byte By MaiD at 2007-9-26 7:32:37
I am trying to run my application in the PersonalJava emulator and I get the following error:java.lang.UnsupportedOperationExceptionat java.awt.Window.checkSecurity()at java.awt.Window.<init>()at java.awt.Frame.<init>()at javax.swing.JFrame.<init>()Any ideas what this means ...

Making Palm System calls using J2ME

229 byte By axlrose82 at 2007-9-26 7:34:28
Hi is there anyway where I can use the old KJava API or even the J2ME to make system calls such asDmFindDatabase(0,"Something")SysAppLaunch(0,dbID,0,cmdPrintChars,theChars,&result);axlrose82

Maximum JAR file size on Motorola i85s

140 byte By HypnosFred at 2007-9-26 7:38:39
Does anybody know (roughly) the upper limit size for a JAR file containing a midlet (plus it's resources)? Is 120k too large?

where is the "Java Card Technology Certification Kit"?

210 byte By pengli at 2007-9-26 7:38:41
I know the term of "Java Card Technology Certification Kit" from Oberthur.com. Oberthur said it is a test-suit fortest jcvm & jcre. Who know how to & where get thistest suit?

How can I get the mobile Phone number using the J2ME?

67 byte By gis_2001 at 2007-9-26 7:38:48
How can I get the mobile Phone number using the J2ME?

PALM error can't open net.lib error:4615

239 byte By phgaud at 2007-9-26 7:39:34
hi,i test the access to a servlet from a midlet.when i run my midlet from POSE emulator,it's ok.from my palm ,i get this message can't open net.lib error:4615thank to help me if you have an idea

How to display an image using MIDP on Palm?

309 byte By mopfattn at 2007-9-26 7:40:04
How can I display an image using MIDP on Palm? The following code works on the Siemens SL45i, but not on Palm:public class Test extends List{ ... Image image = Image.createImage("/images/test.png"); ... append("item 1", image); ...} ...

Has anyone used Oberthur Java Card System? Is it reliable?

281 byte By gonzalovilaseca at 2007-9-26 7:41:51
I've been using Schlumberger java card system, but its so unstable and full of bugs that I want to switch to another provider. I've been considering Oberthur, is it reliable? Does it work correctly? Does it work as it should? Any comments are welcome.Gonzalo

Java for palm os

812 byte By wywiwyg at 2007-9-26 7:42:33
I tried posting this in another forum, but got no responses, so I thought I'd try again:I have a card game I wrote in java and want to port it for palm os (specifically Palm IIIc). I've been looking around the last couple days and am not surewhere to start. What's the best way to go about ...

JavaTV tutorial

98 byte By saj_shetty at 2007-9-26 7:43:29
Was wondering if there is any good reference guide/tutorial to using JavaTV ?

maskgen problems

547 byte By linus77 at 2007-9-26 7:43:37
I have read all the post in this forum and I know many have had this problem, but no ne has give an answer.The other posts are old so i'm reposting the question.When i try to use maskgen I get error: Package 0xa0:0x00:0x00:0x00:0x62:0x01:0x01 1.0 imported by com/sun/javacard/samples/HelloWorld ...

download jad files?!

170 byte By koelschejung at 2007-9-26 7:48:00
Hi,i would like to build a wml deck to download a midlet-file. unfortunately i cant find a kind of tutorial. maybe someone can help me.thanks.

Plz help about, Running Wallet sample without CAD

666 byte By tag_pramod at 2007-9-26 7:48:18
I want to run Wallet sample without (CAD)CardReader1. I have append follwing in the wallet.scra. powerup;b. select instller applet and id as per given in UserGuidec. powerdown; step a and b i have append at the starting of the fileand step c. at the end2. started cref 3. Run apduttol ...

"http protocol not enable" on Palm

449 byte By michaelBP at 2007-9-26 7:48:41
I saw the topic that suggested using a HttpConnection and a setRequestMethod( HttpConnection.GET), so I tried that without any luck.I have a Visor Platinum (no phone attached and no Internet-browser included). I think I read somewhere that it should be possible to establish a network connection ...