Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] java.io.IOException: Cannot read file: modules\npn\npn-1.7.0_51.mod

Please help.  I just downloaded jetty 9.1.1.v2014019.  I got the below error.  I am not sure if I have SDK installed.  How do I check?
 
thanks
 
C:\Users\jetty-distribution-9.1.1.v20140108>java -jar start.jar
java.io.IOException: Cannot read file: modules\npn\npn-1.7.0_51.mod
        at org.eclipse.jetty.start.Modules.registerModule(Modules.java:405)
        at org.eclipse.jetty.start.Modules.registerAll(Modules.java:395)
        at org.eclipse.jetty.start.Main.processCommandLine(Main.java:561)
        at org.eclipse.jetty.start.Main.main(Main.java:102)

Back to the top