View Single Post
  #2 (permalink)  
Old 07-23-2007, 10:23 AM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Your main method throws ConnectException and it is not part of standard Java library. You need to place it to the same package of this class.
Reply With Quote