Thank you Zev, your answer is really helpful.
Actually I tried the simple Java code like SysTest, it WORKS.
But SysAppliTest doesn't work. NOTHING printed out on my Dos window.
I started my emulator by typing either i-jade-n.jar or i-jade-f.jar
on command line in DOS window, then open the executable class file from
emulator control panel. ( NOT using Javaw ).
-----Original Message-----
From: Zev Blut [mailto:zev@atc.yamatake.co.jp]
Sent: Thursday, September 13, 2001 5:52 PM
To: keitai-l@appelsiini.net
Subject: (keitai-l) Re: questions about scratchpad usage
Aside from display issues both emulators should work the same, assuming
there is
quite a bit of code reuse. Perhaps your should check for updated emulators?
Having problems with System.out is strange. I would start by simplifying
the
problem. Can you use System.out on a simple Java program?
Something like:
public class SysTest{
public static void main(Strings args[]){
System.out.println("Test.");
}
}
Then if that works try a simple i-appli for emulators only:
import com.nttdocomo.ui.*;
public class SysAppliTest extends IApplication {
public void start(){
System.out.println("Test.");
}
}
If that doesn't work are you running your emulator from the command line
with the java command?
If you are using javaw, instead that could be a problem. Also another
question is what JVM are you using?
If it is none of the above, I would look for support from Sun or whoever
makes your JVM and possibly Zentek.
Also try the Wireless Toolkit Emulator for DoJa on NTT DoCoMo's site.
Good Luck
Zev
----- Original Message -----
From: "Zhonglin Hu" <zhu@teralogic.com>
To: <keitai-l@appelsiini.net>
Sent: Friday, September 14, 2001 7:40 AM
Subject: (keitai-l) Re: questions about scratchpad usage
> Thank you, David, for your great help.
> I had my code worked finally on F503i emulator, but not N503i which is I
> was working on before.
[ snip]
> As for System.out.println, it still doesn't work.
[snip]
[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Sat Sep 15 04:29:17 2001