我正在Spring Tool Suite 3.6.4.RELEASE.上设置一个基本的Spring应用程序
我决定使用jRebel myJRebel (6.2.0)安装它。
启动应用程序(Run as Spring Boot App)时,无法在控制台中看到jRebel日志。我已经在jRebel配置下检查了我的项目,并且已经有了一个rebel.xml。
在日志里我找到了这个
DEBUG DefaultRebelLaunchConfigProvider - unknown type org.springframework.ide.eclipse.boot.launch
有什么可能的原因吗?
我试图禁用Grails3.1中的自动重新加载/重新编译,因为我希望使用JRebel。我发现springloaded相当有限,但更重要的是,
File /Users/engrun/Development/projects/grailsPoc/grails-app/controllers/grailsPoc/HelloController.groovy changed, recompiling...
java.lang.IllegalAccessException: Class org.springsource.loaded.ReloadableType can not access a memb
我可以使用ByteBuddyAgent (byte-buddy-agent)在运行时成功地附加许多其他代理,但由于某种原因,JRebel失败了。
Caused by: com.sun.tools.attach.AgentLoadException: Failed to load agent library: _Agent_OnAttach@12 is not available in C:\JRebel\lib\jrebel64.dll
at jdk.attach/sun.tools.attach.VirtualMachineImpl.execute(VirtualMachineImp
我在jrebel的debug模式下开始了这个项目。当我更新这个类时,jrebel抛出了下面的日志异常。即使我没有对类做任何更改,我也只是添加了一个空格。在启动模式下启动是正常的。 15:01:45,667 ERROR [STDERR] 2019-10-17 15:01:45 JRebel: ERROR Failed to transform class com/whir/rd/entryinvoice/actionsupport/InvoiceAction: java.lang.NoSuchMethodError: a
at com.zeroturnaround.javarebel.
我有一个使用jax-rs的java EE 6项目,以及带有glassfish 3.1.2.1和Windows 10的java 7项目。我已经安装了jrebel插件,并且在我的项目中启用了Jrebel。这导致创建api/src/main/resources/rever.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE worksp
大家好,
我正在尝试启动一个scala/liftweb项目,以便在Google App Engine上部署。为此,我需要使用maven将其打包为.war。
但是,每当我运行'mvn‘命令时,我都会遇到:
Error opening zip file or JAR manifest missing : /Applications/JRebel/jrebel.jar
Error occurred during initialization of VM
agent library failed to init: instrument
是我的maven出了什么问题,还是我需要Jrebel?我发
在开始eclipse (Neon.2 (4.6.2))之后,右下角弹出一个标题为"Get started with JRebel“的窗口,导致光学噪音。如何抑制弹出窗口? 我试图从菜单“窗口>首选项”中禁用任何与JRebel相关的内容,但似乎没有效果。 我希望这个窗口不再出现,因为我没有使用JRebel。
环境规划署:
JRebel for Eclipse7.0.11
面向Web开发人员的Eclipse。版本: Mars.2版本(4.5.2)构建id: 20160218-0600
春季4.2.7
如果我使用JRebel,就会得到以下错误:
2017-07-11 01:07:30 JRebel: ERROR Class 'org.springframework.web.servlet.DispatcherServlet' could not be processed by org.zeroturnaround.javarebel.integration.