-
Notifications
You must be signed in to change notification settings - Fork 55
Description
The Windows version of JOLIE, whether installed by downloading the binary or built locally with mvn clean install, gives me the error "Cannot invoke "jolie.State.root()" because the return value of "jolie.ExecutionThread.getState()" is null" when running any .ol file.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/jolie/jolie.git
cd jolie
mvn install
set uo enviroment variable JOLIE_HOME to directory and copy dist in this directory and the launcher in bin subdir. Add the bin subdir to path.
jolie -h is correct
jolie file.ol
== > Cannot invoke "jolie.State.root()" because the return value of "jolie.ExecutionThread.getState()
Expected behavior
I expect run of file.ol
Desktop (please complete the following information):
- OS: Windows
- Jolie version master tree
- Java Version 21