I need help UNINSTALLING Java ME SDK

When I run the uninstall exe I get this error:
(WizardAction.java:124)
[2010-07-28 20:47:48.278]: ... show message dialog
[2010-07-28 20:47:48.278]: title: Critical Error
[2010-07-28 20:47:48.278]: message: Cannot load native library from path: native/jmesdk/windows/windows-x86.dll
[2010-07-28 20:47:48.278]:
[2010-07-28 20:47:48.278]: Exception:
[2010-07-28 20:47:48.278]: java.lang.UnsatisfiedLinkError:
[2010-07-28 20:47:48.278]: C:\Users\User01\AppData\Local\Temp\nbi-8367277139934329064.tmp: Can't load IA 32-bit .dll on a AMD 64-bit platform
[2010-07-28 20:47:48.278]:
[2010-07-28 20:47:48.278]: You can get more details about the issue in the installer log file:
[2010-07-28 20:47:48.278]: C:\Users\User01\.javame-sdk\log\20100728204745.log
[2010-07-28 20:51:38.723]: ... dialog closed
If I was INSTALLING the sdk, I'd be patient enough to figure out how to get the 64 bit version if there is one, etc., etc., but I'm only just trying to UNINSTALL it. The fact that Java has made their uninstall executable dependent on things working properly is very irresponsible on their part, imho. After all, people usually uninstall because things are NOT working properly. Anyway, enough with the rant. Could someone please give me some instructions on how to uninstall the SDK without running into an error?
Edit: I'm on Windows Vista 64 bit, and I have jre and jdk 6, not sure if they are the 32 or 64 bit version.
Edited by: daarklord on Jul 28, 2010 10:46 AM

I don't want to remove all registry files that have to do with java, because I have the normal java sdk which I want to keep. If the ME sdk was not meant for vista 64, the installation program should have caught that and prevented it from installing in the first place. the very least that Java support could do now is provide some instructions for manual removal. Anyway, I'm going to e-mail Java support because I'm getting no answers here. But I've checked other topics and I'm not alone in having this problem, so it would be useful if someone could offer a solution here, too.

