E
E
Egor Lepikhin2019-07-11 09:50:41
Java
Egor Lepikhin, 2019-07-11 09:50:41

How to make a 32 bit version of a Java program?

I have a desktop application that works fine on 64 bit Windows. There was a need for the program to work stably on 32-bit systems.
What is needed for this?
The program is built using Maven, if that helps.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Romanov, 2019-07-11
@LepikhinEgor

You just need a 32 bit JRE

D
Dmitry Shitskov, 2019-07-11
@Zarom

The build will work fine on 32 bit as well.
But it doesn't hurt to test.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question