JAVA: jdk-17.0.14_windows-x64_bin.msi
(I confimed java verison on cmd terminal)
Python version: Python 3.12.7
Python Environment: Spyder
I did conda install:conda-wrappers-1.1.3-py312h2e8e312_6.conda
Just to check, did you import the orekit module into python first?
# Import Orekit
import orekit
vm = orekit.initVM()
# Import the Orekit data from the master folder
from orekit.pyhelpers import setup_orekit_curdir
setup_orekit_curdir('/your/file/location/here/orekit-data')
Also, I would check your conda environment (depending on how installed conda it will be located in your home directory and be called something like miniconda or miniforge and make sure you have a version of java internal to your conda environment. If you installed orekit through conda that is where orekit will look first.
You’re not using mvn for this application, but it shows you how orekit might not be initializing the VM because it can’t find the location of your java through the conda interface.