Re: jrebel ???
Re: jrebel ???
- Subject: Re: jrebel ???
- From: Maik Musall <email@hidden>
- Date: Wed, 31 Oct 2018 16:15:31 +0100
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+(previously+called+JavaRebel)+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 <email@hidden>:
>
> 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 (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >jrebel ??? (From: Theodore Petrosky <email@hidden>) |