Similar Messages

  • I need help using Java 2 SDK

    I have just downloaded and installed Java 2 SDK but I don't know how to use the feature to write Java or compile it yet, can someone help me. Thanks

    Hello sannguyen,
    There are many Java online tutorials. I suggest that you start with 'New-to-Java Programming Center' at the following address:
    http://developer.java.sun.com/developer/onlineTraining/new2java/
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • Need Help with Java 2 sdk installation

    I saved Java 2 sdk from the internet and when I try to open it a window comes up: Java development kit. The installshield (ikernel.exe) could not be lounched. Class not registered. Can any one help me please!

    This may apply:
    http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q105146

  • Need help in install Jspell SDK on Oracle Application Server 10g 10.1.2.0.2

    Hi all,
    I need help in installing Jspell SDK software in Oracle Application SERVER 10G 10.1.2.0.2.
    Can anybody help me out. Please feel free to share any documentation if available or your experience to install Jspell on Oracle Application Server 10g.
    Thanks
    Yaaminy
    480-262-7881

    Hello,
    Did you copy the 2 JAR files in your /forms/java directory ?
    Did you add them to your /forms/server/formsweb.cfg file (archive_jini tag) ?
    As always when a Java Bean is in the game, display the Java Console at runtime to see if any error are raised.
    Francois

  • Need help uninstalling photoshop and reinstalling

    need help uninstalling and reinstalling photoshop

    And why do you think you need to reinstall?  What is happening?

  • How to manually uninstall Java EE SDK on windows?

    Hear about the new Java EE SDK, I uninstall previous installation and try the new one. When I install the new one, fellow error comes out.
    writing file: E:\Sun\SDK\asadminTmp53047.tmp
    [2006/12/18 21:08:28]: executing command: E:\Sun\SDK\bin\asadmin.bat create-domain interactive=false adminport 4848 adminuser admin passwordfile E:\Sun\SDK\asadminTmp53047.tmp instanceport 8080 domainproperties http.ssl.port=8181 --savemasterpassword=true domain1, in directory: E:\Sun\SDK
    [2006/12/18 21:08:28]: [stderr]: command syntax error
    [2006/12/18 21:08:28]: [return]: 255
    I refer to http://wiki.java.net/bin/view/Projects/InstallProblems. There is no answer. And I try to clean file,folder and system registry. There is still the problem.
    I wish there be a green version of Java EE SDK like eclipse. Would someone help me to manually uninstall old Java EE SDK and install a new one?

    Check your PATH environment variable - if there are any garbage entries appended to it, clean up and retry SDK installation.

  • Need help with Java program from Yahoo

    Please excuse this novice question but I'm trying to launch "Market Tracker on Yahoo and am having problems. Yahoo says it's because I have multiple versions of Sun JVM running on my system and instructed me to do an uninstall of Jave which I did then restarted my computer. I was instructed to sign into Yahoo Finance and launch Market Tracker which detected that I needed the latest version of Sun JVM and automaticall installed it on my machine. Same problems exists. I uninstalled Java again an then did a search and found an SDK Java 40 application still on my computer. Could this be the problem? Can I remove this and what is it? Can anyone email me an answer at Bulrush2001 @ yahoo.com. Thanks in advance.

    Alas,most likely nobody here in this forum will have an answre for you.
    We're all about Sun Java Enterprise Messaging Server.
    not about JAVA, java programming, or JVM

  • Need help with java

    ok so i have a midterm and need help this question that is gonna be on the midterm. i dont know how to do it and its worth 16 marks!!!! here it is
    the UW Orchestra wants to produce a CD containing all the pieces of music
    from its upcoming concert. In order to do that, it needs to calculate the total length of time for the
    CD. In addition, the conductor wishes to know which piece of music has the longest duration.
    Sample output for the program.
    The Swan (3.88)
    The Bee (0.98)
    Claire de Lune (6.02)
    Liebesfreund (3.38)
    Ragtime (3.48)
    The total time for the CD is 18.74 minutes.
    The longest piece is Claire de Lune.
    Do not include the HTML that is required to embed the program into a Web page (that is, show
    only what you would write between <script> and </script> tags).
    [4 marks] In the following space, define a function, Print, that takes two parameters, Title and
    Length, and outputs a line of text such that Title appears in italics, followed by Length in
    parentheses. The function also returns the value of Length.
    For example, Print("My World",30) will output the line
    My World (30)
    and return the value 30.
    Put your JavaScript program for the remainder of this question in the space provided on the next
    two pages.
    [9 marks]. For each piece of music, your program should input the title of the piece and the
    duration (in minutes) for that piece, and it should output a line showing those values using the
    Print function just defined. After all pieces have been listed, the program should output the
    total length of time for the CD, adding in 0.25 minutes between each piece of music (which is
    needed on the CD to separate the pieces).
    [3 marks] The program should also output the name of the piece that has the longest playing
    time.
    Use reasonable variable names, indentation and good programming style. Documentation and
    comments are not required, but you may add them to explain any assumptions you might want to
    make. You need not check that the input is valid, and you may assume that no two pieces have the
    same duration.
    can anyone help me out! i would be indebt of ur kindness if u can help me out!

    This forum is for Java, not JavaScript. The two have nothing to do with each other.
    And anyway, this is your studying, so you should try to do it, put forth your best effort, and ask specific questions (on the proper fourm).

  • Need help with Java Script to perform a calculation in Adobe Acrobat Pro 9 form

    I have a form (test) that I am creating in Adobe Acrobat Pro 9.
    I need help creating custom Java Script so I can get the desired answer.
    1) There are several questions in each group that require a numerical answer between 0-4
    2) There is a total field set up to sum the answers from all above questions
    3) The final "score" takes the answer from Step 2 above and divides by the total possible answer
    Any help on what Java Script I need to complete this would be greatly appreciated!
    I've attached a "spreadsheet" that shows it in more detail as well as what formulas I used in Excel to get the desired end result.
    Thanks in advance.

    Have you tried the "The field is the average of:"?

  • Need help in Java Script

    i Need some help in Java Script,
    am using the following code :
    <script type="text/javascript">
    var newwindow;
    function poptastic(url)
    newwindow=window.open(url,'name','height=300,width=400,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
    if (window.focus) {newwindow.focus()}
    else {newwindow.close()}
    //     if (window.focus) {newwindow.focus()}
    </script>
    In HTML,
    thWorld Environment
    Day, June 5<sup>th</sup>,2005
    Am using onmouseover event, so that when my mouse in on the link, popup is opened....and when my mouse is out of the link, the new window should b closed....
    but according to the above code, the new window is opened but have to close it manually....
    Is there any other way to close the popup when my mouse is out of the link

    Prawn,
    This is not really a good way to make friends. With the cross posting and the posting in a wrong forum anyway thing you have going.
    Please kindly take your question to an appropriate JavaScript forum.
    Have a happy day.
    Cross post from http://forum.java.sun.com/thread.jspa?messageID=3797201

  • Need Help Regarding JAVA BEAN

    Is any one tell me that JAVA BEAN only used in WEB or also you in Desktop applications???? and aslo tell how i implement Java class and use JAVA BEAN. I need help regarding above matter
    thanks in advance
    Rehan MIrza

    Here is a good link that indicate that JavaBean is not only for applets
    http://java.sun.com/docs/books/tutorial/javabeans/whatis/beanDefinition.html
    quote:
    The JavaBeans API makes it possible to write component software in the Java programming language. Components are self-contained, reusable software units that can be visually composed into composite components, applets, applications, and servlets using visual application builder tools. JavaBean components are known as Beans.
    Francois

  • Need help on Java in sound application

    A good day to everyone here,
    I need help on using Java.My project is mainly manipulating WAV sound files with Java. There is some problem.I hope you all can help me. I couldn't find much info about Java in sound manipulating,sample coding or something like that. I need to find the command to
    1) Find each sampling point value in a sound file.
    2) Find the number of sampling point and the average value of the all the sampling point.
    3) Record the sound file in a different bit rate format.
    I dont know how to go about it.I really hope you all can help me, or direct me to any resources that may help me. Your help is very much appreciated.
    Thank you very much....

    i found this coding in a website n i not very sure that i understand it.
    can anyone tell me if i can find the sample point value of a sound file with this coding (byte[] source is byte array of the sound file).
    thanks...for all the help
    public byte[] executeAmplitudeTransformationInternal(byte[]
    source)
    int[] sampleArray = getSampleArray(source);
    int[] newSampleArray = executeTransformation(sampleArray);
    //convert 16 bit samples back to 8 bit byte[]
    return getByteArray(newSampleArray);
    public int[] getSampleArray(byte[] eightBitByteArray) {
    //create an array 1/2 the size (since every 2
    //8bit samples makes 1 16bit sample)
    int[] toReturn = new int[eightBitByteArray.length];
    int index = 0;
    for (int t = 0; t < eightBitByteArray.length; t += 2) {
    //read the high bit
    int low = (int) eightBitByteArray[t];
    //read the low bit
    int high = (int) eightBitByteArray[t + 1];
    //bit shift the high bit 8 bits to the left and
    // "And" the low bit against 255 to drop any
    //sign extended data in the top 8 bits.
    //refer to the tutorial for more clarification
    toReturn[index] = (high << 8) (low & 0x00ff);
    index++;
    return toReturn;
    public byte[] getByteArray(int[] sampleArray) {
    //create a new byte[] twice as big as the sample array
    //because it takes two 8-bit bytes to represent one
    //16-bit sample
    byte[] toReturn = new byte[sampleArray.length * 2];
    int index = 0;
    for (int t = 0; t < sampleArray.length; t++) {
    int sample = sampleArray[t];
    //this places the low byte in the array.
    //the downcasting automatically lops off the high byte
    toReturn[index] = (byte) sample;
    index++;
    //this byte shifts the sample 8 bits to the right
    //this puts the old high byte in the position of the low byte.
    //this way the high byte remains after the downcasating from
    //an int to a byte
    toReturn[index] = (byte) (sample >> 8);
    index++;
    return toReturn;
    public int[] executeTransformation(int[] sampleArray) {
    //create a clone sample array
    int[] newSampleArray = new int[sampleArray.length];
    //apply algo to each sample
    for (int t = 0; t < sampleArray.length; t++) {
    int result = (int) (sampleArray[t] );
    //add the sample
    newSampleArray[t] = result;
    return newSampleArray;

  • I need help uninstalling CS6 - have tried all the usual with no joy

    I need to uninstall Cs6 for a reinstall as it is misbehaving.
    But when I try to uninstall the message keeps appearing that Uninstall FAiled and to use the cleanr - done it, quit all programmes - none running, not even virus software etc, restart - done it numerous times
    contact customer services for assistance
    I am doing it now!!!
    Can you help with this. The software is deactivated and everything looks good to uninstall.
    Please help
    Mac OS X 10.8.5

    install over your current installation to reinstall your uninstaller.
    you can then uninstall, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and do a proper installation.

  • Need help with Java always get error

    hey guys need help
    this the problem i get :
    I go to certain websites and I get this error with firefox.
    This Site requires that JavaScript be enabled.
    It is enabled.
    This is the one of the errors in java script console with firefox.
    Error: [Exception... "'Component does not have requested interface' when calling method: [nsIInterfaceRequestor::getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "<unknown>" data: no]
    I have installed the java script from there home site and did a test and says everything is fine. Any ideas?
    please help

    Hi 49ers,
    Sorry not to have any real idea of how to help you out here, but this is a Java forum, not JavaScript.
    Some Firefox expert may stumble across your post and be able to offer some advice (I hope they do) but this isn't really the best place to post such questions.
    Try here: http://www.webdeveloper.com/forum/forumdisplay.php?s=&forumid=3
    Good luck!
    Chris.

  • Need Help with Java Desktop CP Icon

    I just formatted and reinstalled Windows XP Home SP2 and installed the JRE 1.5.0.02. I usually see an icon in my Control Panel but it only appears in the Administrator's CP which I can reach in Safe Mode of course, but it would be easier to deal with if it appeared somewhere on my desktop/taskbar or CP (I am also an Admin). In Safe Mode I made sure that the right settings were made for displaying, but it doesn't.
    I know precious little about Java so I need help here.

    This forum is dedicated to Sun's Java Desktop System, an alternative desktop operating environment. Try reposting here:
    http://forum.java.sun.com/forum.jspa?forumID=54

Maybe you are looking for

  • Can I print out the list of Dictation commands?

    I use dictation a lot but I can't memorise all the commands until I've learned them. The trouble is that to find out what they are, I have to go into system preferences, and from there to Accessibility, and from there a whole series of other steps be

  • Maintenace fromMobile Hand held device

    hi I want to use mobile hand held device to plan my maitenace activities from remote areas. can some one have any idea about the process how to integrate , interface and config setting in SAP. Thanks in advance Shail

  • Using expand appearance option

    Hi, I am new to Illustrator CC ( I last used it on an iMac way back in 1994 - OS.9 as it was then). I work almost exclusively in Photoshop & Muse but I am trying to work through an Illustrator tutorial about creating buttons. Here are the instruction

  • Spacing between columns in SQL*Plus

    Is there a way to format a SQL*Plus report so numeric columns are not preceeded by a space? I've already have the setting SET COLSEP '' but that doesn't work on the numeric fields. I've also tried setting the column format and converting the numbers

  • User Profile Application and Managed Metadata services are missing

    Running SharePoint 2013 servers on a set of 2012 R2 Servers.  One of our farm administrators deleted the Secure Store service account.  They recreated the Secure Store account, but after doing so, the Managed Metadata Service and User Profile Service