boxen / puppet-java

Install Java

Home Page:http://boxen.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Older versions of java

blackjid opened this issue · comments

There is any way to instal Java 6 and JDK 1.6?

@wfarr do you see this es posible?

It may be possible of oracle still provides these downloads. 

That said, nearly every author of java system components pretty strongly recommends java 7 these days.

On Thu, Apr 25, 2013 at 5:02 AM, Juan Ignacio Donoso
notifications@github.com wrote:

@wfarr do you see this es posible?

Reply to this email directly or view it on GitHub:
#12 (comment)

I thought about that, but there are some software the require Java 6. I'm trying to create a boxen project module for Appcelerator Titanium mobile development, and their IDE and SDK requires Java 6. :(

I might recommend creating a java6 module since java6 and java7 from oracle
on OS X appear to be installable side-by-side.

On Thu, Apr 25, 2013 at 11:25 AM, Juan Ignacio Donoso <
notifications@github.com> wrote:

I thought about that, but there are some software the require Java 6. I'm
trying to create a boxen project module for Appcelerator Titanium mobile
development, and their IDE and SDK requires Java 6. :(


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-17031962
.

Do you think I shoul use the boxen/puppet-java as a base for a java6 module?

Sure!

On Thu, Apr 25, 2013 at 2:39 PM, Juan Ignacio Donoso <
notifications@github.com> wrote:

Do you think I shoul use the boxen/puppet-java as a base for a java6
module?


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-17042113
.

Sorry for so many questions
Which is the common environment and workflow to develop modules.

Should I work directly in the deployment boxen or en another checkout?
I know I can call modules from the folder modules, but is it recommended? Since they are not going to be part of our-boxen repo

thanks again