javafxpacker - include the libs

Hi all

does anyone have experiences for including additional libraries in the javafxpacker with netbeans. Able to include libraries of I m


< fx:resources >

"Add Libs-> < fx:fileset dir="${basedir}/${dist.dir}/lib/ "includes ="*.jar"/ >
< fx:fileset dir = "${basedir} / ${dist.dir} ' includes ="ZP_Prototype2.jar"/ >"
< / fx:resources >

but I think that they are not responsible if the exe execution.


In addition I Don t know how to get System.out. for debugging...


Happy for ideas...

Concerning

Yeaah... I was able to build an Aboriginal who works with external libs! I didn t use Netbean 7.2 because I was not able to solve the problem of the lib. Here is my ant build.xml that works :-)


xmlns:FX = "JavaFX:com. Sun.JavaFX.Tools.ant">







URI = "JavaFX:com. Sun.JavaFX.Tools.ant ".
classpath="${JavaFX.lib.ant-JavaFX.jar}"/ >


name = "ZP_Prototype2".
mainClass = "zp_prototype2. ZP_Prototype2 ".
/>







value = "${application." Vendor} "/ >"

value = "${application.title}" / >


OutDir = "${dist.dir} '"
embedJNLP = "false".
OUTFILE = "${application.title}" "
nativeBundles = "all".
>



Vendor = "${application." Vendor} "/ >"


Tags: Java

