• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SecureServer error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed JSSE and following the instructions as carefully as I could. But when i compiled the SecureServer.java it generates the following error:
1. Cannot resolve symbol HTTPServer
symbol: class HTTPServer
location: class SecureServer
public class SecureServer extends HTTPServer
^
2. Cannot resolve symbol
symbol: method run()
location: class SecureServer
server.run
^
3. Cannot resolve symbol
symbol: variable ServerPort
location: class SecureServer
(SSLServerSocket) ssf.createServerSocket(ServerPort).
^
Hope to get some early responses.
TQ.
reply
    Bookmark Topic Watch Topic
  • New Topic