basically, a new project complains about JRebel. First, any project that was working before the update continues to work just fine. I just created a new project and enabled JRebel and I get:
JRebel: Starting logging to file: /Users/asacksadmin/.jrebel/jrebel.log
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: #############################################################
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: JRebel 5.6.3a (201409161040)
2014-10-01 09:59:42 JRebel: (c) Copyright ZeroTurnaround OU, Estonia, Tartu.
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: Over the last 30 days JRebel prevented
2014-10-01 09:59:42 JRebel: at least 101 redeploys/restarts saving you about 4.1 hours.
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: This product is licensed to Theodore Petrosky (AgencySacks)
2014-10-01 09:59:42 JRebel: until August 7, 2015
2014-10-01 09:59:42 JRebel: for up to 1 developer seats on site.
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: The following plugins are disabled at the moment:
2014-10-01 09:59:42 JRebel: * Axis2 WAS plugin (set -Drebel.axis2_was_plugin=true to enable)
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: #############################################################
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: '-noverify' missing, changing/adding/removing constructors will not be enabled!
2014-10-01 09:59:42 JRebel:
2014-10-01 09:59:42 JRebel: ERROR Failed to start a plugin org.zeroturnaround.javarebel.webobjects.WebObjectsPlugin in sun.misc.Launcher$AppClassLoader@4aa0560e: java.lang.NullPointerException
at org.zeroturnaround.javarebel.webobjects.WebObjectsPlugin.preinit(WebObjectsPlugin.java:28)
at com.zeroturnaround.javarebel.uB.a(JRebel:397)
at com.zeroturnaround.javarebel.uB.a(JRebel:497)
at com.zeroturnaround.javarebel.yL.e(JRebel:141)
at com.zeroturnaround.javarebel.yL.g(JRebel:162)
at com.zeroturnaround.javarebel.yL.a(JRebel:102)
at com.zeroturnaround.javarebel.yC.loadReloadableClass(JRebel:313)
at com.zeroturnaround.javarebel.SDKIntegrationImpl.findReloadableClass(JRebel:85)
at com.zeroturnaround.javarebel.yU.findReloadableClass(JRebel:16)
at java.net.URLClassLoader.findClass(URLClassLoader.java)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
Before I reinstall the old version of Eclipse I thought I would ask.