Hi, people. I downloaded an app that is supposed to help writers to organize the contents of their stories by dividing / showing everything according to the current character, scenario, storyline, etc. I guess this might be useful for other people, too. You can download it from here:
http://storybook.intertec.ch
There are a Linux and a Windows version.
I wondered if there is a minimal possibility that some else ever got a Java error message like the following one...
I just need to type ./storybook.sh in order to run this app, and the first version I downloaded was quite good, no bugs, no crashes, but since I updated my Java version (one that included the -0ubuntu1 or something like that as a suffix) it just crashes and never opens... Before I updated Java (a version number with no ubuntu suffix) this never ever happened at all...
http://storybook.intertec.ch
There are a Linux and a Windows version.
I wondered if there is a minimal possibility that some else ever got a Java error message like the following one...
Code:
$ ./storybook.sh starting ... java.lang.Error: cannot happen at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:native) at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:79) at java.lang.Throwable.fillInStackTrace (Throwable.java:498) at java.lang.Throwable.<init> (Throwable.java:159) at java.lang.Error.<init> (Error.java:81) at java.lang.reflect.Method.invoke (Method.java:517) at org.kaffe.jar.ExecJarName.main (ExecJarName.java:64) at org.kaffe.jar.ExecJar.main (ExecJar.java:57) done.
Comment