Menu

#138 ant jar failed when src=1.4

v1.0_(example)
open
None
5
2015-05-20
2014-11-25
Mayton
No

$ ant -jar

failed when

        target="1.4"
        source="1.4"

try to use

        target="1.7"
        source="1.7"

Thnx.

Discussion

  • Christopher Betts

    Hi Mayton,

    java 1.4 is no longer supported by JX; what version are you using?
    
    The jar file in the current build specifies target="1.5", which should work; if you're using a recent JX version something has gone wrong with the packaging...
    
    - Chris
    
     
  • Christopher Betts

    • assigned_to: Christopher Betts
    • Priority: 1 --> 5
     
  • Anonymous

    Anonymous - 2015-05-20

    fixed it :)
    link

     

    Last edit: Anonymous 2015-05-25

Log in to post a comment.