Java 7 on Windows 2000 - operating-system

I have made a Java application with Java 1.7 my problem is that it is not running on windows 2000. It is saying me "this is not a WIN-32 Application".
how can I run my application on it?

It's not a direct answer, but Java 7 (at least the Oracle implementation) is not supported on Windows 2000.
Java 6 did support Windows 2000.

Related

Where can I download Rational Application Developer (RAD) 7 and WebSphere Application Server (WAS) 7?

I have been searching for RAD 7 and WAS 7 from IBM but could not find the relevant installers. I have an application that requires this version and I still have not been able to open it. I clarify that I need the specific version and not a different one (Neither previous nor superior).
I am grateful if you can tell me where I can download the versions of the indicated applications, no matter if they are the test versions or they are housed in unofficial repositories.
What operating system does your application run? For Linux use these PARTNUMBERS CZ0KHML.zip
Download 2 of 9:
WebSphere Application Server V7.0 for Linux on PowerPC, 32-bit, Multilingual
C1G03ML.tar.gz. C1G03ML

browsers do not offer Java Web Start for .jnlp

Since recently I get support cases where the browser (Firefox, IE11) does not offer Java Web Start for .jnlp files – even after fresh Java installations. The users have to search for javaws.exe on their own.
Did anything change? Maybe with Java 9? We currently recommend Java 9 as we had some trouble with a bug in latest Java 8 (Update 161/162).
Does the Java 9 installer no longer associate JNLP with Java Web Start? Maybe having to do with that deprecation? (I was shocked about it, by the way. No idea how we can distribute our many different clients to thousands of business partners without Java Web Start.)
As of Java 9, the file association for Java Web Start no longer exists. Note that when you download Java from Sun, the latest current version is still version 8, which should still work.
You can alternatively create that association of .jnlp to javaws.exe, even in Java 9 and 10.
As of this year, Java 11 no longer contains the binary javaws.exe at all.

Google Web Designer on Windows XP

I've installed Google Web Designer on Windows XP, and saw this error:
The procedure entry point GetSystemDefaultLocaleName could not be located in the dynamic library KERNEL32.dll
What can I do?
I think that it won't support XP.
Here are the minimum system requirements, according to their documentation:
Operating system
Windows requirements
Windows 7
Windows 8
I think it does not support Windows XP. I installed in Windows 7. No issues. The error you have got is mainly caused by misinterpreted operating system -- that's described as a possible cause in Microsoft's support knowledge base:
The application is misinterpreting the operating system version and is trying to call a procedure in the Windows 95 or Windows 98 version of the Dynamic Link Library (DLL) that is unavailable in Windows NT version 4.0 or Windows 2000.
Windows XP is not supported. See the system requirements.

install4J, windows 2008R2 and java 6 permission issues

We are using install4j to install our application on Windows 2008R2. With Java 1.4 installed the install4j effort works fine. with Java 6 installed the install4j effort results in permission issues with C:\Program Files(x86).
Can anyone comment on the different permissions Windows 2008 might require for an install4j executable when using java 6 compared to java 1.4?
FYI Windows 2008 64bit, java 32bit, install4j 32bit
thank you
There are no differences in permission handling between Java 1.4 and Java 6. Permissions in install4j are handled by the "Request privileges" action which is typically located in the "Startup" node of your installer. For installing into C:\Program Files (x86), you need elevated privileges.
If your installer works with Java 1.4 and does not work with Java 6, there must be some other error. I would suggest to look at the file .install4j/installation.log for more information.

JBoss Compatibility with Windows Server 2008

Our product uses the JBoss 4.0.4 as an application server. Currently we are supporting Windows Server 2003 and planning to support Windows Server 2008. We want to know that is JBoss 4.0.4 fully compatible with Windows Server 2008 (64 bit)?
Please respond if anybody installed and used JBoss with Windows 2008.
Thanks
Since JBoss is 100% pure Java you can have it working on any Operating System that supports Java. So I guess that the real question is more "does my JVM run correctly on Windows 2008". According to this guide, JBoss needs a JDK 1.5 and should run on a 32-bit or 64-bit JVM on a 64-bit Windows 2008 machine.