Reading Chinese Folder and File Name with Java

397 byte By sanjayb1 at 2007-9-26 12:53:10
Hi,We are facing a problem in reading a folder name or file name in chinese. The scenario is that we are importing files into our application. The file names and folder names are in chinese, while we are trying to read -> it displays 'unable to find the specified file'.CONFIG:WIN NT 4.0 ...

PersonalJava as a client to J2EE, is it possible?

737 byte By ph0b05 at 2007-9-26 12:56:49
Hi,I am very new to small device programming. I have managed to get the PJ platform running on my Ipaq (StrongARM) device. I have managed to write and deploy small AWT apps to the device. But for a recently proposed project I have to create a app that run on the PJ platform, which can use ...

Certificates and smart cards

244 byte By floersh at 2007-9-26 12:57:10
Is it possible to store a certificate on a smart card using Java card technology? All I want to do is write the bytes to the card and read the bytes from it. I don't want anything per sey to execute on the card. Is this possible?

JCRE doubt (basic)

949 byte By ashutosh_shinde@yahoo.com at 2007-9-26 12:59:59
Hello all,I am a newbie to Java Card. Please do not burst into flames on reading the question ;)I have been reading the Specification and have been quite confused about the exact point at which the Runtime environment comes into picture. Please let me know where I go wrong-<no-flames>The ...

NEED HELP : System.getProperty() does not work with PALM EMULATOR

332 byte By greneche at 2007-9-26 13:00:00
Hi,my MIDlet which call System.getProperty() to get information contained in the system.config file of the J2ME WTK 1.0.3 does not work when i launch it with the Palm Emulator.Is it possible to get information from a file which is not in the prc file ?anyone can help me?thanks a lot ...

Displaying info in a non-MIDlet class

2490 byte By nemov at 2007-9-26 13:03:47
Hi,I have a class which doesn't extend MIDlet class, and i would like to print some info on the screen (not on the standard output), but in that class i don't have references to the MIDlet which is executing it, nor references to that MIDlet's display. I know this sounds a little weird, but ...

Runtime.exec() on IPaq

284 byte By maheakh at 2007-9-26 13:05:57
Hi,I am trying to execute an application(like pword.exe) from my Java application but I keep getting a IOException. Can someone please advise as if it is possible, if not is there some other way to do it with minimal footprint. Thanks & Regards,

how to control IR port of Palm

151 byte By hs_lam at 2007-9-26 13:06:52
I want to program with j2me on my Palm, but how can I control the IR port? for example sending messages to/from my palm and my PC?

APDU Tool Problem (Connection Exception)

565 byte By ashutosh_shinde@yahoo.com at 2007-9-26 13:08:29
Hello all,I am trying to run the sample applications. I am trying to run the Demo1 which uses JCWDE.I get the following error when I invoke the apdutool command. ===============================Opening connection to localhost on port 9025.java.net.ConnectException: Connection refused: no further ...

Motorola Accompli 008 + SMS + Serial

344 byte By mopfattn at 2007-9-26 13:08:32
I'm developing software for the Siemens SL45i and there is a special API (not part of MIDP), which I can use to send SMS, but I can't receive SMS and i can't access the serial port.Now I would like to know, if there is such a API for the Motorola A008 and if I can send and receive SMS and ...

Will PersonalJava work for intel SA1110

165 byte By balusug at 2007-9-26 13:16:26
Will PersonalJava work for Handheld with following environment:CPU : Intel SA1110 @ 206MHzOperating Platform : Microsoft Pocket PC

JavaCard vs Java Wallet

140 byte By Liveline at 2007-9-26 13:16:45
Anyone could tell me the relation between JavaCard and JavaWallet ! Is JavaWallet a Simulator for JC ?Thanks in Advance

Wireless communication with MIDP for PalmOS

333 byte By Ashish3 at 2007-9-26 13:17:02
Hi,I want to communicate from Palm device to a server using a wireless protocol.What are the options for me?Do I need some extra hardware(eg a wireless signal transmitter modem )?Does a socket connection using MIDP on the Palm device use Universal Connector as its hardware interface.Thanks. ...

Wireless connection speed for J2ME app on Palm VIIx device

1375 byte By lianggu at 2007-9-26 13:20:19
I have just developed a J2ME app on Palm VIIx device. Everything works exactly as what I have designed, except that the wireless communication to send and receive infomation is painfully slow. It takes about 1 min. to send and receive 300 charactors on the Palm VIIx device. As for comparisons, ...

MIDP for Palm OS

231 byte By FaizalM at 2007-9-26 13:21:19
What are the restrictions in using MIDP on Palm ? I believe only few controls can be put up using J2ME.Is it possible to have controls like Tables and Triggers which are agailable on the Palm Native Interface ?

j2me support the pocket pc?

116 byte By mahesh_salunkhe at 2007-9-26 13:22:33
Hello EB,Anybody tellme wheather j2ME support the pocket PC? Waiting for reply ...

Does setCurrent(Alert, Displayable) work correctly in WTK 1.0.3

