Sujet n°245 -
oStorybook won't open on Mac
- par BH le 07/09/2022 23:55
I have downloaded Java 17 and still, when I open the 0Storybook file it won't load. I assume this program can't open on a Mac. Can someone tell me how to fix this? (Does this have to be in French?)Breanna Harmeyer
Réponse n° 1
- par favdb le 08/09/2022 09:17
Hello, could you describe precisely what you are doing that is not working? I regularly check that oStorybook works correctly with Java 11 and/or 17 and so far I have not encountered any problems.
Réponse n° 2
- par BH le 09/09/2022 00:56
I downloaded the Java 17 but when i open the file with the java default opener it opens for a second and then closes. How do i fix this. is there another java opener i should download instead?Breanna Harmeyer
Réponse n° 3
- par BH le 09/09/2022 01:06
When I downloaded Java 17 should I have downloaded a separate opener for it? I thought it came included in the download. I downloaded Java 17 from that website someone said to download it from.Breanna Harmeyer
Réponse n° 4
- par favdb le 09/09/2022 08:37
Hello,
You could try to use the Terminal. First of all check the operational version of java with the command:
java --version
Note the answer message for further details.
Then try to launch oStorybook with the command:
java -jar /path/to/install/dir/oStorybook.jar
Tell us what the result is.
Réponse n° 5
- par BH le 13/09/2022 23:16
When i put java version info it gave me this:
java 17.0.4.1 2022-08-18 LTS
Java(TM) SE Runtime Environment (build 17.0.4.1+1-LTS-2)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.4.1+1-LTS-2, mixed mode, sharing)
And when I put the path thing it gave me this error
Unrecognized option: -jar/path/to/install/dir/oStorybook.jar
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.Breanna Harmeyer
Réponse n° 6
- par favdb le 14/09/2022 18:05
You must separate "-jar" from the suite with a space, and you must replace "/path/to/install/dir/" with the folder where oStorybook is installed.
Réponse n° 7
- par BH le 15/09/2022 23:04
It worked, thanks. Do I have to open it with the terminal every time I want to open the program or is there a way to make a icon that runs the program automatically when I click it?Breanna Harmeyer
Réponse n° 8
- par favdb le 15/09/2022 23:28
Ask for help on a MacOS user forum. Specify that you need to run the command:
java -jar /the-installed_dir/oStorybook.jar
I can't help you more, I don't have a machine with MacOS.