Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: netbeans ant and the plist file JVMVERSION

  1. #1
    Junior Member
    Join Date
    Mar 2018
    Posts
    1
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question netbeans ant and the plist file JVMVERSION

    HI, I have a problem and don't know which forum to use as it may be netbeans, ant or a Stub issue when building my Java app.

    I have written a Java Application on Windows 7 and have just built it on Mac.

    I want to create an app file which has it's own icon rather than Java's.

    I tried to use javabundler in the ant build.xml file but it wanted to use Java 6 and I'm on Java 8.

    I tried to use universalJavaApplicationStub to cope with the different Java combinations BUT...

    The plist file created wanted version 1.3+ and the Stub doesn't like that value.

    I really can't see how that value got there or how to change it, I think the Stub would cope with 1.4+

    Can anyone point me in the right direction? I can't see an ant target that builds the plist file.

    Regards, bobinski

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: netbeans ant and the plist file JVMVERSION

    Moved from "What's wrong..." section.

    Not sure how this relates to java programming.
    It looks like a problem setting up on a Mac
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Program Works on NetBeans, but Jar file doesn't work correctly.
    By LeandroRodirgues in forum What's Wrong With My Code?
    Replies: 6
    Last Post: October 11th, 2013, 12:36 PM
  2. ant without netbeans
    By bean in forum Java Theory & Questions
    Replies: 2
    Last Post: July 7th, 2013, 05:46 AM
  3. Upload File - JSP + Servlet + Netbeans
    By bitos2002 in forum Web Frameworks
    Replies: 4
    Last Post: November 16th, 2011, 09:29 AM
  4. How to compile OSGI bundle as EAR file in Netbeans
    By rcbandit in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: October 26th, 2011, 01:53 AM
  5. How to make Netbeans know about java.nio.file copyTo?
    By jedast in forum What's Wrong With My Code?
    Replies: 3
    Last Post: March 15th, 2011, 08:38 PM

Tags for this Thread