 |
Forums |
Admin Start New Thread
| Message: 95113 |
 |
BY: Vicente Quintans (vquintans) DATE: 2010-10-25 14:54 SUBJECT: Mac OS X Java 6 Update 3 After applying this update rjb refused to work. With a quick look to this page I saw that Arton had already set the new JVM name and had rjb working after the update.
I tried his precompiled gem but it didn't work. So I had to build my own binaries.
To compile the new version I downloaded the Java Headers in "Java for Mac OS X 10.6 Update 3 Developer Package" and added a symbolic link with:
cd /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
I unset my previous JAVA_HOME environment variable and a quick "ruby setup.rb config; ruby setup.rb setup" built everything.
Finally with "rake -f rjb.rake" I got the gem ready to install in pkg/rjb-1.3.0.gem
I hope this helps to somebody.
Thanks to Arton Tajima for this great library!!!
| |
Thread View
Post a followup to this message
|
 |