1757 byte By Steb at 2007-9-26 13:23:37
I'm having a problem. I wrote an application which I tested with J2MEWTK 1.0.3beta. Everything worked fine. Now when I upgraded to 1.0.3 it doesn't work any more.The problem occures when I try to set an Alert as the first Displayable when the midlet starts. Of course I use the ...

Panic on the iPaq

421 byte By DSpurlos at 2007-9-26 13:23:39
Hi there,I get this error when starting an app on my iPaq. THe app draw some images as buttons after some processing ( the images are made transparent). Java panic Unable to susspend threads, 1024 ( more?) times I guess this is an error which might appear on the desktop also so could you tell ...

JBuilder 5 and Nokia Developer Suite

367 byte By ho_ming_tat at 2007-9-26 13:27:11
I'm facing a serious problem, my pc is running Windows2000 and I try to install JBuilder 5 Personal Edition with Nokia MobileSet. However after I installed it my start menu didn't have the program group for JBuilder and when I installed Nokia Developer Suite, it occured error, can anyone help ...

Graphics

281 byte By burgmela at 2007-9-26 13:27:54
Hi I have to create graphs (bar, pie chart, histogram....) with legends but I have no idea to do that with J2ME/MIDP ? Can you please help me and sending me samples, avdices .... ?Thank you very very muchMelburgmela@students.hevs.ch

icon and resource files

895 byte By LauraD at 2007-9-26 13:28:22
Hi all,i'm building a MIDlet for an Palm and i've got problems trying to create the icon file and reading the resource files.I'm compiling with the ktoolBar. I've got the tree directory for my project inside the "apps" directory from j2me, the source files in the src directory and so on, ...

HTTPS Problems

345 byte By ckoehler at 2007-9-26 13:28:37
Hello,I'm trying to open a connection using https, and that's what happens:Encountered unrecognized certificate issuerjava.io.IOException: Bad CertificateCan someone tell me how to solve this?I tried different servers to connect to.Kind regards,Carsten ...

Confusion of JavaPurse APDU Statementin Demo1.scr?

625 byte By psampras at 2007-9-26 13:31:39
Hi !! I am learning APDU The APDU Statement related to JavaPurse in Demo.scr// Initialize transaction: Credit $127.820x80 0x20 0x01 0x00 0x0a 0x31 0xee 0x33 0x44 0x55 0x66 0x00 0x00 0x00 0x00 0x7F;In Above statement i know up to 0x0a i.e. length byteand 0x07(end of the statement) P1 0x01 is the ...

Runtime.exec() on Ipaq not supported

248 byte By nik-76 at 2007-9-26 13:32:35
I have the same problem:- I'm using the Personal java runtime enviroment v1.1(the last one avaiable for strong arm processor)-the exec function call causes an error.Can u help me?Thanks.-Nik-

where to start for wireless programming in java?

418 byte By javafarmer at 2007-9-26 13:33:56
i am extremely confused about J2ME ,and from which api to start i have downloaded every thing regarding it from javasoft.but plz tell me main difference betweenMIDP /CLDC/ PERSONAL JAVA/JAVA Phone ,how they differ with respsct to their implementation and to be a professional wireless mobile ...

Problems loading Images in Sun toolkit

