Error when build from source for server

Alex6 years ago

Hi folks,
When I tried to build from the source, either on my windows PC or my mac, when I tried to run I always end up with some information like this:

2019-10-31 14:01:27  INFO: DefaultSessionIdManager workerName=node0
2019-10-31 14:01:27  INFO: No SessionScavenger set, using defaults
2019-10-31 14:01:27  INFO: node0 Scavenging every 660000ms
2019-10-31 14:01:29  INFO: Started o.e.j.s.ServletContextHandler@66a53104{/,null,AVAILABLE}
2019-10-31 14:01:29  INFO: Started ServerConnector@5f574cc2{HTTP/1.1,[http/1.1]}{0.0.0.0:8082}
2019-10-31 14:01:29  INFO: Started @13346ms
2019-10-31 14:01:54  INFO: JVM Runtime does not support Modules

On both machines I have Java SE 8 and Netbeans 8.2 and I followed the instruction, but all showing JVM runtime does not support modules. And when I open the web interface and type localhost:8082 and returned with 404-Not found.

Could anyone tell me what is wrong there? Many thanks,