URGENT: J2ME CDC on Linux/ARM7 platform..

Hi,
Is there a J2ME CDC available for Linux/ARM7 platform.
Its urgent.
thanks in advance,
Raj

You can use JDK1.1.8 instead of CDC. Take a look here -> http://www.blackdown.org/java-linux/ports.html

Similar Messages

  • Running my J2ME applications in Linux

    Hello!
    Can anyone tell me how the step-by-step procedure on running my j2me apps in Linux platform?

    hi,
    I don't think I understand the question. Least you can do is to install J2ME Wireless Toolkit and you're set. If you need to do some more sophisticated development, you should check some mobile IDEs (integrated development environments).
    Peter

  • J2ME, CDC, Pocket PC, simulated keyboard problem

    I've developed a number of java apps for the pocket pc J2ME/CDC platform.
    Whenever I open the simulated keyboard and then close it, components (labels and text fields) disappear from the panel. Opening and closing the keyboard "occasionally" causes the missing components to reappear. But this is not a reliable work around.
    Has anyone run into this problem?
    I've already tried saving the panels graphics properties at startup and then performing panel.paintAll(Graphics g) or panel.paintComponents(Graphics g). Neither worked successfully.
    Thanking you in advance for your help.
    Regards,
    Joseph Lee

    J2ME CDC platform, I've run into a similar problem. I was using the IBM J9 (WEME 4.7.2) with the Windows Mobile 2003 2nd edition & WinCE 4.2 no problem, except for 256 character limit in classpath startup string, but when upgrading mobile devices OS to Windows Mobile 5.0 & WinCE 5.0 had to upgrade the IBM J9 WEME to the 6.1.1 version, which eliminated the 256 character limitation in the classpath, but now my special keys (F1, F2, F3, F4) do not pass thru the JVM. This is important function to my Oracle GUI client application which runs on wireless mobile scanner computer devices. I've tested key mappings, and when running trace files, the IBM WEME 6.1.1 does not pass any values (which show up as translated ASCII values, i.e. F2 = 71, F2 = 72), so I'm guessing that the API has changed. Currently running more tests.
    Regards,
    mark Colonese

  • J2ME,CDC, Pocket PC Keyboard problem

    I've developed a number of java apps for the pocket pc J2ME/CDC platform.
    Whenever I open the simulated keyboard and then close it, components (labels and text fields) disappear from the panel. Opening and closing the keyboard "occasionally" causes the missing components to reappear. But this is not a reliable work around.
    Has anyone run into this problem?
    I've already tried saving the panels graphics properties at startup and then performing panel.paintAll(Graphics g) or panel.paintComponents(Graphics g). Neither worked successfully.
    Thanking you in advance for your help.
    Regards,
    Joseph Lee

    J2ME CDC platform, I've run into a similar problem. I was using the IBM J9 (WEME 4.7.2) with the Windows Mobile 2003 2nd edition & WinCE 4.2 no problem, except for 256 character limit in classpath startup string, but when upgrading mobile devices OS to Windows Mobile 5.0 & WinCE 5.0 had to upgrade the IBM J9 WEME to the 6.1.1 version, which eliminated the 256 character limitation in the classpath, but now my special keys (F1, F2, F3, F4) do not pass thru the JVM. This is important function to my Oracle GUI client application which runs on wireless mobile scanner computer devices. I've tested key mappings, and when running trace files, the IBM WEME 6.1.1 does not pass any values (which show up as translated ASCII values, i.e. F2 = 71, F2 = 72), so I'm guessing that the API has changed. Currently running more tests.
    Regards,
    mark Colonese

  • Help regarding J2ME CDC for VxWorks target

    hi
    i'm getting a NoClassDefFoundError when attempting to run a "HelloWorld" test class in J2ME CDC for VxWorks target.
    i created the boot image for VxWorks through J2ME CDC and made use of that boot image to boot VxWorks.
    in the target, i navigated to "bin" directory using
    cd "<j2me-home>/cdcfoundation/build/vxworks/bin"
    and issued the command
    runJava "-Djava.class.path=../testclasses.zip HelloWorld".
    i got a NoClassDefFoundError when i ran the above command.
    i'm herewith attaching the stack trace for u'r kind perusal.
    please help me out of this situation.
    thanks in advance,
    ashok
    java.lang.NoClassDefFoundError : java.io.VxWorksFileSystem
         at java.io.FileSystem.getFileSystem()Ljava/io/FileSystem;(Native Method)
         at java.io.File.<clinit>()V(File.java:98)
         at java.lang.Class.runStaticInitializers()V(Class.java:1499)
         at sun.misc.Launcher$ExtClassLoader.getExtClassLoader.getExtDirs()
              [Ljava/io/File;(Launcher.java:164)
         at sun.misc.Launcher$ExtClassLoader.getExtClassLoader()
              Lsun/misc/Launcher$ExtClassLoader;(Launcher.java:130)
         at sun.misc.Launcher.<init>()V(Launcher.java:70)
         at sun.misc.Launcher$1.run()Ljava/lang/Object;(Launcher.java:52)
         at java.security.AccessController.doPrivileged0
              (Ljava/security/PrivilegedAction;
                   [Ljava/lang/Object;)Z(AccessController.java:265)
         at java.security.AccessController.doPrivileged
              (Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)
                   Ljava/lang/Object;(AccessController.java:278)
         at java.security.AccessController.doPrivileged
              (Ljava/security/PrivilegedAction;)
                   Ljava.lang/Object;(AccessController.java:251)
         at sun.misc.Launcher.<clinit>()v(Launcher.java:43)
         at java.lang.Class.runStaticInitializers()V(Class.java:1499)
         at java.lang.ClassLoader.getStaticClassLoader()
              Ljava/lang/ClassLoader;(ClassLoader.java:968)

    Did you solve the problem?
    You probably have to need to input "-Xbootclasspath".
    I also have the silimar problem.(UnsatisfiedLinkError)
    If you know about below, let me know. please.
    Thanks in advance.
    -> runJava "-Xbootclasspath=/Flash0/cdc.jar -Djava.class.path=/Flash0 HelloWorld"
    rfaSetMappingContext called!
    rfaSetMappingContext called!
    rfaSetMappingContext called!
    java.lang.UnsatisfiedLinkError: java.io.VxWorksFileSystem.initIDs()V
    at java.io.VxWorksFileSystem.<clinit>()V(Unknown Source)
    at java.lang.Class.runStaticInitializers()V(Unknown Source)
    at java.io.FileSystem.getFileSystem()Ljava/io/FileSystem;(Native Method)
    at java.io.File.<clinit>()V(Unknown Source)
    at java.lang.Class.runStaticInitializers()V(Unknown Source)
    at sun.misc.Launcher.getClassPath(Ljava/lang/String;)[Ljava/io/File;(Unknown Source)
            at sun.misc.Launcher.access$200(Ljava/lang/String;)[Ljava/io/File;(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.getAppClassLoader(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;(Unknown Source)
            at sun.misc.Launcher.<init>()V(Unknown Source)
            at sun.misc.Launcher$1.run()Ljava/lang/Object;(Unknown Source)
            at java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;(Unknown Source)
            at java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)
            at sun.misc.Launcher.<clinit>()V(Unknown Source)
            at java.lang.Class.runStaticInitializers()V(Unknown Source)
            at java.lang.ClassLoader.getSystemClassLoader()Ljava/lang/ClassLoader;(Unknown Source)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Where I can find  J2ME cdc foundation 1.0.1  not 1.0.2

    Can anyone tell me where I can download J2me cdc foundation 1.0.1, I only found 1.0.2 on web site.
    Thanks.

    Can anyone send to me a copy of it ?
    [email protected]
    Many thanks

  • Developing J2ME CDC PP for Axim X51 PDA

    Hi..
    Im trying to develop a program for a Dell Axim X51, which is going to be using RMI to connect to a server.
    I just want to hear if what i found out so far is correct, before proceeding with my program, which is a 3. Semester project.
    J2ME CDC Personal Profile is the largest profile which contains the following classes that Personal Basis profile doesn�t:
    java.applet
    java.awt.datatransfer
    Nokia S80 emulator is capable of using personal profile.
    Netbeans 5.5.1 + NetBeans Mobility Pack for CDC + Nokia S80 emulator for CDC/PP gives the ability to develop and test J2ME CDC/PP code.
    It is possible to import java.applet and/or java.awt.datatransfer ! The reason for asking this question is that it gives me a import error, for these two classes.
    Esmertec�s Jbed CDC contains a J2ME Runtime environment for CDC personal Profile with the Optional RMI package, and it can be installed and used on a Dell Axim X51 PDA.
    Scorp-D

    HI,
    Did you find the answer?
    If not then probably you want to look at this whitepaper
    http://java.sun.com/products/cdc/wp/cdc-whitepaper.pdf
    On page 14-15-16, you can see some info on the compatibility.
    Hope it helps

  • Help! New to J2ME CDC

    Hi, I need some help with CDC. I am wondering if there is a way to run CDC program in the J2ME Toolkit emulator?
    Here's some extra information, don't know if its any use. I am running Windows 2000 with CDC Personal Profile. I compiled my code using "javac -bootclasspath C:\WTK21\j2me-pp1.0\btclasses.zip *.java". It works fine on Windows 2000 when I run it using J2SE. When I run it in the J2ME Toolkit it says java.lang is not defined.
    I just want to say that I'm really lost. Thanks.
    Derek
    http://users.wpi.edu/~aram/mqp/

    Sorry Derek, J2ME Toolkit emulator is made to run CLDC apps.
    I'm also trying to gather all information possible to begin to work with J2ME CDC.
    If i'm not wrong there's something like Personal Profile Emulator that you could use.
    Lots of luck and kind regards
    Jose Luis
    >
    Hi, I need some help with CDC. I am wondering if
    there is a way to run CDC program in the J2ME Toolkit
    emulator?
    Here's some extra information, don't know if its any
    use. I am running Windows 2000 with CDC Personal
    Profile. I compiled my code using "javac
    -bootclasspath C:\WTK21\j2me-pp1.0\btclasses.zip
    *.java". It works fine on Windows 2000 when I run it
    using J2SE. When I run it in the J2ME Toolkit it says
    java.lang is not defined.
    I just want to say that I'm really lost. Thanks.
    Derek
    http://users.wpi.edu/~aram/mqp/

  • Sun Java Toolkit 1.0 for CDC on Linux

    I am looking to develop of my system to run on a PDA or one of the other more powerful J2ME platforms. From what I've read the Toolkit for CDC is what I need. I would like to use swing (if possible) and the platform must have WiFi access to a server (which will be running the J2EE (JBoss) application). So my target device must support J2EE client functionality.
    The download site only as a Windows EXE, but as a long time Solaris (and now Linux) hack I don't have a Window system to develop upon. Is Sun planning a version of the toolkit for Linux?
    If not is there a way I could bring the J2ME Wireless Toolkit up to the specification I need? I download that and had little problem developing a MIDlet that I deployed to my Mobile phone. I even played with the emulator and created a generic target device with a QVGA screen as I haven't got any target hardware yet.
    Thanks for any and all help
    Steve

    I'm also interested in how to develop CDC applications under linux...
    Edited by: nokia87 on Jan 16, 2008 2:06 AM

  • Urgent query JDBC on linux

    I have an urgent query . I have written a java code on microsoft platform that talks with SQL server 2000 hosted on windows200 machine in a network using JDBCODBC driver wothou using a Data source name.
    But this same code when i try to run on mandrake linux throws an exception as
    java.sql.SQLException: [unixODBC] [Driver Manager] Data source name not found,
    and no default driver specified.

    MS provides a JDBC driver for MSSQL 2000, go to there site and download it.

  • J2me there for Linux?

    Good day, I'm learning j2me, I'm looking for j2me sdk 3.0 Linux, but I only find for Windows and MacOS, I wonder if there is a version for Linux as my Operating system thank you very much

    yes, I look ¬ ¬, but only found the WTK2.5.2 and I have it, but I lack the platform! thank you very much for your specify help

  • J2me toolkit in linux

    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 Toolkit:
    <snip>
    SolarisTM Operating Environment
    Required Software
    Java 2 Standard Edition, version 1.3 or later, downloadable from http://java.sun.com/j2se/1.3/download-solaris.html
    Solaris OS patches required by the JDK you are using. These
    patches are available from the JDK for the Solaris operating environment download page.
    Optional Software
    Forte for Java software, version 2.0/3.0 (downloadable from http://www.sun.com/forte/ffj/)
    Linux Operating System
    Required Software
    Java 2 Standard Edition, version 1.3 or later, downloadable from http://java.sun.com/j2se/1.3/download-linux.html
    Optional Software
    Forte for Java software, version 2.0/3.0 (downloadable from http://www.sun.com/forte/ffj/)
    Required Hardware
    30 Mbytes disk (140 Mbytes with Forte for Java software)
    64 Mbytes system RAM (128 Mbytes for Forte for Java software)
    166 MHz CPU (300 MHz for Forte for Java software)
    Important Notes on System Requirements for the UNIX� Platform:
    The version for the Solaris operating environment was tested only on English versions of Solaris 2.7 and Solaris 8. The Linux version was tested only on English Red Hat Linux 7.1, kernel 2.4.2-2. If you have a problem running JDK 1.3 on these software versions, you may have to define an environment variable LD_ASSUME_KERNEL=2.2.5.
    Q. What about Microsoft Windows 95?
    A. Microsoft Windows 95 is not a supported platform.
    Q. Is the J2ME Wireless Toolkit supported on Linux or the SolarisTM operating environment?
    A. We provide executables for both of these platforms, but they are not officially supported.
    ========
    so where does the toolkits for Solaris and Linux reside? I cant seem to find it...
    thanks for reading this....

    disregard this post, its in the early access part of the site.

  • Oracle 8i for Linux: Which platform

    Does anyone knows which platform is supported by Oracle 8i for
    linux?
    Here we using LinuxPPC (fpr PowerPC-Platform) with all the given
    reqirements!
    Does Oracle 8i runs on systems with PowerPC-processor?
    Thanx for answer
    Dieter Fiebelkorn
    null

    I had an Alpha I wanted to install 8i on under Linux, but at
    this point it only supports Linux on an Intel box. You may want
    to check the migration path to see if Oracle plans to port to a
    Power-PC
    null

  • How to install J2ME WTK on Linux Mandrake 10.1?

    Hello!
    I try to install J2ME WTK on to my Linux Mandrake 10.1but it does not work for me. Below is the output after the License agreement.
    So if you got any ideas please let me know.
    Best regards
    Fredrik
    Do you agree to the above license terms? [yes or no] yes
    j2me_wireless_toolkit-2_2-linux-i386.bin: line 287: cd: /home/fredrik/downloads/Java: No such file or directory
    Testing /usr/java/jdk1.5.0_01/bin/java...
    A suitable Java interpreter was detected
    0) Use /usr/java/jdk1.5.0_01/bin/
    1) Specify a path to a Java interpreter directory.
    2) Cancel this installation.
    Select a choice [0-2]: 1
    This application requires Java 2 SDK, Standard Edition (1.4 or later). Enter a path to a Java 2 SDK (For example: /user/jdk1.4/bin). You can type "exit" to cancel installation.
    Enter a path to the Java 2 SDK: /usr/java/jdk1.5.0_01/bin
    /usr/java/jdk1.5.0_01/bin/java
    Testing /usr/java/jdk1.5.0_01/bin/java...
    Please enter a directory into which you would like to install the J2me Wireless Toolkit, 2.2.
    [ default is /home/fredrik/downloads/Java Micro edition/WTK2.2 ]:/usr/java
    j2me_wireless_toolkit-2_2-linux-i386.bin: line 224: cd: /home/fredrik/downloads/Java: No such file or directory
    Installation directory is /usr/java.
    Setup has enough information to start copying the program files.
    Current Settings:
    Destination Directory
    /usr/java/
    JVM Folder
    /usr/java/jdk1.5.0_01/bin/
    Please choose one of the following options:
    0) Begin copying files if you are satisfied with the settings .
    1) Cancel the installation.
    Select a choice [0-1]: 0
    Failed to extract files. Installation will stop now.
    Please try to install J2ME Wireless Toolkit again, or contact [email protected] for assistance.
    [root@Stationary Java Micro edition]#

    Don't add the /bin part of the path. The WTK only wants to parent directory for you J2SDK installation, which would be /usr/java/jdk1.5.0_01. Though I don't know that using J2SDK 1.5 is the best route to take. I would recommend going with the latest 1.4 until they update the WTK.

  • Auto discovered Linux machines platform value is showing as Windows. Need help

    Hi All,
    In my infra, we have set the discovery policy as AD & IP range. All the machines are getting discovered, however in platform tab of Unix/Linux machines shows as 'Windows', and due to this we are unable to license the machines.
    Please help.
    Regards
    MPS

    Post on this forum instead, bigger chanche that you'll find a PRO*C expert there.
    C++ Call Interface (OCCI)
    -Andy

Maybe you are looking for