我正在尝试在Intellij IDEA中克隆克隆
https://github.com/copperhead/AttestationServer
该应用程序包括前端HTML和javascript以及我相信的后端JAVA和sqlite。
final HttpServer server = HttpServer.create(new InetSocketAddress(“localhost”,8080),0);
我如何运行
public static void main(final String [] args)抛出异常{
我该如何解决这个问题?或者我错过了什么?如何获得100%作为实际在线实施工作的本地副本。
实际在线实施工作: