Calling j2me methods from a jcvm

419 byte By gdamilano at 2007-9-26 2:54:34
Hi!is there anybody who knows if there is a chance to call j2me methods from a jcvm (or if anybody heard that it will be possible in some future release of javacard and j2me).In an application context the question is: It is possible or it will be possible to call applications residing on a ...

URGENT: J2ME CDC on Linux/ARM7 platform..

138 byte By kalipatnapu at 2007-9-26 2:56:14
Hi,Is there a J2ME CDC available for Linux/ARM7 platform.Its urgent.thanks in advance,Raj

Using DB2 Everyplace with J2ME

454 byte By manukuchhal at 2007-9-26 2:59:43
Hi, Can anybody let us know how should we go about making J2ME work with DB2 Everyplace. As per the available information, J2ME allows connectivity with Record Managment System, but is it possible to make MIDIet talk to DB2 Everyplace. We thank in advance for the kind advice and help. Thanks ...

problem on java.lang.ClassNotFoundException

432 byte By ovlok at 2007-9-26 3:01:35
Hi,I have installed jdk1.3.1 & j2mewtk1.0.1. I used the KToolbar to create a new project and then i put a simple helloworld level .java to tje src folder of that project and the KToolbar can build the project successfully and when i run the project, the emulator popup but when i execute ...

wToolKit in Linux

125 byte By adiaz17 at 2007-9-26 3:05:15
Hi!Does anybody have any idea wheter there will be a wireless toolkit available for Linux?Thanks.

java program to fax

149 byte By jsudhaharan at 2007-9-26 3:06:06
hai,I want to send the message to a fax machine from my java program.How can i do this?.Is there any 3rd party component for it?

DateField

362 byte By tbone317 at 2007-9-26 3:08:46
I have a DateField created as follows:DateField _weekField = new DateField("Week of",DateField.DATE);The J2MEWTK displays the date selection screen with todays calendar date. This is the expected behavior.On the PalmOS the selection screen is set to Jan 1, 1970...How can I fix ...

HttpConnection stops reading from Servlet

1673 byte By krausest1 at 2007-9-26 3:08:50
Hi,I've developed a servlet which delivers some xml (soap) infos: public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {response.setContentType("text/xml");response.setHeader("charset","utf-8");PrintWriter out = ...

Serial I/O

151 byte By smileyxx at 2007-9-26 3:09:49
Can I use java to do serial I/O with the Palm Pilot (java on both ends of the connection, using Java COMM on the PC)?Any pointers?

communicate through modem

157 byte By amymoon at 2007-9-26 3:11:54
hiDoes anyone knows how to communicate through modem(control a modem, dial a phone number, send/receive information)thanks

Motorola i50sx or i85s phone vendor

327 byte By jspuser at 2007-9-26 3:12:40
I would like to purchase a Motorola i50sx or i85s phone to test some non-network J2ME software, but all the vendors - such as Nextel - seem to require an add-on mobile service plan. Is there a cheap place to buy a Java phone by itself so I can test my offline software on the actual ...

command listener problems in MIDP

664 byte By d98al at 2007-9-26 3:14:02
I am trying to get my Form to react on incoming commands but my commandlistener doesnt work.I extend the class Form and implements the commandListener interface, like thispublic class ReportForm extends Form implements CommandListener{...}I implement the commandAction method likepublic void ...

Making a dialer for Dial-up connection using java.comm api

339 byte By mharishkumar at 2007-9-26 3:14:53
hi,I have made a dialer program for dial-up connection using java.comm API. The program is working perfecly well upto the username and password entry. After that i dont know how to switch over to the PPP mode. If anybody knows about this pls give the source code for the same.Thanx in ...

POP or SMTP classes ?

58 byte By infobot at 2007-9-26 3:17:33
Are there any POP or SMTP classes for KVM ?

Memory usage of primitive types

834 byte By Soulman1977 at 2007-9-26 3:18:03
Hello,can anyone tell me if I understood the usage of memory right in the following points:1) When I use local Variables like byte or short. These variables are created on the Stack and so they are in RAM and quick to read and write. I do not have to care about them and about garbage ...

how to complie an application with many classes?

339 byte By liluqun at 2007-9-26 3:20:12
I build an application with many classes,java palm.database.MakePalmApp -v -version "1.0" -icon 1.bmp -bootclasspath %j2meclasspath% -networking -classpath output %1 this only works with only one class, I do not know if I have an application with several classes how can I convert them into a ...

httpconnection useing POST and ASP

187 byte By zikman23 at 2007-9-26 3:20:51
i need a code simple of a midp using httpConnection with POST and a web server using asp i need a code fragment of the asp code that gets the post info?thanks zikman.

Swing and PJava

