tracker issue : CFB-4090449

select a category, or use search below
(searches all categories and all time range)
Title:

How to get ColdFusion Builder 3 working with Java 8

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): John Barrett / John Barrett (John Barrett)

Created: 11/21/2015

Components: Installer

Versions: 3.0

Failure Type: Usability Issue

Found In Build/Fixed In Build: 3.0 Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Mac 10 All

Vote Count: 0

Problem Description: When I try to start ColdFusion Builder 3, I get the error that I must be running Java (JDK 1.6), but I am using Java 8 (JDK1.8.65) Is there a fix for this. I heard that there was a beta of ColdFusion Builder, is it possible to get on the list;that is, if it is useable with Java 8.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4090449

External Customer Info:
External Company:  
External Customer Name: John Barrett
External Customer Email:  
External Test Config: Mac OS X 10.1.1

Safari 9.0.1

Java 8 (JDK 1.8.65)

Attachments:

Comments:

Hi John, Can you please add the entry of vm above the vm args in CFBuilder.ini file and the lanch the builder again . -vm <Specify the java path location of JDK1.8.65>
Comment by Mukesh K.
26668 | November 23, 2015 11:49:48 PM GMT
Hi, in the CF Builder.ini file: https://www.dropbox.com/s/u0867iy0qgej0w7/CFBuilder_ini.png?dl=0 Do I erase what is just under the -vm arg, and replace it with: /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk Thanks so much for your help! Johnny
Comment by External U.
26669 | November 29, 2015 10:37:00 PM GMT
yikes looks like no links here. Here is the CFBuilder.ini file: -startup ../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140116-2212 -vm /Applications/ColdFusionBuilder3/jre/Contents/Home/jre/lib/server/libjvm.dylib -vmargs -Xmx512m -Xms256m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dosgi.locking=none -Xdock:icon=../Resources/cf.icns -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
Comment by External U.
26670 | November 29, 2015 10:39:05 PM GMT
Hi John, Please give path location of java1.8.0_65 as below in vm parmaters in CFBuilder.ini as below : -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre/lib/server/libjvm.dylib Thanks, Mukesh
Comment by Mukesh K.
26671 | December 01, 2015 07:24:42 AM GMT
Hi John , I am closing this bug . Please let us know if you face issue related to this bug . Thanks, Mukesh
Comment by Mukesh K.
26672 | December 10, 2015 03:37:56 AM GMT
Hi, I am still have to set this up. I am on: Mac OS X (10.11.2) java 1.8 I changed this in the info.plist (First I right clicked on the CF Builder icon to to the resources) I modified: <array> <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options: <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string> <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string> --> <string>-vm</string><string>/Applications/ColdFusionBuilder3/jre/Contents/Home/jre/lib/server/libjvm.dylib</string><string>-keyring</string><string>~/.eclipse_keyring</string> <string>/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre/lib/server/libjvm.dylib</string> <!-- WARNING: If you try to add a single VM argument (-vmargs) here, *all* vmargs specified in eclipse.ini will be ignored. We recommend to add all arguments in eclipse.ini --> </array> I changed this, to show where the idk is home <string>-vm</string><string>/Applications/ColdFusionBuilder3/jre/Contents/Home/jre/lib/server/libjvm.dylib</string><string>-keyring</string><string>~/.eclipse_keyring</string> <string>/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre/lib/server/libjvm.dylib</string> Please re open this ticket and help me get ColdFusion Builder running Thanks, Johnny
Comment by External U.
26673 | December 16, 2015 08:41:58 PM GMT