You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/02/11 20:28:29 UTC

[jira] Updated: (DAEMON-89) JVM detection should use run-time check

     [ https://issues.apache.org/jira/browse/DAEMON-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated DAEMON-89:
------------------------------

    Issue Type: New Feature  (was: Bug)

Please provide a patch if you have an itch :)

> JVM detection should use run-time check
> ---------------------------------------
>
>                 Key: DAEMON-89
>                 URL: https://issues.apache.org/jira/browse/DAEMON-89
>             Project: Commons Daemon
>          Issue Type: New Feature
>    Affects Versions: Nightly Builds
>         Environment: Linux
>            Reporter: Marcus Better
>            Priority: Minor
>
> The checks for JVMs such as Kaffe or SableVM should be carried out at run-time. Currently the support for these VMs is configured at compile time, and support is conditioned on macros HAVE_KAFFEVM and HAVE_SABLEVM (see location.c and java.c). This is useless for operating systems such as Debian, which support several JVMs.
> Instead, jsvc should scan for all supported VMs on the platform at run-time.
> This should be a matter of simply removing the #ifdefs for the above macros, but I haven't tested yet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.