随笔分类 -  Java

Java语言相关的文章
摘要:今天白天在工作中使用Eclipse编译代码的时候,在播放声音的代码中报了这么一个错误 import sun.audio.AudioPlayer; import sun.audio.AudioStream; 上面这两句都报“Access restriction: The type AudioPlayer is not accessible due to restriction on require... 阅读全文
posted @ 2011-05-11 22:51 Cratical 阅读(8899) 评论(0) 推荐(2)
摘要:import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; class StreamGobbler extends Thread { InputStream is; String type; ... 阅读全文
posted @ 2010-08-24 10:14 Cratical 阅读(6222) 评论(0) 推荐(0)