Java ZMQ Remote API not able to build

Report crashes, strange behaviour, or apparent bugs
Post Reply
Andres
Posts: 18
Joined: 06 Oct 2023, 09:06

Java ZMQ Remote API not able to build

Post by Andres »

Hi, I am not able to use the Java client for ZMQ with Coppelia.
Every time I try to build the Maven, I get this error:

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

I have this:
CoppeliaSim 4.6.0 rev2
Windows 11
Java 20.0.2
Apache Maven 3.9.5
Python 3.11.5

I am running the code that comes by default in: ...\CoppeliaRobotics\CoppeliaSimEdu\programming\zmqRemoteApi\clients\java

I have not made any changes to your code but still the build fails.

Thanks for your help.

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Java ZMQ Remote API not able to build

Post by coppelia »

Hello,

what does it print when you type:

Code: Select all

py --version
python --version
python3 --version

Andres
Posts: 18
Joined: 06 Oct 2023, 09:06

Re: Java ZMQ Remote API not able to build

Post by Andres »

C:\Users\rahm->py --version
Python 3.11.5

C:\Users\rahm->python --version
Python 3.11.5

C:\Users\rahm->python3 --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

Andres
Posts: 18
Joined: 06 Oct 2023, 09:06

Re: Java ZMQ Remote API not able to build

Post by Andres »

It is weird that the python and py commands work, but the python3 command does not. According to this link, it seems that Python3 is not a command in Windows 11.

https://stackoverflow.com/questions/483 ... python-ver

Is there any way to fix that?

Post Reply