`
agile_boy
  • 浏览: 562092 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Retroweaver: Run JDK5 code in JDK 1.4 VM

    博客分类:
  • java
阅读更多
Retroweaver is what i want framework,although the jeye does not give the answer!

这个东东确实好用,极力推荐,简单易用!

java 代码
  1. java -cp release\retroweaver-all-<version>.jar net.sourceforge.retroweaver.Weaver
  2. -jar input.jar output.jar  
分享到:
评论

相关推荐

    利用vscode创建的spring基础调试项目

    "vmArgs": "-Dspring-boot.run.jvmArguments=-Xdebug,-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005", "mainClass": "com.example.DemoApplication", "projectName": "demo" } ] } ``` 现在...

    Android SDK Windows安装攻略

    5. **安装Android Developer Tools**: - 在Eclipse中依次点击`Help` -&gt; `Install New Software`,然后添加更新站点: - 更新站点URL:[https://dl-ssl.google.com/android/eclipse/]...

    java7帮助文档

    JDK 7 is a superset of JRE 7, and contains everything that is in JRE 7, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 7 provides the libraries, ...

    JAVA开发环境的安装

    右键点击项目,选择`Run As` -&gt; `Run on Server`,然后选择已配置的Tomcat服务器,MYECLIPSE会自动处理部署过程。项目部署成功后,可以通过浏览器访问`http://localhost:8080/项目名`来查看运行结果。 总结来说,...

    IDEA操作手册

    5. **配置TOMCAT容器**: - 通过`RUN -&gt; Edit configurations`打开配置窗口,选择`+ -&gt; Tomcat Server -&gt; Local`。 - 配置服务名称,并通过`Application server`后面的`Configure`按钮来指定本地TOMCAT的位置。 - ...

    Eclipse配置,错误笔记

    - `Run Configurations`和`Debug Configurations`用于设置项目的运行和调试参数,如主类、VM参数等。 10. **自动构建与编译错误** - 自动构建可帮助及时发现错误,但有时可能会导致性能下降。在`Window &gt; ...

    idea设置,进公司必备

    - **vm 参数变量**:在 **Run/Debug Configurations** 对话框中,选择对应的配置,点击 **Modify Options** 按钮,然后在 **VM options** 中输入所需的 VM 参数。 - **环境变量**:同上,在 **Run/Debug ...

    最新的IDEA使用教程

    ##### 5. 插件系统 拥有丰富的插件生态系统,可以通过安装插件扩展 IDE 的功能。 #### 五、 IntelliJ IDEA 实战应用 ##### 1. 创建 Java 项目 - **新建项目**:通过 “File” &gt; “New” &gt; “Project” 创建新项目...

Global site tag (gtag.js) - Google Analytics