Gabriel95 / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

Automatic detection of JavaHome (if no env.vars are set) #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here's an addition to the project/build.scala file to automatically find and 
select the latest JDK on OS X.

I don't know if omitting such a test has been a deliberate decision. If so, it 
could be mentioned in the beginning comments of that file. If not, please 
consider my code. Thanks. 

This helps newcomers get faster running with ScalaFX. Also some changes to 
README-SBT.txt would be in place (I'll suggest them if this issue gets a 'go').

I now know JDK8 is not supported, yet. The diff should not be used like this 
but does need massaging to be friendly towards both JDK7 and 8.

Original issue reported on code.google.com by akau...@gmail.com on 29 Apr 2013 at 11:39

Attachments: