MenthorTools / menthor-editor

Menthor Editor
30 stars 7 forks source link

Help > About presents version 1.1.8 when it should be 1.1.9 & swt-win.jar missing #105

Open plbt5 opened 5 years ago

plbt5 commented 5 years ago

Windows 10, running Windows Powershell: java -jar C:\Users\brandtp\Documents\ApplicationsLocal\menthor-1.1.9\menthor-1.1.9.jar

Selecting in Menu Bar: Help > About Version: 1.1.8 Build Date: January 14, 2019

Besides this, the shell gives the following error (probably identical to issue #104 ):

Reading from: swt-win.jar Unable to add the swt jar to the class path: swt-win.jar java.io.FileNotFoundException: C:\Users\brandtp\Documents\ApplicationsLocal\menthor-1.1.9\menthor-1.1.8_lib\swt-win.jar (The system cannot find the path specified) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at net.menthor.swt.Util.extract(Util.java:58) at net.menthor.swt.SWTConfigurer.addSwtToClasspath(SWTConfigurer.java:76) at net.menthor.swt.SWTConfigurer.loadSwt(SWTConfigurer.java:26) at net.menthor.swt.SWTConfigurer.execute(SWTConfigurer.java:16) at net.menthor.editor.v2.ui.MenthorEditor.start(MenthorEditor.java:31) at net.menthor.editor.v2.ui.MenthorEditor.main(MenthorEditor.java:53) java.lang.NullPointerException at sun.net.util.URLUtil.urlNoFragString(Unknown Source) at sun.misc.URLClassPath.getLoader(Unknown Source) at sun.misc.URLClassPath.getNextLoader(Unknown Source) at sun.misc.URLClassPath.getResource(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.menthor.swt.SWTConfigurer.loadSwtJar(SWTConfigurer.java:110) at net.menthor.swt.SWTConfigurer.loadSwt(SWTConfigurer.java:36) at net.menthor.swt.SWTConfigurer.execute(SWTConfigurer.java:16) at net.menthor.editor.v2.ui.MenthorEditor.start(MenthorEditor.java:31) at net.menthor.editor.v2.ui.MenthorEditor.main(MenthorEditor.java:53)