[Beepcore-java-users] I hope someone can help
Status: Beta
Brought to you by:
huston
|
From: Sanjeev S. <an...@ho...> - 2006-07-20 21:40:26
|
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.
|