Hey,
I'm trying to get a Bluecove Stack working on my PC, im not sure whats going on really,
C:\Program Files\Java\jdk1.5.0_15\bin
<this is where i wanta save the jar file they give me on the bluecove website.
When i do this and try to compile EchoServer.java i get 11errors, baiscally it cant find the classes.
Is there any easy way to get this working? i tried copying files into the location C:\Program Files\Java.\......... from bluecove-2.0.2-sources.tar
.gz and i get left with some errors.
Example of errors below.
C:\Program Files\Java\jdk1.5.0_15\bin
>javac EchoServer.java
EchoServer.java:2: package javax.bluetooth does not exist
import javax.bluetooth.*;
^
EchoServer.java:3: package javax.microedition.io does not exist
import javax.microedition.io.*;
Start Free Trial