One common failure is that the JCC package cannot reach the java virtual machine.
The location varies on different platforms and on different java versions.
Note that for the anaconda package of Orekit, there is a setup and takedown script that is run when an environment is activated (`activate myenv`) that sets JCC_JDK. If you access the python executable without activating the environment you may need to set these by hand, or by using "condawrapper" that creates a directory with executables that upon starts enables the environment.
Note that for the anaconda package of Orekit, there is a setup and takedown script that is run when an environment is activated (`activate myenv`) that sets the environment variable JCC_JDK. If you access the python executable without activating the environment you may need to set these by hand, or by using "condawrapper" that creates a directory with executables that upon starts enables the environment.
### Mint Linux
...
...
@@ -22,7 +22,7 @@ You might need to set the enviroment variable JCC_JDK. Example:
### Windows
Needs to set the variable JCC_JDK and include java items in the PATH. Example:
If need to set by hand, it is needed to set the variable JCC_JDK and include java items in the PATH. Example:
```sh
set JCC_JDK=C:\Program Files (x86)\Java\jdk1.6.0_35