Re: [Simpleweb-Support] HTTP Compression
Brought to you by:
niallg
From: Carfield Y. <car...@ca...> - 2006-01-15 17:51:35
|
I see, however, once I put the change and compile... I get a very strangle problem: clean: [delete] Deleting directory /Users/carfield/Desktop/simple-2.8.1/build [delete] Deleting directory /Users/carfield/Desktop/simple-2.8.1/jar prepare: [mkdir] Created dir: /Users/carfield/Desktop/simple-2.8.1/build [mkdir] Created dir: /Users/carfield/Desktop/simple-2.8.1/jar build: [javac] Compiling 258 source files to /Users/carfield/Desktop/simple-2.8.1/build [javac] /Users/carfield/Desktop/simple-2.8.1/src/simple/http/MonitoredOu= tputStream.java:1: 'class' or 'interface' expected [javac] /* [javac] ^ [javac] /Users/carfield/Desktop/simple-2.8.1/src/simple/http/MonitoredOu= tputStream.java:23: 'class' or 'interface' expected [javac] import java.io.OutputStream; [javac] ^ [javac] /Users/carfield/Desktop/simple-2.8.1/src/simple/http/MonitoredOu= tputStream.java:24: 'class' or 'interface' expected [javac] import java.io.IOException; [javac] ^ [javac] 3 errors The class is simple and I have totally no idea about this... BTW, I just double check with my old servlet version of implementation, there is similar problem, but I just ignore all that time. However, when I writing application at work, I never experience this... - Sho |