Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B98D0106A8 for ; Sat, 30 Nov 2013 15:43:37 +0000 (UTC) Received: (qmail 74766 invoked by uid 500); 30 Nov 2013 15:43:37 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 74748 invoked by uid 500); 30 Nov 2013 15:43:36 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 74733 invoked by uid 99); 30 Nov 2013 15:43:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Nov 2013 15:43:35 +0000 Date: Sat, 30 Nov 2013 15:43:35 +0000 (UTC) From: "Andrus Adamchik (JIRA)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAY-1881) CayenneModeler (Mac version) doesn't work with Java 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAY-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835765#comment-13835765 ] Andrus Adamchik commented on CAY-1881: -------------------------------------- * japp-maven plugin v. 3.0 is released - https://github.com/andrus/japp-maven-plugin * I fixed trunk per r1546735 - the assembly now provides both 1.7 CM and a "legacy" 1.6 CM > CayenneModeler (Mac version) doesn't work with Java 7 > ----------------------------------------------------- > > Key: CAY-1881 > URL: https://issues.apache.org/jira/browse/CAY-1881 > Project: Cayenne > Issue Type: Bug > Components: Modeler > Affects Versions: 3.2M1 > Environment: Mac OS X 10.9 Mavericks > Oracle Java jdk1.7.0_45 > Reporter: D Tim Cummings > Priority: Minor > > The Mac specific CayenneModeler 3.2M1 doesn't work when the only java on the Mac is jdk1.7.0_45. The symptom is it won't open. I tried installing it again, but OS X Mavericks says CayenneModeler is damaged and gives me the option to delete it. The platform independent version of CayenneModeler 3.2M1 works fine with jdk1.7.0_45. > I can confirm that installing java 6 from Apple solved the problem. > To prevent Java 6 from wanting to install, I had edited /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Info.plist > and replaced > JVMCapabilities > > CommandLine > > with the following: > JVMCapabilities > > JNI > BundledApp > WebStart > Applets > CommandLine > -- This message was sent by Atlassian JIRA (v6.1#6144)