Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91834 invoked from network); 30 Mar 2007 14:44:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 14:44:50 -0000 Received: (qmail 85668 invoked by uid 500); 30 Mar 2007 14:44:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85641 invoked by uid 500); 30 Mar 2007 14:44:53 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 85612 invoked by uid 99); 30 Mar 2007 14:44:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 07:44:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 07:44:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51143714068 for ; Fri, 30 Mar 2007 07:44:25 -0700 (PDT) Message-ID: <22468270.1175265865328.JavaMail.jira@brutus> Date: Fri, 30 Mar 2007 07:44:25 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-3533) [drlvm] DRLVM could determine default values, specified in harmonyvm.properties, at runtime. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm] DRLVM could determine default values, specified in harmonyvm.properties, at runtime. -------------------------------------------------------------------------------------------- Key: HARMONY-3533 URL: https://issues.apache.org/jira/browse/HARMONY-3533 Project: Harmony Issue Type: Wish Reporter: Pavel Pervov Priority: Minor There is the possibility for DRLVM to determine default values for org.apache.harmony.vm.vmdir and org.apache.harmony.vm.bootstrap.library.path at runtime. This would eliminate the necessity of harmonyvm.properties and would allow pure invocation API to work correctly. At the moment each user of invocation API have to pass value of these properties to CreateJavaVM. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.