As title, i need install JDK on win server 2008 enterprise. But when I run JDK, it not run, it not error. I don't understand why it do. i'm try reinstall jdk 32 bit with my server 64 bit and it was not run.Some body help me?
Did you try installing the 64 bit version of the Jdk?
Related
I want to download XAMPP for my windows 64-bit machine. But officially, XAMPP is only available for a 32-bit windows machine.
So, is it fine if I use 32-bit windows XAMPP version for my 64-bit windows machine or is there a way to get the 64-bit windows XAMPP version?
And it is fine if I install 32-bit Windows XAMPP version on Windows Server 2012 and Windows Server 2016
Thank you for help!
I want to install BOTH the 64-bit and 32-bit JDK 8u74 on Windows 7 Pro 64-bit AND NetBeans. I want NetBeans to use the correct JVM depending on whether I code in 32 or 64-bit. I found zero info about the right way to go about this. Do I install the 32-bit JDK 8u74, then 64-bit JDK 8u74, then NetBeans?
I have no JDK installed now. I am just getting started and would really love to avoid an install nightmare and operating problems.
I am trying to install Websphere Application Server 8.5 in Windows 7 64 bits but I have had difficulties.
The server is Windows 7 64 bits and I am using the Installation Manager.
I tried to use both the 64 bits version (DEVELOPERSILAN.agent.installer.win32.win32.x86_64) and the 32 bits (DEVELOPERSILAN.agent.installer.win32.win32.x86) but I got the message:
The package com.ibm.websphere.DEVELOPERSILAN.v85 specified in the install.xml file wasn't located. The same message for IBMJAVA.v70, liberty.IBMJAVA.v70, IHSILAN.V85, APPCLIENTEILAN.v85, PLGILAN.v85, PLUGCLIENTILAN.v85, WCTILAN.v85, W2MTKILAN.v11 and liberty.DEVELOPERSILAN.v85.
Should I install anything else before the Installation Manager?
I recently downloaded WAS8.5 on Windows R2 2008. Hope I could answer your question.
Installer Manager 32-bit will work.
Did you add the repository with file name "repository.config" to the Installation Manager?
This should be same for any product when you install from Installation Manager.
Make sure to provide Admin privileges to the IM when starting it.
I have installed jdk 64 bit on my windows 7 running 64 bit OS.
I have also set the path environment variable as
C:\Program Files\Java\jre7\bin
Also when I check the version of java in cmd shows the following:
java version "1.7.0_11"
Java Hotspot(TM) 64-bit serve VM
Now the problem is when I check in task manager it shows the process name as "java.exe *32"
Some of the applications I install complain that I am using 32 bit jdk on my 64 bit machine.
The most likely explanation is that you actually have both 32 bit and 64 bit versions of Java installed, and that some applications are using the 32 bit version, due to the way that they / your system is configured.
You may not have explicitly installed 32 bit Java. It is possible that some of the applications include an embedded 32 bit JRE installation.
If you have an application that insists that it won't run on a 32bit JRE, your options include:
look for and uninstall any explicitly installed (standalone) 32-bit JREs,
get hold of a 32-bit version of the application, or
read the installation / configuration documentation for the application for clues on how to force it to use a specific installation.
When I install IM on MinGW I got this error
c:\Users\MumMum\Desktop\MagickCore\ImageMagick-6.7.7-0/magick/nt-base.c:1021: un
defined reference to `IsWow64Process'
How i solve this problem?
You do not specify your OS version. IsWow64Process ("Is this a Windows on Windows 64 bit process?") is only implemented in XP and later desktop OSes, and Windows 2008 and Windows 2003 SP1. See: http://msdn.microsoft.com/en-us/library/ms684139%28v=vs.85%29.aspx
In a pinch, try installing the Portable version of ImageMagick: Link