Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I uninstall Java ME SDK from Windows 7 x64?

I try to uninstall Java ME SDK from Windows 7 x64, but it doesn't work for me.

If I choose Uninstall I get a progress bar, then it goes away, but the Software is still there.

On the first few times I did this, I got the same error message as in I need help UNINSTALLING Java ME SDK:

... show message dialog
title: Critical Error
message: Cannot load native library from path: native/jmesdk/windows/windows-x86.dll

Exception:
java.lang.UnsatisfiedLinkError:
C:\Users\Jonas\AppData\Local\Temp\nbi-8367277139934329064.tmp: Can't load IA 32-bit .dll on a AMD 64-bit platform
like image 792
Jonas Avatar asked Jan 10 '11 12:01

Jonas


People also ask

How do I completely remove Java from Windows 7?

Uninstall java Windows 7Go to the Windows Start Button and select Control Panel. Click Programs & Features in the Control Panel list. Find Java in the list and uninstall it.

How do I completely remove Java JDK?

From the Windows Control Panel: Click Programs and Features. Select Java Card Development Kit from the list of programs. Click Uninstall and then Finish.


2 Answers

In ref to getting the uninstaller to use the 32-bit JRE, the config I attempted that failed to work:

a) Set the PATH environmental variable to point to the 32-bit JRE b) Windows registry edits in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.6 to point to the 32-bit JRE.

In a last ditch effort I renamed \Program Files\Java to Java2, and the uninstaller must have searched to find \Program Files (x86)\Java, the 32-bit JRE, and the uninstall worked.

Seriously, Sun/Oracle. Test your products.

like image 172
OracleNeedsHelp Avatar answered Dec 13 '22 18:12

OracleNeedsHelp


I had the exact same problem and I figured it out. :)

It's because you have the 64-bit JRE installed. Either uninstall it or somehow redirect the J2ME uninstaller to use the 32-bit JRE on your system, so that the 32-bit uninstaller can run instead of the 64-bit uninstaller.

like image 44
user541686 Avatar answered Dec 13 '22 19:12

user541686