861 byte By fmhunter at 2007-9-26 13:34:13
I have a class that on initialization loads an Image using code as follows: myImage = Image.createImage( "/Pwr.png" ); This works great the first time the class is loaded. However if I create a second instance of the same class the Sun toolkit emulator kills my app ( i.e. The window with the ...

correction to duke$s awarded mistakingly

35 byte By jsalonen at 2007-9-26 13:37:53
jezamondo, reply here

Java Editor

69 byte By ye110man at 2007-9-26 13:39:09
any good editors out there? or are we stuck with cedit?

Beginners Questions

548 byte By COYNEJ at 2007-9-26 13:39:21
Sorry, Im new to smart cards and was wondering about a few points It seem to me that if I have a smart card , smart card reader and opencard framework , I have that all I need to start working with smart card technologys but smart card vendors also have there own development kits. Do I needs ...

J2ME repaint

2401 byte By johnlw at 2007-9-26 13:39:56
I'm having problems updating the display.I have created a BusyCanvas which uses a timer and a task to display to the screen 'Busy.....' in an animated way.Within a function in my MIDlet I call a fuction to download an image from the web. While downloading the 'Busy.....' must be displayed. ...

How to do Voice Volume Control on Phone

284 byte By zack327 at 2007-9-26 13:43:46
Hi there,I am trying to write a MIDlet, which can change the phone device voice volume.I know I have to write a native function to do that, but is there any way to get Event from voice control button on side of phone. Not from soft-key.Thanks

Problems with Motorola Accompli 008

289 byte By oneiross at 2007-9-26 13:47:50
I've build a Midlet that has proved to work on the J2ME Wireless Toolkit but installed on a Motorola Accompli 008 most drawing methods to draw on a Canvas seem to fail. I can use drawLine but drawString & drawImage are not working at all. Any idea?P. Ribas

Is there Key Event in J2ME?

376 byte By zack327 at 2007-9-26 13:49:43
Hi there,Is there key event in j2me? It seems we only can get event from Command.By the way, there is only few messages in KVM disscussion home. I thought J2ME is getting more popular recently, So we should have more people in Forum.However, Microsoft put more on WinCE; and Qualcomm has BREW ...

Error with Jrun.

244 byte By zhenglc at 2007-9-26 13:51:32
When my phone connecting to Jrun Server by GPRS, Jrun Server logs "Error No web application defined to service Profile/MIDP-1.0". What causes this error and how to solve it?There are no problems when using J2MEWTK Ktoolbar.

Handling native events

251 byte By DSpurlos at 2007-9-26 13:53:22
Hi,is there any way to handle the native events on the iPaq, like the activation of the virtual keyboard. Or if this is not possible, how can you manipulate the virtual keyboard: show/hide operations.Thx a lot,Dragos

Graffiti (URGENT!!!)

308 byte By fritzone666 at 2007-9-26 13:54:07
Hi!Can I recognize someway the graffitis that are introduced on the PDA device? I am using JUST a Canvas object, without TextField or anything like that. Just a simple Canvas.If someone knows the answer, please replay ASAP, it's really urgent.Thank You.Fritz ...

ipaq Socket problems

2842 byte By derek_ocallaghan at 2007-9-26 13:55:42
I'm running into the following problem while running a PersonalJava application on a Compaq ipaq 3600. The Java application tries to open a Socket connection to a server, then close the connection for a number of iterations(currently 300). However, when it reaches the iteration in the range of ...

Crazy preverifier bug using forte

452 byte By mrmop at 2007-9-26 13:57:25
I boot my Windows 98SE machine and execute my test Midlet from forte with total success, however the second time I try to execute it I receive a "Cannot start preverifier" error. If I reboot my machine it works again, but only the one time. It is almost like the preverfier app is not closing ...

Dynamic Customize Local Object

544 byte By chauryih at 2007-9-26 13:57:55
Here is my situation,1) I wanna to send the whole object over the network to the devices that run on KVM. But i cannot do it because CLDC does not support API to convert byte to object. So the only solution is create a local object at the devices that run KVM and then customize it over ...

Embedded Java

384 byte By angreen at 2007-9-26 13:59:54
If there is a chat system built as an applet, which is embedded into javascript code and saved as an html page, does the user who is viweing the page and wants to join the chat have to download specific software in order to utilize the chat system? If so, is there a way that person can use the ...

What does it take to build smart card applications?

431 byte By jonathantaub at 2007-9-26 14:01:14
Just out of interest I was wondering what does it take to build smart card applications:- Can I do it at home with my PC or do I have to have access to expensive hardware?- How difficult is it to master given that I do it on my own with no help. Does it involve a lot of hardware issues?- If ...

icon midlet....

762 byte By LauraD at 2007-9-26 14:01:23
hi,is it possible to show in the palm emulator your own icon for your application using j2me?i think it is, but even that my icon (22x22 b/w image) is included in the jar and in the jad files i can't see it in the Palm emulator and i keep on seeing the default one.i've tried with bmp or png ...

zmodem

137 byte By jlwnet at 2007-9-26 14:06:40
Hi,I'm looking for zmodem api, library or sources code for KVM (java will be the best) ?Thank youLeJL

MODEM Control

1182 byte By gp_muthu at 2007-9-26 14:08:01
Hi,I am developing a Java Application which has to listen for incoming call. If there is any call coming in, the application should respond by sending(playing) audio file after two rings. The application has to recognize the keys(digits) pressed at the other end and should play corresponding ...

Best way to store string resources for localization?

488 byte By HypnosFred at 2007-9-26 14:10:42
My midlet has alot of string resources that I want to be able to easily customize, and I wonder what is the best way to do this using J2ME? To make the code easy to localize I would like all strings to reside in a single file (either a class file or a file system file). It doesnt seem that ...

Let's build the dream together

1657 byte By annstanlam at 2007-9-26 14:11:52
I am IT guy and I am creating a platform ( a roaming desktop) based on internet environment. Right now I'm using Novell Server as backend to provide file storage place. My dream is that let the corporation develop their own applications (ie. Accounting, MRP, HR etc) based on my platform and ...

Question Regarding Smart Card

109 byte By sasivarnan at 2007-9-26 14:12:35
Does a new Smart Card has built in JCRE or do we have to load JCRE before loading any Appletst?

snmp

52 byte By bhaskarghosh at 2007-9-26 14:13:02
how to implement snmp in embedded java

ISO7816 for the Java Card Development Kit

244 byte By dmeband at 2007-9-26 14:16:42
I'm having problems compiling the sample applets for the Java Card Development Kit (2.1.2). I keep getting the error that anything related to ISO7816 is not recognized. Is there something else I need to have in order to run this?

How to recognize data's contetents in APDU?

349 byte By staecy at 2007-9-26 14:17:56
Hello,I compiled some basic applet example. And with scritgenerator I made .scr file. Then I can find CLA, INS, P1, P2, Lc, Data, Le, SW1, and SW2.With reference to ISO7816 I can understand what they mean except Data. How can I translate the data in APDU between host and applet? What do I have ...