Re: [Beepcore-java-users] more problems with examples in beepcore java
Status: Beta
Brought to you by:
huston
From: <li...@co...> - 2002-03-11 21:37:47
|
Ugh, I think things got mixed between replies from the mailing list and personal replies (damn I hate this new reply-to format/Lotus Notes/both). Earlier, I made a reply to Steve suggesting to add the line below anywhere in the main() method (previously referred to as the 'immortal line'): Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); If it doesn't compile, it will probably be because the JSSE is not included in the classpath. By the way, if you don't expect to use TLS in your application, just remove that line and it'll work fine since the echo server doesn't really care much, it just sorta works. Regards, Ling Lo -- Email: li...@co... Mobile: +45 2968 2768 Iain Shigeoka <iai...@ya...> Sent by: bee...@li... 11/03/2002 21:07 To: Steve <yud...@ya...>, <bee...@li...> cc: Subject: Re: [Beepcore-java-users] more problems with examples in beepcore java On 3/11/02 11:31 AM, "Steve" <yud...@ya...> wrote: > Ok, recompiled the two .java files. moved the .class > files from examples.org.beepcore.beep.examples to > lib.org.beepcore.beep.examples (where the old Beepd > and Bing .class files were) tried to run Beepd again. > same error message about the missing algorithm. added > the immortal line to Beepd.java in main() but it > wouldn't compile. Now I have no idea what to do. Cut and paste your commandline and resulting stack trace dump into your email reply. These fixes worked for me... ;) -iain _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Beepcore-java-users mailing list Bee...@li... https://lists.sourceforge.net/lists/listinfo/beepcore-java-users |