Hi Ted, I used Jrebel for several years, but eventually got too annoyed by the license renewal nagging they kept doing. So I moved to DCEVM, still using that. It doesn't cover all the use cases, but still helps, and doesn't come with the same performance hit that JRebel has. It's a bit annoying to update the JVM after each Java update, which I partly automated using a little shell script. Adapt to your needs:
> #!/bin/bash > # Make sure to run this with up-to-date JAVA_HOME > > echo "Choose Home directory in the install dialog" > cd /Library/Java/JavaVirtualMachines > cd `ls -d jdk1.8* | tail -n 1` > JAVADIR=$PWD > sudo chown -R $USER . > ln -s ${JAVADIR}/Contents $HOME/jdk > java -jar $HOME/src/workspace/DCEVM-8u172-installer.jar > sudo chown -R root . > rm $HOME/jdk > echo "After installing as altjvm, duplicate JRE in Eclipse and provide this > argument:" > echo "-XXaltjvm=dcevm -javaagent:/Users/maik/src/workspace/hotswap-agent.jar" See also: Wiki page about JRebel: https://wiki.wocommunity.org/display/documentation/Using+JRebel+%28previously+called+JavaRebel%29+with+WOLips <https://wiki.wocommunity.org/display/documentation/Using+JRebel+(previously+called+JavaRebel)+with+WOLips> Wiki page about DCEVM: https://wiki.wocommunity.org/display/WOL/Using+DCEVM+and+Hotswap+for+rapid+turnaround <https://wiki.wocommunity.org/display/WOL/Using+DCEVM+and+Hotswap+for+rapid+turnaround> Lightning Talk about DCEVM at WOWODC 2016: http://wocommunity.org/podcasts/wowodc/2016/DCEVM_and_Hotswap.mp4 <http://wocommunity.org/podcasts/wowodc/2016/DCEVM_and_Hotswap.mp4> Maik > Am 30.10.2018 um 22:56 schrieb Theodore Petrosky <tedp...@yahoo.com>: > > is anyone using JRebel in their WO environment? > > what about DCEVM? has it been updated to handle the updates to Java? > > Lookin' for info. > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/maik%40selbstdenker.ag > > This email sent to m...@selbstdenker.ag
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com