Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - First_Spectr

#1
newLISP and the O.S. / Re: Not start on Win10
December 01, 2017, 02:02:57 PM
I found a solution, in my system used java from "jre-9.0.1" folder, I rewrote the command like C:Program FilesJavajre1.8.0_151binjava.exe" -jar .guiserver.jar 64001 newlisp-edit.lsp and now all work perfect. Unfortunately shortcut still not work: guiserver.jar 64001 newlisp-edit.lsp
Error: Could not find or load main class D:Program Files (x86)newlispguiserver.jar
If somebody know how to fix it - let me know please. The basic problem can be considered solved, thank you very much.
#2
newLISP and the O.S. / Re: Not start on Win10
December 01, 2017, 05:44:24 AM
Interface looks [attachment=0]Снимок2.PNG[/attachment]
#3
newLISP and the O.S. / Re: Not start on Win10
December 01, 2017, 01:49:14 AM
I removed /local/newLISPsplash.png and now I have many errors like "Could not create image-button", but lisp up and running, thanks for that. Where can I find newLISPsplash.png?
#4
newLISP and the O.S. / Re: Not start on Win10
November 29, 2017, 05:22:45 AM
forgot to add, also tried so
java -jar guiserver.jar 64001 newlisp-edit.lsp /local/newLISPsplash.png
newLISP-GS v.1.66 on Windows 10
Exception in thread "main" java.lang.NullPointerException
        at java.desktop/sun.awt.SunToolkit.getImageFromHash(Unknown Source)
        at java.desktop/sun.awt.SunToolkit.getImage(Unknown Source)
        at guiserver.getImageFromPath(guiserver.java:183)
        at guiserver.main(guiserver.java:73)


and guiserver.jar 64001 newlisp-edit.lsp /local/newLISPsplash.pngstill nothing
#5
newLISP and the O.S. / Not start on Win10
November 26, 2017, 05:09:27 AM
When i try to start lnk nothing happens. If I use cmd I get the following:
D:Program Files (x86)newlisp>java -jar guiserver.jar newlisp-edit.lsp /local/newLISPsplash.png
newLISP-GS v.1.66 on Windows 10
 double buffering supported.
Exception in thread "main" java.lang.NumberFormatException: For input string: "newlisp-edit.lsp"
        at java.base/java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.base/java.lang.Integer.parseInt(Unknown Source)
        at java.base/java.lang.Integer.parseInt(Unknown Source)
        at guiserver.main(guiserver.java:82)


If use guiserver.jar newlisp-edit.lsp /local/newLISPsplash.png nothing happens again.



Win 10 x64, latest version java