Results 1 to 6 of 6

Thread: Java ME SDK 3.0 Fatal Error : 123

  1. #1
    Join Date
    Apr 2010
    Posts
    70

    Java ME SDK 3.0 Fatal Error : 123

    Sun has released version 3 of the SDK for Java Micro Edition. This version 3 contains two main toolkits for developing in Java ME:
    * Java Wireless Toolkit 2.5.2 for VCT
    * Sun Java Toolkit 1.0 for CDC
    These two toolkits were previously independent. In addition, the SDK comes with a database of more than 800 terminals. But the database have implementable Fatal Error : 123. Please help.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Java ME SDK 3.0 Fatal Error : 123

    If you are upgrading the SDK from a previous version, back up all configuration files and those safety rules before proceeding. Once the upgrade completed, it may be necessary to restore or reconfigure these files because they may have changed during the upgrade process. Verify the syntax of new files before restoring the original files because the format or options files may have changed.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Java ME SDK 3.0 Fatal Error : 123

    To run the SDK, you must install the correct versions of all |libraries required by the SDK, 32 or 64 bits. In RHEL4, 64-bit versions of packages are available in group Compatibility Arch Support. You can use the RPM to verify the versions of packages installed by adding the option |- queryformat "% (NAME).% (ARCH) \ n" to the RPM command. For example:
    Code:
    Home / username: rpm - queryformat "% (NAME).% (ARCH) \ n"-q libstdc + +
    libstdc + +. x86_64
    libstdc + +. i386

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Java ME SDK 3.0 Fatal Error : 123

    If you change the PATH environment variable as described below, this will replace all the Java executables present in the path. After installing the SDK, you can run a tool by typing its name at the shell prompt with a filename as argument. You can set the path to a tool by entering it each time before the name of the tool. For example, if the SDK for Linux is installed in / opt/ibm/java2-i386-50/bin, you can compile a file named myfile.java by entering the following command at a shell prompt:
    Code:
     / Opt/ibm/java2-i386-50/bin/javac monfichier.java

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Java ME SDK 3.0 Fatal Error : 123

    The tool java launches a Java application by starting the Java Runtime Environment and loading a given class. The virtual machine searches for the initial class (and other classes used) at three locations: the path to the class begins, the installed extensions and the path to the user class. The arguments added after the name of the class or JAR file are transmitted to the main function. The command javaw is identical to java, but it is not associated console window. Use the command javaw when you do not want a prompt window appears. If the launch fails, the program launch javaw displays a dialog box containing an error message.

  6. #6
    Join Date
    Feb 2010
    Posts
    181

    Re: Java ME SDK 3.0 Fatal Error : 123

    JavaME SDK 3.0 brings together in one two toolkits for Java Wireless Toolkit 2.5.2 CDLC (designed for entry-level phones ) and Sun Java Toolkit 1.0 for CDC (for the high-end phones ) . Until now, these Toolkits were independent of each other . But that's not all. The SDK also includes development functions for Blu - ray, as well as technology JavaFX for creating rich web interfaces.

Similar Threads

  1. Java runtime detects fatal error on notepad
    By Naranbaatar in forum Software Development
    Replies: 9
    Last Post: 20-04-2013, 11:16 AM
  2. Replies: 5
    Last Post: 19-03-2012, 09:48 AM
  3. Replies: 5
    Last Post: 08-03-2012, 09:44 AM
  4. Replies: 4
    Last Post: 25-05-2009, 11:35 PM
  5. Java (TM) Plug-In Fatal Error
    By Nadhe in forum Windows XP Support
    Replies: 2
    Last Post: 06-05-2007, 02:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,255,911.08222 seconds with 17 queries