Re: [Beepcore-java-users] I hope someone can help
Status: Beta
Brought to you by:
huston
|
From: Andrew N. <an...@hx...> - 2006-07-21 01:09:04
|
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.
>
>
> ____________________
> I tried compiling and running the Bing and Beepd examples outside the
> beepcore directory tree, just to get something working. Ive
> tried java
> 1.4 and 1.5.
>
> They run insinde Eclipse and NetBeans but refuse to run outside,
> most end
> with the error
>
> Exception in thread "main" java.lang.NoSuchMethodError: main
>
> I've looked up what this error means and nothing that I found seems
> to fix
> this.
>
> A few of the commands I tried
>
> java bing -port 1021 -count 1000 -size 100 vulcan
>
> java -classpath f:\work\TEST_BINARIES\example Bing -port 1021 -
> count 1000
> -size 100 vulcan
>
> java -cp . Bing -port 1021 -count 1000 -size 100 vulcan
>
>
> ___
> I also couldn't get the pre-compiled examples running because of the
> main-class manifest requirements, so this command
>
> java -jar f:\work\TEST_BINARIES/example.jar
> org.beepcore.beep.example.Bing
> -port 1021 -count 1000 -size 100 vulcan
>
> gives me
>
> Failed to load Main-Class manifest attribute from
> f:\work\TEST_BINARIES\example.jar
>
>
> This will be part of my first big Java project, so my lack of Java
> experience is probably making an already finicky thing harder
>
> Thanks in advance if you can help.
>
>
>
> ----------------------------------------------------------------------
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys -- and earn
> cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Beepcore-java-users mailing list
> Bee...@li...
> https://lists.sourceforge.net/lists/listinfo/beepcore-java-users
|