Similar Questions

  • Error, including the BB10 libs

    Hello

    I'm trying to insert the new libs into a native application of Cascade. I followed the "wizard" to import the libs and I now this .pro file:

    APP_NAME = MyAppName

    INCLUDEPATH +=... / CBC
    ${QNX_TARGET} / usr/include/qt4/QtCore
    ${QNX_TARGET} / usr/include/qt4/QtScript
    ${QNX_TARGET} / usr/include/qt4/QtScriptTools
    ${QNX_TARGET} / usr/include/QtNfcShare

    DEPENDPATH +=... / CBC
    ${QNX_TARGET} / usr/include/qt4/QtCore
    ${QNX_TARGET} / usr/include/qt4/QtScript
    ${QNX_TARGET} / usr/include/qt4/QtScriptTools
    ${QNX_TARGET} / usr/include/QtNfcShare

    CONFIG += qt warn_on cascades10
    LIBS += - lbbdata - lbbplatformbbm - lbbpim - lbbcascades

    QT += core script scripttools sensors nfcshare

    include (config. PRI)

    The error is:

    Build configuration Debug-Simulator for SmartNoteTaker project *.

    do Simulator-Debug
    do .//translations - C f Makefile update
    make [1]: Entering directory 'C:/Users/Sariel/ndk-10.0.9-workspace/MyAppName/translations '.
    C:, bbndk, host_10_0_9_404, win32 / x 86/usr/bin/lupdate MyAppName.pro
    CD x 86 & C:, bbndk, host_10_0_9_404, win32 / x 86/usr/bin/qmake-blackberry - x 86 - QCC spec... MyAppName.Pro CONFIG += debug_and_release CONFIG += Simulator
    Update 'MyAppName.ts '...
    Found 4 source text (s) (0 new and 4 already existing)
    make [1]: leaving directory 'C:/Users/Sariel/ndk-10.0.9-workspace/MyAppName/translations '.
    do .//translations f - C release of Makefile
    Draft MESSAGE: WARNING: unknown QT: sensorsProject MESSAGE: WARNING: unknown QT: nfcsharec:\Users\Sariel\ndk-10.0.9-workspace\MyAppName\MyAppName.pro:4: Parse Error (' ${QNX_TARGET} / usr/include/qt4/QtCore ')
    make [1]: Entering directory 'C:/Users/Sariel/ndk-10.0.9-workspace/MyAppName/translations '.
    Error when processing the files of project:... MyAppName.Pro
    C:, bbndk, host_10_0_9_404, win32 / x 86/usr/bin/lrelease MyAppName.pro
    make: * [x 86/Makefile] error 3
    make: * waiting unfinished...
    Nome di non valido directory.
    Update 'C:/Users/Sariel/ndk-10.0.9-workspace/MyAppName/translations/MyAppName.qm '...
    Not find qmake configuration directoryCould not found qmake extended from fichierExemple to use OS configuration before installing MAKEFILE_GENERATOR
    Generated translation (s) 0 (0 finished and unfinished 0)
    Ignored for 4 untranslated source text (s)
    make [1]: leaving directory 'C:/Users/Sariel/ndk-10.0.9-workspace/MyAppName/translations '.

    Build completed *.

    What is c? How can I solve this problem?

    Thanks in advance for any help...

    at the end I had to write INCLUDEPATH += etcetc and DEPENDPATH += etcetc for each line.

    I think it is strange that the wizard does not give you an example to copy knda...

    But still, here is my solution

  • File not found: includes/common/lib/file_upload/KT_FileUpload.asp please download him includes / folder on the test server.

    The cooperative, I belong to have a home page made with Dreamweaver, several years ago. Some of the pages suddenly stopped working with this error message:

    File not found:

    includes/common/lib/file_upload/KT_FileUpload.asp

    Please understand that download / file on the test server.

    I checked, and the file is actually missing on the web server. What I have to buy Dreamweaver to download this file, and it is a path worth pursuing?

    Dreamweaver version: I don't know who or how to check this, could check if given appropriate instructions.

    The page you have shown uses one of the InterAkt extensions for Dreamweaver. Unfortunately, InterAkt was acquired by Adobe, which, in turn, did nothing with it. The latest version was about 5 years ago and was called uninstall.

    Maybe someone here can help you friends of Interakt: Home Page

  • Installer includes vi.lib

    Can someone explain how do the installation program copies the files of dependency vi.lib. I thought it was automatic by the installer.

    my project includes vi.lib as a dependency, but whenever I create then run installer, vi.lib is not copied to the target computer. I do not know vi.lib dependence is to reuse a driver VI files it draws in the driver. To use only the files that I use, I've linked the driver files to vi.lib in the Labview2010... vi.lib programs folder.

    They are not supposed to be copied. The necessary files should be of the LabVIEW Run-Time, or part of what version of the tool that you use. What you are trying to copy and why?

  • Open a file 'source' (PSD) from the lib directory.

    Hey there,

    I am relatively new to builder extension and I'm having a little trouble. I have a psd 'source' who has some groups of layers in it I want to copy in the active document [Photoshop]. First of all, is it possible to access/open a file from the folder "lib" or who is '' integrated '' or included in the extension itself? If so, how? Here's what I've tried so far:

         var sourceDoc = app.open("./lib/source-doc.psd")
         
         var docRef = app.activeDocument
              
         var moveGroup = sourceDoc.layerSets.getByName('Button Bar')
         var moveTo = docRef
    
         var layerRef = moveGroup.duplicate(moveTo, ElementPlacement.PLACEATBEGINNING)
    
         // close imported document
         sourceDoc.close(SaveOptions.DONOTSAVECHANGES)
    

    Thanks in advance for any help!

    EDIT

    Perhaps a better way to ask this question is how to group assets (specifically, PSD) and those of ExtendScript to access with the framework of the Extension Builder 3?

    Post edited by: jaytr0nz

    I got to spend:

    var folderPath = csInterface.getSystemPath(SystemPath.EXTENSION) + "/lib/";
    

    My ExtendScript and perfectly open and manipulated the PSD I had stored in the lib directory.

  • Does not include the webclips in a profile on a shared iPad

    In our shared environment of iPad, I am not able to include the webclips to configuration profiles. If I understand those, the configuration profile will always fail to install. In the past, we have had no problem doing this, this problem came only since we recorded our iPads as 'shared '.

    I am including the webclips in standard settings per device group.

    I monitor something?

    Hey, I have this problem also.  I have a profile with just a webclip and it fails with the error code 4001 MCInstallationErrorDomain.  My supplier MDM said that the profile must be a limited user profile, but there is no option of payload web clip when I try to set up a limited user profile.  So far, my MDM said it could be a UI thing and it is available and just do not show on the page, or they just have not written the code yet.  Anyway, I couldn't make it work again.

    I'm just wondering if you found a solution yet.

  • I can reply to messages without including the message with the answer?

    In Microsoft Outlook, there is an option to include the incoming response message, or do not include the incoming message. Is there an option in Thunderbird? I can't find it in Options.

    Large. You will mark this one resolved.

  • How can I remove projects including the event attachment and clips?

    I need to create a space on my external hard drive and have tried to delete projects, but no additional space makes its appearance. I tried to delete also a few photos that are in an event, but the original media always seems to be there and it does not have any space free.

    So I need to delete entire projects, including events and clips and also in some projects and events to reduce the amount of clips including the original media. How do I get there?

    I use Final cut pro x and OS X El Captain 10.11.5 version operating system

    Select one a clip in the browser, and then press shift-command-R.

    Will reveal the path to this item.

    Set the Finder in column view all firstly to facilitate the visualization.

    Al

  • Mozilla, your last update does not include the last cert of intermediaries of extended validation from Verisign, Symantec class 3 EV SSL CA - G2, please fix ASAP

    Your last update of firefox, Mozilla does not include the last cert of intermediaries of extended validation from Verisign, Symantec class 3 EV SSL CA - G2, please fix ASAP

    Firefox never includes the intermediate certificates.
    It is the responsibility of a server to include all the intermediate certificate required to make it possible to build a certificate chain that ends with a trusted root certificate embedded.

    Note that Firefox automatically records the intermediate certificates that servers send in certificates for future use Manager (they appear labelled as 'Software security device' in the References tab).
    If a server does not send a complete certificate chain then you get an untrusted error when Firefox has stored missing intermediate certificates to visit a server in the past that a send it, but you get an untrusted error if this intermediate certificate is not yet registered.

  • How to avoid the message to include the attachment to each message to be sent (new ver. 31-3-0)

    Today I updated the Thunderbird of worm 31.3.0 and since then every time that I send a message I get the notice asking if I forgot to include an attachment, despite I do not use that word in the message subject or body. In the previous version got the question if I include the word in the text. How I can change this?

    Seems that it works for you, so that's all. I was not yet aware, there was an aggressive setting.

  • The module page should include the date at which each add-on has been more recently updated to help diagnose problems.

    Sorry, this isn't a question, but a suggestion. If a conflict exists between the modules, it would be useful to know that it has been updated recently. I often keep track of myself, but it would be easier to have this information on the page Add on.

    "Last update" is available from the display of the modules for each module by clicking on the "More" link... "just below the name of the add-on. Scroll down on this new view of the page.

    An add-on that lists information about all Extensions or Plugins, including the date of update (last updated date shows in the options for the Extension List Dumper as "Date of installation")

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • How to export my history of travel (including the date and time) to a text file?

    I need to collect data on the amount of time I spend on specific sites, research on my thesis topic. In my browsing history data. I need a way to export the data from the history file including the date and time information in a format that is easy to parse (.txt file delimited by commas, etc.)

    You are welcome

  • Windows Update includes the Toshiba driver updates?

    Hello

    Windows Update includes the Toshiba driver updates?

    And if yes, do you know what drivers are included in Windows Update and that would be excluded?

    Thank you...

    Hello

    Microsoft and Toshiba updates are two different things.
    Toshiba drivers are offered by Toshiba, and these drivers are tested by Toshiba. Toshiba has developed a small tool called TEMPRO. This tool runs in the background and look for information on available updates.
    All updates of drivers, tools and utilities does not update automatically. It can be done by the owner of the laptop. TEMPRO just pick up info on the net and to inform the owner of the laptop.

    Microsoft updates are probably known to you. These updates are Microsoft and Toshiba has no influence on this.
    When you check the list of available updates may have included updates to the WLAN/LAN card, driver of the touchpad and device ACPI Toshiba x 64. This is defined as optional updates and cannot be updated.

    To be honest you should not update at all. For hardware use drivers provided by Toshiba only.

  • Where can I get a brief history of versions of Firefox, including the current and beta versions?

    I just upgraded to 3.6 to 5.01 and received a message saying that this version is obsolete, and should I upgrade to 6.0. OK, well I would like to know just where, in the history of Firefox, it will take me. This is not the first time I have wondered about the Firefox version history and tried to find the information. Looks like you have all hide information or are ashamed of something (the number of versions, maybe?) and make it difficult to find this information. I don't understand the logic of making this information so difficult to find, if it is available to all.
    (BTW, I'm a software sales engineer retirement for Tivoli/IBM products.)

    Kind regards
    Lynn Larsen

    Is not hidden; not a secret. Relatively easy to find.

    Enter "versions of firefox" (including the quotes) in Google, you can get: https://encrypted.google.com/search?sclient=psy & hl = in & lr = & tbs = qdr % 3Ay & source = hp & q = % 22firefox + releases % 22 & btnG = Search

    • In the "Advanced search" options, I have "Date" set for the year passed

    Second point, releases-MozillaWiki, gives you future versions, current and past.

    You'll see version news on all the 6 weeks, with a few numbers of minor version, if any, as you had with Firefox 3.6.x and earlier versions.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • I've recently updated my Apple ID (including the change of password). However, could not connect to iTunes to update the applications or make purchases. Any help?

    I've recently updated my Apple ID (including the change of password). However, could not connect to the iTunes Store to update the applications or make purchases. Any help?

    Have you tried a forced reboot? Hold down the home and Sleep/Wake buttons simultaneously for about 15-20 seconds , until the Apple logo appears. You won't lose anything.

    Then sign out of the iTunes Store and reconnect.

Maybe you are looking for

  • Problem with the photo app

    I have can´t open my photo app, it just says: "library of closing". What can I do to fix my problem and review my photos?

  • How can I scan my email?

    Nice day: I have a problem in my e-mail address. It seems that I have a virus. My email messages to different recipients containing the virus itself. How can I scan my email

  • Good question HP Pavilion DV6 IDT High Definition Audio CODEC

    Hello I recently bought a new laptop for school and study. I bought second hand, because I could not afford a completely new. When looking for the laptop, make sure that everything was okay. I opened a YouTube video and the video began to play normal

  • DeskJet 9670: DeskJet 9670 8.1 on windows.

    I used the printer above on Windows XP for several years, having put in place of the drivers on the installation CD. I bought a laptop running under Win8.1 last July and found that the native drivers would not install, but that he was advised to use

  • Update &lt; CLOSED &gt; andriod lollipop

    I want to have the e test of impregnation for my 1st gen of motorcycle!