|
Advertisement
|
Forum posts by bailey:1 page [ 1 ]
Posted in Java Answers Forum, Jun 27, 2005, 1:45 AM
yeah... forgot to import one class that is used to start the server, it's working fine now. - crue
Posted in Java Answers Forum, Jun 26, 2005, 4:14 AM
I am using jetty as embedded server as part of other application. The problem I have is I can't seem to start the server. The file (i'm pretty new to java, so this is probably a sloppy programming style):----------// import org.mortbay.jetty.Server; and all files dependecies neededpublic class startserver { public void starting() throws...
1 page [ 1 ]
|