Seppia 1.0.1 Released |
Seppia 1.0 had a few bugs which prevented its code to be fully portable. Many
Linux and Mac developers complained that they could not run it.
Seppia 1.0.1 fixes these problems !!!
Below are the lines that we changed between the two releases:
class: StartUp
line 32 URL url = StartUp.class.getResource("jars"); seppia-1.0.1
line 32 URL url = StartUp.class.getResource("/jars"); seppia-1.0
class: org.seppia.bootstrap.IO
line 97 postfix = postfix.replace('\\','/'); seppia-1.0.1
return new URL(url,postfix+"/");
line 97 return new URL(url.toExternalForm()+"\\"+postfix); seppia-1.0
Seppia has now been tested on the following environments: MacOs,
Windows, Unix and Linux.
We now think that Seppia will run successfully on any machine with a JVM.
If you think Seppia can not run on your machine please contact support