Re: [Beepcore-java-users] I hope someone can help
Status: Beta
Brought to you by:
huston
From: Sanjeev S. <an...@ho...> - 2006-07-21 05:02:56
|
I figured out the classpath issues, In the debug view/tab Eclipse lets you click on the process and shows the exact Java command line it used. Thanks for this tip about excluding pureTLS and converting to jsse. I'll try it tomorrow, On Thu, Jul 20, 2006 at 09:08:53PM -0400, Andrew Newton wrote: >Perhaps there is some conflict with the JSSE that is now built-in to >Java. I'd not use PureTLS and just stick with the JSSE. > >-andy > >On Jul 20, 2006, at 5:40 PM, Sanjeev Sharma wrote: > > >I must be doing everything wrong that it's possible to do wrong. > > > >right now the build is stalling at tls, with > >\tls\org\beepcore\beep\profile\tls\ptls\TLSProfilePureTLS.java:35: > >package > >COM.claymoresystems.sslg does not exist > >import COM.claymoresystems.sslg.*; > > > > > >and this in another file > > > >Compiling 4 source files to > >C:\wrk_DA\beepcore-0.9.08\beepcore-0.9.08\build\tls-ptls > >C:\wrk_DA\beepcore-0.9.08\beepcore-0.9.08\tls\COM\claymoresystems > >\ptls\PureTLSPackageBridge.java:30: > >cannot find symbol > >symbol : class SSLContext > >location: class COM.claymoresystems.ptls.PureTLSPackageBridge > > public static void setPrivateKey( SSLContext ctx, > >PrivateKey key ) { > > > >javax.net.ssl has SSLContext but then that seems to have no Privatekey > >member. > > |