<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>buckwmm的专栏</title><link>http://blog.csdn.net/buckwmm/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 09 May 2008 20:45:39 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>buckwmm</dc:creator><title>CLASS文件不能转换EXE文件 太让人失望了</title><link>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425219.aspx</link><pubDate>Fri, 09 May 2008 20:46:00 GMT</pubDate><guid>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425219.aspx</guid><wfw:comment>http://blog.csdn.net/buckwmm/comments/2425219.aspx</wfw:comment><comments>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425219.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/buckwmm/comments/commentRss/2425219.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2425219</trackback:ping><description>&lt;p&gt;我想由于JAVA不是微软的东西，所以JAVA与微软系统的契合度就低了。CLASS文件不能转换EXE文件 太让人失望了 听说JAR能在没装JDK的微软系统上双击鼠标运行 可我做了个JAR却不能双击鼠标运行&amp;nbsp; 提示Failed to load Main-attrClass mainfest bute from 文件目录&lt;/p&gt;&lt;p&gt;请高手指点啊&lt;/p&gt;&lt;img src ="http://blog.csdn.net/buckwmm/aggbug/2425219.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>buckwmm</dc:creator><title>用JAVA写的电子书切割器 欢迎修改意见至wmm204@126.com </title><link>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425190.aspx</link><pubDate>Fri, 09 May 2008 20:35:00 GMT</pubDate><guid>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425190.aspx</guid><wfw:comment>http://blog.csdn.net/buckwmm/comments/2425190.aspx</wfw:comment><comments>http://blog.csdn.net/buckwmm/archive/2008/05/09/2425190.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/buckwmm/comments/commentRss/2425190.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2425190</trackback:ping><description>&amp;nbsp;/*下面是电子书切割器源代码 被切割文件要和切割器在同一目录*/import java.awt.*;import java.awt.event.*;import java.io.*;public class TextCut extends Frame implements ActionListener,WindowListener{static TextCut f=new TextCut();static TextField fileName=new TextField("文件名字",20);static TextField fileSize=new TextField("切割后文件大小",20);static Button btn=new Button("开始切割");static String fname=""; static String fsize="";public static void main(String[] args){ &amp;nbsp;&amp;nbsp; f.setSize(200,150);&amp;nbsp;&amp;nbsp; f.setTitle("my text cu&lt;img src ="http://blog.csdn.net/buckwmm/aggbug/2425190.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>