Sun's Wireless Toolkit 2.5.2 on 64 bit Windows - java-me

I am having a 64 bit JDK installed on my laptop and to develop J2ME app, I recently installed Sun's WTK 2.5.2. When I m trying to run the project using this wtk, I m getting this error:
java.lang.UnsatisfiedLinkError:
Though my machine had an Intel core i3 processor(64 bits) the error says:
Can't load IA 32-bit .dll on a AMD 64-bit processor
Is there any way to solve this problem? Is there anything else I can do to make J2ME App on my laptop?

I had the same issue.
Solved it by installing a 32 bit java, then re-installing the WTK, During installation it asks you witch JDK to use, then just point to the 32 bit java.

Just install 32-bit JDK and everything will work. General rule is simple: 32 bit applications will use 32 bit JDK, 64-bit will use 64 bit JDK. Since WTK is 32 bit application - it would need 32 bit JDK

Just edit to
C:\PROGRA~2\Java\jre6\bin\java

You have to change to jdk of 32 bits, then you have to edit the file: "$WTK_HOME\bin\emulator.vm" and change the jdk in the first line:
C:\Program Files (x86)\Java\jre1.5.0_22\bin\java

Related

How to install previous Node version in 32 bit Win 7?

I have a 32 bit Win7 machine, and I need to install specific version of Node(V 13, https://nodejs.org/download/release/v13.0.0/)
However I can not find executable files for Win 32 bit system, All are for 64/86 system.
Is there any way ? Or am I at dead end.
Any Node version that compatible with Win 7 32 bit is fine for me.

Installed windows 10 with 32-bit on accident now i can't re-install windows 10 as 64-bit

I recently installed windows 10 and on accident installed 32-bit. Now when I try to re-install windows 10 with 64-bit I receive the error: This version of the program is not compatible with this version of windows. I know i have A 64-bit processor. HELP!!!
Did you try to install 64 bit version while you are in side the 32 bit version ?
You CANNOT transfer from 32 bit to 64 bit by running the installer as an upgrade over the 32 bit version.
If you need the 64 bit version, please boot from the installation disc and reinstall the OS from scratch (There’s no upgrade path),
Also remember to select the 64 bit version in the setup.
If you need more help read this How to geek article
http://www.howtogeek.com/228042/how-to-switch-from-32-bit-windows-10-to-64-bit-windows-10/

android studio device monitor error "Java has started but returned exit code = 13"

When i start android device monitor in android studio "Java has started but returned exit code = 13" error with java path files is displayed.
I am using "android studio (beta)0.89"
I fixed this problem on my Windows 7 computer by installing the 64 bit version of Java 8. I did not have to uninstall or downgrade Java.
Be careful when downloading the Java installation. According to this FAQ, you will probably end up with 32 bit if you use the default installation.
Manually select the 'Windows Offline (64-bit)' version here, rather than letting the Java website choose for you.
This has happened to me just now after installing the latest Java version (v8) which for some reason only comes with 32-bit support while my PC is 64-bit.
I fixed the issue by uninstalling the version 8 of Java which automatically downgraded to Java 7 and it works fine.
I have been able to fix this issue by uninstalling the 32-bit Java 8 version I had, and then installing the latest 64-bit Java 8 version instead. (I didn't have to downgrade)
I think you are trying to open the wrong version of the monitor.exe it might have been changed during an upgrade. Under sdk/tools/lib there should be both the 32 and 64 bit versions under the "monitor-x86 or _64" folder. try either one if it works good. If you want to download the 64bit java version you must use a 64 bit browser. example in IExplorer 11 + you can change it back to 32 bit and back to 64 bit when needed. I did try the java upgrade before and was still getting the java error.
Install both 32 and 64 bit of Java 8. That fixed it for me.
Follow the path provided in the error pop-up. Add the java path in the eclipse.ini file located in the monitor folder in android studio.
Add : -vm
C:\Program Files\Java\jre7\bin\java.exe(Path to your current java file)
Before: -vmargs
If you are running win8.X just go to control panel and uninstall the java 8 version and after everything works fine.
I ran into this issue, even though I had the latest x64 build of the Java 8 JDK installed and set to the JAVA_HOME environment variable.
For me at least, the first line of the error popup shows that it is using Oracle's symlink at C:\ProgramData\Oracle\Java\javapath to find the correct location of javaw.exe. In my case, this was actually pointing to the x86 build of the same version of the JRE, which I also had installed for some reason.
I ended up cleaning house and uninstalling all versions of JRE/JDK, and then reinstalling the latest x64 JDK. This realigned the symlinks, and now it's running smoothly.
Most of the other answers should help resolve this same problem, but for diagnostic purposes if you do have the x64 version installed already, it will probably help to check C:\ProgramData\Oracle\Java\javapath.
[SOLUTION]
Go to following file in your android SDK
Sdk\tools\lib\monitor-x86_64\monitor.ini
and add following line, you might have to change the path to your java
-vm C:\Program Files\Java\jre7\bin\java.exe
just before "-vmargs "
Found solution:
Uninstall Java 8 Update (64-bit)
Install Java 7 Update 71 (64 bit)
I also downgraded JDK from 8 to 7, but it might be not required

Can I use nuget packages which is not written OS ver 32 or 64 for 32 and 64 bit OS?

Now I got several nuget packages(.nupkg) and installed VS's project on 64bit OS.
It was successfully finished.
And I'd like to install these packages to 32bit PC(StandAlone) by using CD which is burned .nupkg files.
(This PC cannot connect to Internet)
These packages seems to be not defined OS version specifically.
I have a quetion which is written in above title.
Can I use nuget packages which is not written OS ver 32 or 64 for 32 and 64 bit OS?
And would you give me some reaseons about your answer.
Regards.
NuGet packages do not distinguish between 32 or 64-bit version of OS. They can be installed to both.
There was an issue filed on codeplex to support distinguishing for different platforms as
https://nuget.codeplex.com/workitem/679

Will jdk/jre 5.0 64 bit download for windows AMD work with Windows x86?

I could not find a download link for 64 bit jdk/jre 5.0 for Windows x86. The download link says it is for Windows 64-bit AMD.
We are moving to Windows 7 64-bit x86. I am looking for jdk/jre 5.0 64 bit download.
Could someone help me with this?
IIRC the regular 64-bit Intel CPUs are using the same instruction set for 64-bit mode as the AMD CPUs so that JDK should work.

Resources