Quote:
Originally Posted by apples000
We are trying to use your example, but we are unable to get the code to run. The statement "import java.net" doesn't work because java can't find that package. How are you able to get java to recognize packages not included in the frc api?
|
I didn't test the code, but when I pasted it into a new class in Netbeans it didn't give me any errors. Where do you see " import java.net "? The only special imports he used were
Code:
import com.sun.squawk.io.BufferedReader;
import java.io.*;
import javax.microedition.io.*;