Andreas - That is effectively what I did; it might not be 100% correct as the jdk8 is still in preview, but as far as functionality is concerned it works just fine.
On Wed, Feb 6, 2013 at 10:38 PM, Andreas Pieber <[email protected]> wrote: > @KARAF-2163: does anybody knows if it's just: "copy jre7 and rename it to > jre8"? > > Kind regards, > Andreas > > > On Thu, Feb 7, 2013 at 12:47 AM, Jamie G. <[email protected]>wrote: > >> A jira entry has already been filed to add ire-8 to the properties file: >> https://issues.apache.org/jira/browse/KARAF-2163 >> >> Cheers, >> Jamie >> >> On Wed, Feb 6, 2013 at 8:15 PM, Jamie G. <[email protected]> >> wrote: >> > Nice blog post! >> > >> > Have you tried using Karaf's service wrapper? >> > http://karaf.apache.org/manual/latest-2.3.x/users-guide/wrapper.html >> > >> > Cheers, >> > Jamie >> > >> > On Wed, Feb 6, 2013 at 7:12 PM, Robert Murphy >> > <[email protected]> wrote: >> >> It's on the v2 (512 MB RAM, though CPU seems to be the main constraint >> at >> >> this point). >> >> >> >> The tweaks were basically just making karaf aware that it was running >> under >> >> jdk 1.8 and several VM argument tweaks. I detailed them here: >> >> >> http://blog.murphycr.com/post/42377466237/tutorial-running-karaf-on-a-raspberry-pi >> >> >> >> The trickiest part of the whole endeavor was getting it to run as a >> service; >> >> for some reason I couldn't get the environment to behave correctly >> when run >> >> with bin/start instead of bin/karaf. I haven't gotten so far as to >> >> documenting that though (I'll post it here when I do though!). >> >> >> >> Regards, >> >> >> >> Robert >> >> >> >> >> >> On Wed, Feb 6, 2013 at 5:35 PM, Jamie G. <[email protected]> >> wrote: >> >>> >> >>> Neat! >> >>> >> >>> Which version of the Raspberry Pi did you work with? >> >>> >> >>> What kind of modifications did you make? >> >>> >> >>> Cheers, >> >>> Jamie >> >>> >> >>> On Wed, Feb 6, 2013 at 6:37 PM, Robert Murphy >> >>> <[email protected]> wrote: >> >>> > Greetings! >> >>> > >> >>> > I managed to get Karaf running smoothly on the Raspberry Pi against >> the >> >>> > Sun >> >>> > JDK 8 Preview; I'd love to work with the Karaf community to make >> this an >> >>> > easier process, as right now there are a couple modifications that >> need >> >>> > to >> >>> > be done to several core files before everything runs nicely. >> >>> > >> >>> > If any of the developers are interested in getting these tweaks >> >>> > integrated >> >>> > into Karaf, I'd be thrilled to help out in any way I can. >> >>> > >> >>> > Regards, >> >>> > >> >>> > Robert >> >> >> >> >> > >
