You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jaroslav Tulach (JIRA)" <ji...@codehaus.org> on 2013/03/13 15:25:53 UTC

[jira] (MNG-5331) JavaFX should be added to compilation classpath

    [ https://jira.codehaus.org/browse/MNG-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=321913#comment-321913 ] 

Jaroslav Tulach commented on MNG-5331:
--------------------------------------

Btw. the system dependency does not need absolute path. It can be relative to JAVA_HOME:

    <dependency>
      <groupId>com.oracle</groupId>
      <artifactId>javafx</artifactId>
      <version>2.2</version>
      <scope>system</scope>
      <systemPath>${java.home}/lib/jfxrt.jar</systemPath>
    </dependency>

                
> JavaFX should be added to compilation classpath
> -----------------------------------------------
>
>                 Key: MNG-5331
>                 URL: https://jira.codehaus.org/browse/MNG-5331
>             Project: Maven 2 & 3
>          Issue Type: Wish
>            Reporter: Konstantin Solomatov
>
> Since JDK 1.7, JavaFX is part of JRE and JDK. However, Maven doesn't include them into classpath automatically.

--
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