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.

Similar Messages

  • How to install Form 6i on Linux Mandrake 8

    Hi all,
    i am new in linux.
    please tell me step by step if you know how to install Form 6i R2 on Linux Mandrake 8.
    Thank you a lot.

    someone please help!
    Any suggestion I will very appreciate.

  • How to install oracle 9i on linux mandrake 8???????????

    Hi,
    This is my configuration : Linux Mandrake 8.0 & Oracle 9i.
    My problem occurs when i run "./runInstaller". Nothing happens, no error.
    I have 3 directories Disk1, Disk2 & Disk3 in /TEMP/ (just my example).
    I created " groupadd dba " ... and a user oracle. No problem!!
    I saw the doc on "www.puschitz.com/InstallingOracle9i.html" but my problem is always here.
    I didn't install the JDK.....is it ok???
    I need download the JDK????
    Which version???
    I don't know.
    Thanx to help me!
    Have a good day.
    Vincent

    Joseph
    I am installing 9i r2 on Mandrake 8.1 and have followed your instruction (as best I could) but I am having installation problems.
    1. The fonts for JAVA are not being read correctly, but the install does begin. I am not installing from the console but using VNC to get to my little server.
    2. Everything goes fine until I get the error "can't write to file ...jtc.h". I have tried to change permission ( chown 777) on file with no luck.
    Exception String: Error in writing to file /data/u01/app/oracle/product/9.2.0/javavm/jahome/jtc.h
    3. After that error, I then continue to get error throughout the install, until I just cancel
    4. Do I have to make the set_shmmax change...I previously had 8.1.7 installed and had made a kernal memory change?
    5. I did not change the "binutils"
    Thanks for your help
    Travis
    OCP "Wanna Be"

  • How to install J2ME application on Nokia 6600

    Can you help me in How to install J2ME application on Nokia 6600.Is it enough to build the application using J2ME wireless toolkit or we need any other Nokia SDK for it.

    hi, it is not very difficult. I have done it this way :
    1) i have set the following mime type in my web server (JRun 4):
    text/vnd.sun.j2me.app-descriptor for the jad extension
    application/java-archive for the jar extension
    (in Jrun 4 i added them in the mime.types file in the lib directory)
    2) i have published a wml page like this :
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
    <!-- WML file -->
    <wml>
    <card id="main" title="App Title">
    <p>
    </p>
    <p><b>
    <a title="Download App" href="http://xxx.xxx.xxx.xxx/App.jad "> Download </a>
    </b></p>
    </card>
    </wml>
    to download the jad file
    3) then my AMS has started and i could download the application, which runs successfully.
    Anyhow I had to configure 1 wap profile and 1 java profile in my M50 according to my provider configuration, and I bet you had to do so if you have not yet done it. I have successfully used a gprs configuration.
    I am in Italy an so I have the italian provider's configurations. If this may be usefull to you i may send it.
    Feel free to ask.
    Hope this helps.

  • How to install j2sdk into Suse Linux

    How to install the j2sdk-1_4_0_03-linux-i586.bin into Suse Linux 8.1

    I done it like this:
    user@linux:~> chmod a+x j2sdk-1_4_0_03-linux-i586-rpm.bin
    user@linux:~> ./j2sdk-1_4_0_03-linux-i586-rpm.bin
    accept licence
    user@linux:~> rpm -iv j2sdk-1_4_0_03-fcs-linux-i586.rpm
    so its installed but not linked
    i install the sdk1.3.x from my suse cd so it create a java2.conf file in /etc/java/
    and change it to:
    # Configuration for java2 package
    Priority: 60
    Vendor : Sun
    Version : 1.4.0
    Devel : True
    JAVA_BINDIR = /usr/java/j2sdk1.4.0_03/bin
    JAVA_ROOT = /usr/java/j2sdk1.4.0_03
    JAVA_HOME = /usr/java/j2sdk1.4.0_03
    JRE_HOME = /usr/java/j2sdk1.4.0_03/jre
    JDK_HOME = /usr/java/j2sdk1.4.0_03
    SDK_HOME = /usr/java/j2sdk1.4.0_03
    JAVA_LINK = j2sdk1.4.0_03
    be sure that CREATE_JAVALINK in sysconfig is set to yes
    else edit it in yast->system->Editor /etc/sysconfig
    after that i uninstall jre1.3.x and sdk1.3.x
    and it works
    good luck

  • Hi can anyone help me how to install oracle 11gr2 in linux machine

    Hi can anyone help me how to install oracle 11gr2 in linux machine
    with some documentation or any screen shots ?

    Hello
    you can follow me article:
    Oracle desde Guatemala &amp;raquo; Blog Archive &amp;raquo; Instalar Oracle Database 12cR1 en OEL 6 con ASM
    Greetings,

  • How to install J2ME on Linux PDA

    Linux PDA is now avaiable in the market. but i wonder want to know how install J2ME install this type of PDA.

    convince sun to port their j2me application manager software to it, or write one yourself.
    don't hold your breath on option 1. sun hasn't even put together a decent working MIDP for palmOS yet (soon hopefully).
    -mcclain

  • Install Form 6i on Linux Mandrake 8, urgent !?

    Hi all,
    I am new in Linux and I have download Form 6i Release 2.
    Please tell me step by step how to install Form 6i R2 on Linux Mandrake 8 because
    I did not found any document about this in d2k6irelease2.tar and I very desperate.
    Any suggestion I will very appreciate.
    Thank you.
    Teguh
    null

    someone please help!
    Any suggestion I will very appreciate.

  • How to install oracle rac on linux using virtualbox

    Hi,
    I have recently started working on oracle rac
    I have system with 64 bit os windows 7 installed
    core i3 processor with 6 gb of ram
    I want to install grid infrastructure on linux running as a virtual machine
    how can I install and configure it? Please help me .
    can ubuntu  work as a virtual machine for oracle rac?

    Hi,
    I suggest you use Oracle Enterprise Linux on your lab.  There are a lot of step-by-step guide to install RAC on OEL.  A good example is by Tim Hall, search Google for "Tim Hall Oracle Database RAC Installation".

  • HOW TO INSTALL JDK1.4 ON LINUX PALTFORM AND HOW TO COMPILE A JAVA  FILE

    SIR PLZ KINDLY TELL ME THE PROCDURE OF INSTALL JSDK1.4 ON LINUX .
    1.I HAVE DOWNLOADED IT ONA I HAVE INSTALL IN
    /usr/local
    but
    2: do nt know how set the CALSSPATH and JAVA_HOME(ENV VARIABLES)
    3:HOW TO COMPILE AND RUN THE JAVA FILE(JSP)

    2.
    export JAVA_HOME=/usr/local/jdk1.4.0
    export CLASSPATH=.
    (amending for your set up.)
    Placing these in your /etc/profile file will make them run automatically on log in of a user.
    3.
    You need tomcat, probably, http://jakarta.apache.org.
    Bhav

  • How to install Apache Server on Linux 10G for HTML DB 1.6

    Hello,
    i have Oracle 10g installed under Suse Linux. Apache needed to be installed too in the oracle home but isn't.
    it's required for HTML 1.6 DB install.
    i did not found it with the normal installation image, how to install Apache for Oracle? for 10G?
    Regards
    Carl

    The Apache is on the Companion CD
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/linuxsoft.html
    Also HTMLDB 1.5, so Install only the Application Server and add the HTMLDB 1.6 from separate Download

  • How to install cinnamon after arch linux core was installed?

    Hi,
    Does anyone know how to install cinnamon desktop environment after arch linux core was installed? It can access internet but no desktop environment now. So how to install and configure cinnamon on arch linux via command?
    Many thanks!

    after arch linux core was installed
    So you finished installing the basesystem or also bootloader, graphics and so on? (https://wiki.archlinux.org/index.php/Beginners'_Guide)
    If you finished installing with the Beginners Guide you need to install the cinnamon package (pacman -S cinnamon). After you installed cinnamon you need a display manager - e.g. lxdm (You can use another one, here's an overview: https://wiki.archlinux.org/index.php/Display_Manager). If you want to use lxdm with cinnamon you have to install the lxdm package (pacman -S lxdm) and enable it afterwards (systemctl enable lxdm.service). If you've done with this just restart, you should see the graphical display manager you installed. If there's a dropdownmenu or something like that (e.g. when you use gdm instead of lxdm) choose cinnamon as display environment and login.
    More informations can be found in the wiki:
    Display Manager: https://wiki.archlinux.org/index.php/LXDM
    Display Environment: https://wiki.archlinux.org/index.php/Cinnamon

  • How to Install Forms 10g on Linux?

    HI All
    i download Oracle 10g Forms for Linux (File Name is "as_linux_x86_ids_101202_disk1.cpio").
    Any one can help me how to install it on Linux (step by step)??
    Regards
    Saqib.

    Better to read documentation
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/core/B16012_04/toc.htm

  • How to install  weblogic server in linux fedora 7  ...?

    hi.. Experts
    i am new to linux os .i am using fedora 7 version of linux. please tell me,,how to install weblogic server on fedora 7 os. i have to run my servlets , jsp pages. on weblogic server.
    plzz i m not able to do practice ...so please suggest me..
    please Reply...
    thanks a lot to all...

    Yes, they can. They installed in different directories and you have to use different ports.
    AFAIK for HTTP for APEX is either part of the installation (eg. in the Oracle Express Edition) or part of the Oracle Installation CDs. For more information see the Oracle Installation Documentation.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to install firefox 4Rc in linux (ubu) .I need help

    I am using '''ubuntu''' os .
    I already have''' firefox 3.6.'''
    I have '''firefox 4RC file''' but I don't know how to install that file
    help me to install that .

    I suppose that you downloaded the tar.gz file from Mozilla's .com or ftp site. I don't think that it is packaged with an installer. There are several ways to run FF4RC depending on what you want if for. Several of these options can be found in this thread:
    http://ubuntuforums.org/showthread.php?t=330386
    If you want daily builds you should add the repository to synaptic (although I heard that this can be unstable). You can find discussion in Ubuntu Documentation here:
    https://help.ubuntu.com/community/FirefoxNewVersion
    I don't really want to fool around with daily builds, and am OK running 3.6 as my default browser until FF4 comes out with its final release. For now, I just extracted my tar.gz file with FileRoller and created a launcher for 4RC on my desktop. This launcher is linked with the ''firefox'' file found within the extracted folder. This isn't much of an answer, but I hope that these links help you get this great browser working on your machines.

Maybe you are looking for