455 byte By molyakov at 2007-9-26 3:21:36
Hi !I'am using personal java 1.1-beta1 for WinCE 3.0 with swing 1.1.1 and PocketPC CASSIOPEIA-115.I don't understand following behaviour:I click one button - it correctly works, I click other button - Ooops !!!It takes two pressed of the stylus in order other button was pressed.I want fix ...

wireless application

231 byte By COYNEJ at 2007-9-26 3:25:16
What options (if any) are available for a wireless application on a pda to send data over a gsm network to a corporate intranet.I know Wap is one option , but I would prefer a swing client.Thanks

Malformed response message

354 byte By fmhunter at 2007-9-26 3:27:58
I am running a networked J2ME application. Things work great for a while then, at random times, I get a IOException "malformed response message" when I try to process an ouput stream. could any one tell me some of the reason why I could be getting this message ? Links to more information are ...

Motorola LWT simulator?

209 byte By a.ferrari at 2007-9-26 3:28:50
Hi,is there a Motorola LWT simulator? I tried Codewarrior but it seems not support LWT, and the LWT class files from Motorola don't work whit Sun's Wireless toolkit.Alberto

where can I find API (cipher)?

210 byte By ody2 at 2007-9-26 3:29:30
I Have download java kit 2.1.1 and 2.1.2 , when compiler the program still can't found cipher.classhave someone can help me !P.S how to use *.exp and what is function?

Error in preverifying class

302 byte By smallsun at 2007-9-26 3:29:44
I've written a small class:import javax.microedition.lcdui.Graphics;public class Test {}I can compile it without error. I typed "java Test" and it is ok. But if I type "preverify Test.class", it said "Error loading class Test.class".Could someone help? ...

Java Card FAQ on jGuru.com

165 byte By juliensimon at 2007-9-26 3:30:32
Hi,just a quick note to let you know that jGuru.com now hosts a Java Card FAQ at : http://www.jguru.com/faq/home.jsp?topic=JavaCard

problem on j2mewtk1.0.1 ktoolbar

1048 byte By ovlok at 2007-9-26 3:32:31
Hi all,my computer with win2k OS, installed jdk1.3, and j2mewtk1.0.1. I use ktoolbar to create a new project and then put a simple hello world level .java file to the src folder of that project and then compile and run the project with ktoolbar. Ktoolbar can compile and build the project and ...

SavaJe runs J2SE and PJava apps fast on iPAQs

557 byte By westin_ma at 2007-9-26 3:33:52
This may be old news, but I just installed the SavaJe operating system on my Compaq iPAQ and it runs J2SE and PersonalJava applications much faster than on Jeode or any other VMs.Apparently, SavaJe runs on StrongARM based devices and supports all Java 2, Standard Edition, JDK 1.3 APIs, ...

Write once run anywhere

259 byte By yinseong at 2007-9-26 3:37:08
Is it possible to write one application that can run on Notebook, Palm OS and Win CE PDAs ?If can, how? What tools and APIs do I need? How about the jvm?If can't, why?I need to know it asap, waiting for your helps, thanks.

Palm MIDP/J2ME example app generating error

501 byte By dp1795 at 2007-9-26 3:38:14
Hello,Trying to run the sample stock app on Palm device (Kyocera Smartphone 6035). Application starts up ok, but then after entering in the stock symbol to add, it generates a error:"Can't open Net.lib, error: 4615", when I think it's trying to establsh a http connection.I went to the java ...

communication with server in J2ME ?

415 byte By chinimilli at 2007-9-26 3:40:12
Hello,Is there way to communicate in J2ME like RMI in J2SE ?If not what would be best way to do similar kind of job ?I have an desktop application that uses RMI with an applet. I want to port that application( write a new one which does similar functionality) for micro devices like cell phone ...

TinyXML,NanoXML,KXML etc..

373 byte By jaisen at 2007-9-26 3:40:50
Hi there..I need to use any one the above parser for parsing the xml document which is in String format..Can u help in how to actually put all the required parser classes into Midp applications..or either to set classpath for that parser..Mail me ...

