|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I had installed the JRE for Java 1.7, but it turns out that it installs to a location on Mac OS that is really only useful for the browser (/Library/Internet Plug-Ins/JavaAppletPlugin.plugin). All command-line calls to Java were still going to Java 1.6. The solution was to install the JDK. This installed the JDK (and the JRE it contains) to /Library/Java/JavaVirtualMachines, and modifies the environment so that it is the default version available on the command line.
In addition, to get java to talk to Perforce, I had to install the Java Cryptography Extension unlimited strength policy files: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html .
I've confirmed that everything now works, and I can sync symlinks from Perforce using the P4 Plugin.