the-one
the-one copied to clipboard
1.8JDK Can not run the one.Already compile
the exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/java/jdk1.8.0_152/jre/lib/amd64/libawt_xawt.so: libXrender.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at java.awt.Toolkit$3.run(Toolkit.java:1636)
at java.awt.Toolkit$3.run(Toolkit.java:1634)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
at java.awt.Toolkit.
C:\the-one-1.6.0>javac -extdirs lib/ report/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>javac -extdirs lib/ routing/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>javac -extdirs lib/ gui/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>javac -extdirs lib/ input/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>javac -extdirs lib/ applications/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>javac -extdirs lib/ interfaces/*.java 'javac' is not recognized as an internal or external command, operable program or batch file.
C:\the-one-1.6.0>one.bat
C:\the-one-1.6.0>java -Xmx512M -cp .;lib/ECLA.jar;lib/DTNConsoleConnection.jar core.DTNSim Error: Could not find or load main class core.DTNSim
C:\the-one-1.6.0>
@aliali787 Your JDK was not successfully installed. Or check the system variables, make sure that you have already configured %JAVA_HOME%
path and add it into Path
.
thank you,my question already is solved。
------------------ 原始邮件 ------------------ 发件人: "Miloyym"<[email protected]>; 发送时间: 2020年8月4日(星期二) 上午10:05 收件人: "akeranen/the-one"<[email protected]>; 抄送: "jo妮jo斯达"<[email protected]>; "Author"<[email protected]>; 主题: Re: [akeranen/the-one] 1.8JDK Can not run the one.Already compile (#85)
@aliali787 Your JDK was not successfully installed. Or check the system variables, make sure that you have already configured %JAVA_HOME% path and add it into Path.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.