Timers... Never stop .... :( :(

1167 byte By fmhunter at 2007-9-26 3:41:56
Is any one else using timer in their apps?I am using a timer to track "Connection time out". Here is what I am doing:private Timerm_timeOutTimer= new Timer();public HttpConnection getConnection( String m_servletURL ) throwsNetErrorException{[...]m_timeOutTimer.schedule( new ...

SMS through Java Program to a mobile phone

436 byte By psujith at 2007-9-26 3:42:38
Hi everybody, Can anybody help me out in sending SMS messages through Java Program to a mobile Phone as i have got an urgent requirment in my Project to implement ,but i dont have any idea to start with.I will be very thankful , if any body can help me out with full source code and related ...

help - walletApp.java

495 byte By retsky at 2007-9-26 3:44:51
i'm download sample code in "JavaCard Technology for smart card".there are many files, walletApp.java, walletApp.scr..etc.and i compile Java file and generate scr file.but two files-walletApp.scr which download in book' homepage and wallet.scr which compiled by me-are different.does any body ...

is rms destroyed after mobile phone power runs out?

120 byte By smallsun at 2007-9-26 3:45:01
If i store some data in rms of j2me, is the data still there if the mobile phone runs out of power?

How to refresh List in MIDP

230 byte By munjaltkansara at 2007-9-26 3:45:05
While the List is displayed as active Screen and i add more items to list the display is not updated - is there any way to display the appended list items Presently i am displaying alert of refreshing display.

OTA Spec

115 byte By ho_ming_tat at 2007-9-26 3:47:08
hi, where can I find the specification for setting an OTA platform, is there a OTA 1.0?Thanks.

Send SMS on Motorola A6288

170 byte By orange_hlx at 2007-9-26 3:47:38
Dear All:I have bought one Motorola A6288. I want to write programe to send SMS on it by using J2ME. My problem is : how to do it.Orange Huang

Downloading MIDlet Application Onto Phone

355 byte By sinlanyeo at 2007-9-26 3:49:29
Hi, I have witten an MIDlet application but I don't know how to download it into the phone.Is it possible to write an HTTP server to enable the user to download it to the phone through the air instead of through cables and IR port? I read somewhere that I may need to use either JSP, Servlets ...

Error running application

1063 byte By wywiwyg at 2007-9-26 3:53:13
When I try to run (it compiles fine) an application I'm porting, I get this error when I try to run it with KToolbar:Initializing class: 'java/lang/System'Initializing class: 'com/sun/cldc/i18n/Helper'Initializing class: 'com/sun/midp/security/SecurityDomain'Initializing class: ...

how to send SMS on A6288 by KJava program?

156 byte By orange_hlx at 2007-9-26 3:53:49
Dear All:I have bought Motorola A6288 ,now want to send SMS by KJava program,how to do it?mail address : orange_hlx@yahoo.com.cn

IMEI code

120 byte By smallsun at 2007-9-26 3:53:55
does J2ME on mobile phone have API to read the settings of the phone, e.g. the IMEI code?THX

infrared port

230 byte By bluis8 at 2007-9-26 4:00:45
Hi, im developing a little aplication for palm os, but i need to know how can i avoid that users pass the app to another palms using the infrared port, are there some way to avoid this in j2me?.Thanks.

html problem

260 byte By smallsun at 2007-9-26 4:01:20
I've written a simple midlet to download the html page from a web server.It works, but the problem is the phone also shows the html tag. And if my html file has gif file, can the mobile phone displays the gif? Thanks!!

Can I write J2ME compliant programs for my Compaq Ipaq?

1144 byte By ph0b05 at 2007-9-26 4:01:27
Hi,Everywhere I look lately I seem to find nothing but support for Palm devices. But as part of my final year project of a BSc. in Software Development I would like to create a wireless client on my Ipaq H36x0 handset. To achieve this I had hoped to use J2ME. This client in turn would be able ...

media

218 byte By llirpa at 2007-9-26 4:02:16
I'm trying to load a number of images to animate. Is there aclass analogous to the standard edition's MediaTracker class tohelp load all the images before it starts execution?Thanks

Programming a handheld device

253 byte By rachnajain at 2007-9-26 4:03:18
Hi,Our application requires attaching a handheld termminal device to PC thru a RS232 and allow two way communication betwen the the PC and the device.anyone has any idea about this?Is Javax.Comm api the answer to this?

Is this possible?

2202 byte By alt0222 at 2007-9-26 4:04:21
Hello everyone.I have been tossing around ideas for a small 3rd year project using java cards (about 10 weeks). Please consider the following:I am thinking of making a desktop application capable of uploading and downloading application specific applets (eg one may hold medical information and ...

Using unsupported J2SE classes (e.g. java.util.*) with PersonalJava

385 byte By tolehtin at 2007-9-26 4:04:29
Hi everybody!Does anyone know how to use unsupportedJ2SE classes in a PersonalJava application?I would like to use for example the class java.util.Vector in my PersonalJava application,but I have not succeeded to do that. I would be grateful if someone could giveme advice.-Toni ...

Encoding in MIDP

366 byte By krausest1 at 2007-9-26 4:09:39
Hi,I'm connecting to a servlet and I need to agree on a common character encoding. I've found that "ISO-8859-1" isn't supported by the Palm MIDP and "UTF-8" will be interpreted as "utf_8" which doesn't exist. How can I find out what the default platform encoding is? Is there a common ...

Inter Applet Communication Security Issues

418 byte By alt0222 at 2007-9-26 4:10:30
Hello,Given that applets, contained on a card, can communicate with each other: Has anyone found any articles relating to any possible security issues this feature may present?If you have any ideas on possible security threats, please share. It would be great to bounce some ideas around, no ...