Packaging JavaFx Applications in a single executable file (.exe)

Hi,
Can anyone let me know how i can convert my javafx application into a single .exe format.
I am able to convert into an executable jar file. But i want to convert it into native code.
Are there any tools which can convert javafx application to .exe file ?
Thanks & Regards,
Sai Pradeep Dandem.

Hi,
Thanks for the quick reply.
I tried with "Excelsior". Its latest version is 7.6, which supports Java 6 Update 27 only. The version which should support for Java 7 is not yet released. :(
Anyway i tired with Excelsior and it shows me errors , related to Java 7 new classes.
Is there any other tool, which i can get with Java7 and JavaFX 2.
Regards,
Sai Pradeep Dandem.

Similar Messages

  • Compiler to make a single executable file

    Hi,
    I know this sort of thing has been asked before but bear with me please.
    I am working on a program with numerous jars, dlls and config files and of course the JRE. What we have been doing up until now for deployment is using Excelsior JET.
    This puts all your jars and the JRE into a single executable file and obfuscates your code. Thats good but we now need to put the dlls and everything else inside the excutable and JET doesnt seem to do this.
    So what I want is one single executable file into which everything has been compiled (and you dont need a JRE installed on your machine). Feel free to laugh now but there is a genuine good reason why we need this.
    Does anyone know of a product which can do this? I doubt it myself because I have already had a look but maybe someone of you might know.
    All the best,
    Jim

    What is this "good reason". As I simply don't believe
    you have one.
    Does JET support staticly compiled? How about GCJ?Hi,
    The reason I want this is genuine.
    This is a medical application which has to conform to a particular standard enforced by an external body. The part of the standard concerned here is in my opinion particularly bizzare and totally restrictive:
    When an application (of the type we are writing) is burned onto a CD, all file names on that CD must be in capital letters with a max of 8 characters for each file name and 3 charaters for the extension.
    So for this reason we cant have the JRE on there (look at all the filenames in there) and we can't use our dlls (most of the names are too long and not in capitals).
    So what we want is to have just one executable which we name how we like
    I know its weird but there you go.
    Cheers,
    Jim

  • How to create a single executable file in oracle 10g

    hi all
    i am a fairly new user to oracle. i would like to know if there is any way that i can compile both the database and forms that i have created, using the oracle 10g developer suite, into a single executable file and be able to install it on another system without installing the development environment?
    can anyone please help
    thanks in advance

    Hi there
    The forum software was upgraded a few months back and many links to older content were lost.
    There are possibly a few different things you need to do. First, click Project > Skin > Borders tab and DE-select the "Show Borders" check box. That will eliminate the _skin.SWF from the mix. If you have full motion clips you may need to take other steps.
    Also note that while turning off the borders eliminates the _skin.SWF, it also has the side effect of coaxing the the playback controls up onto the main part of the presentation. If you don't like this, you need to resize the movie to make room for the playback controls to be placed into its own area.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to convert the javasource file(*.class) to execute file(*.exe)?

    How to convert the javasource file(*.class) to execute file(*.exe)?
    thank you!

    Although i have seen a few programs (that are platform specific) that will embed a small jvm into an exe with your class file, it is generally excepted that you cannot create an executable file using java. The JAR executable file is probably the closest your going to get
    Pete

  • How to run a JavaFX application like a native executable?

    Hi,
    How can a user run my JavaFX application on Windows without having to install JavaFX SDK or using any web related method? I want to give the impression that my JavaFX application is native.
    What should be bundled together for a complete JavaFX runtime environment?
    Thanks in advance
    Argon

    - I've installed javafx SDK on my machine
    - I created a new java application
    - I added all jar my java app in this dir. (javafx\javafx-sdk\lib\desktop)
    Java app:
    public static void main(String[] args) {
    Context context = FXLocal.getContext();
    FXClassType instance = context.findClass("mainClassName.Main");
    FXLocal.ObjectValue obj = (ObjectValue)instance.newInstance();
    JavaInterface ji = (JavaInterface)obj.asObject();
    ji.runFX();
    and i get this error
    Exception in thread "main" java.lang.SecurityException: class "javafx.util.Math"'s signer information does not match signer information of other classes in the same package
    at java.lang.ClassLoader.checkCerts(ClassLoader.java:776)
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at com.sun.javafx.scene.layout.region.BackgroundFill$BackgroundFillsType.convert(Unknown Source)
    at com.sun.stylesheet.StyleHelper.lookup(Unknown Source)
    at com.sun.stylesheet.StyleHelper.transitionToState(Unknown Source)
    at javafx.scene.Node.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Parent.impl_processCSS(Unknown Source)
    at javafx.scene.Scene.doCSSPass(Unknown Source)
    at javafx.scene.Scene.userInit$(Unknown Source)
    at com.sun.javafx.runtime.FXBase.complete$(Unknown Source)
    at mainClassName.Main$1Local$1.doit$$0(Main.fx:164)
    at mainClassName.Main.runFX(Main.fx:153)
    at javafxjava.Main.main(Main.java:30)
    i had use it :
    jarsigner -keystore keystore-name -storepass keystore-password
    -keypass key-password jar-file alias-name
    but same error occurred.
    Thanks.

  • Can Vision Builder launch an executable file (exe) or batch file (bat)?

    I know it can write system variables or read/write ini but am hoping there is a way to launch an executable.   I do not have LabVIEW, only Vision Builder.
    Thanks!
    Pete

    Hi Pete,
    Unfortunately, Vision Builder for Automated Inspection (VBAI) does not include any native feature to launch an executable without also using LabVIEW. If you were using LabVIEW, you could use VBAI to launch a LabVIEW VI which then in turn launches an executable. You could also create a custom VBAI step using LabVIEW and an additional toolkit, but again this will not be possible without additional software. 
    Let us know if we can offer any more information!
    Best,
    Andy C.
    Applications Engineer
    National Instruments 

  • Multiple Applications in a single Project

    I currently have a Flex project that has multiple Applications created within it.
    The first application opens the second application via code as follows:
    var str:String="event_home.html";
    var link:URLRequest = new URLRequest(str);
    var v_selectedEventIDCode:String;
    this globalEventId = dg_event_listing.selectedItem.ID;
    navigateToURL( link, "_blank" );
    My 1st question is, can the 2nd application that I open grab values of variables declared
    within the application that opened it?
    2nd question is, if I have a project with only 1 application defined within it, how can I
    open a 2nd Internet Explorer window with some other Flex page in my project without creating a 2nd
    application in this project?  for example I may have a single Application in this project, and then another
    file in this project that is a Canvas component, the app starts up with the Application page, how do I open
    a 2nd Internet Explorer page with that Canvas component within it?
    Thanks in advance,
    Wes

    > Is it possible to package multiple applications into a single .air file?
    No, Flash Builder (and AIR) does not support that.
    -Anirudh

  • Executing multiple sql statements from a single sql file

    Hi, I am Vijay Krishna.
    I want to drop user, drop tablespace, create tablespace and create user from a single executable file or a single sql file. The command should be in sequence. How can we achieve it? Can I anybody help me in this regard. I want this as soon as possible. It's urgent. Kindly post a reply.
    Also, how can we know the oracle home directory from a java program? The problem is we should know the Oracle home directory and use it for creating the tablespace. In the userinterface we will give just for a new database user creation. I will be really thankfull if anybody can help me in this regard.

    It is showing any error messages.
    I will diplay the entire batch file which we are using.
    sqlplus / as sysdba
    drop user examination cascade;
    drop tablespace examination;
    create tablespace examination
    datafile 'C:\oracle\product\10.1.0\oradata\orcl\examination.dbf'
    size 500M autoextend on;
    create user examination identified by examination
    default tablespace examination
    quota unlimited on examination;
    grant connect, resource to examination;
    exit;
    when i run the batch file from the DOS prompt it is entering into the sql prompt and coming out in a fraction of a second. We are just seeing a screen coming and going. But no error messages are being displayed.
    first we thought that as we are giving the create tablespace and create user in the same file we created another file and tried without having the create commands. Even then the user didn't get dropped.

  • How to Create Executable file for a project for Crio Platform

    hi,
    i am using CRIO 9014  platform  for my application development.
    i am controlling (   Reset  &  then Run )  FPGA   from RT application .
    Through TCP/IP  communication the  Acquired data  (   from FPGA  then followed by some Computation Logic in RT )   is sending   to HOST computer .
    during the above process  
    First i am starting the RT Application    (  the TCP  network will be continuously in listen mode )    then
     i am  starting my HOST Application   in the project .
     here i want  to build my complete project as an  executable file 
    so that i no need to start  RT Application first and then HOST Application.
    Could you please send me One sample Project           with built in simple  ADC Acquisition  loop /  logic  in FPGA  ,  then  one sample logic  / while loop   in RT   to   acquire  this ADC data from FPGA and  send to HOST    via  TCP/IP network then   the  HOST   with GUI    for  Display in the HOST .
    This  complete project should be build in  .exe  file .
    Please  complete project  files  and .exe file    as a  zip file.
    Regards,
    Venkat

    Hi,
    I might be confused but what I understand from what you have mentioned is that you want to create a project having two VI's. One running on your FPGA target and another running on you host computer.You want to build a single executable file to complete the entire operation.
    Unfortunately you cannot have both VI's in same executable file. You can build one executable file and deploy on your FPGA target that will start running as soon as the target is booted. And you can create another executable file for running VI on your host computer. And instead of using TCP to transfer data, you could use "Interface FPGA" from FPGA module to communicate between your host computer and communicate.

  • JavaFX application is cached on client machine

    Hi,
    I have a developed a browser embedded JavaFx application and deployed on a production machine. When I deploy a newer version of .jar file on production machine it is not updated on all client machines because the .jar file is cached. The only way the end user can get latest version of my javafx application is by clearing cache files from java control panel.
    Is there a way I can force my application to always download the latest version of jar file from server?
    Thanks,
    Sridhar

    I have updated the java version on some of the boxes I've tested. I am now noticing that on some PC browsers with IE, the tabbing will only tab them through the browser and not the javafx application.
    I am going to have to deploy as a webstart application for now.
    I will have to work out the kinks later.

  • How to launch an executable file

    I recently journeyed into the land of the light and am the brand new owner of a MacBook Pro.  Having been a slave to PC's for WAY too long, I am clueless how the mac operates, but a VERY quick learner.
    I am have downloaded an executable file that I need for work, but cannot seem to get it to launch to install my program.  I know this is very elementary, but we all have to start somewhere.
    Thank you!
    Shelly
    PS - this is only the first elementary question i will have, so if you have a good source for Mac beginners, please share. I haved purchased "Macbook Pro - Portable Genius", but that seems to be more focused on visually arranging my computer. 

    Shootist007 wrote:
    As to the Executable file. Apple Mac OS X does not use Executable files (.exe).
    Ahem! Of course it does. Any computer does
    <http://foldoc.org/executable>
    It's just that, on Mac OS X, the filename extension .exe does not designate an executable, as it does on other platforms. Mac OS X GUI applications have the filename extension .app, but, technically speaking, although they function as the equivalents of .exe files on Win, they are not executables themselves (the executable file being buried inside).
    Mac software is usually (but by no means always) distributed as compressed archives (.zip), with which you're familiar from Win, or as disk images (.dmg), which may or may not be compressed. In principle they are similar to .iso disc images on Win. (Btw, a disk is a magnetic medium, while a disc is an optical medium. Now you know how to separate the sheep from the goats.)
    s2parks wrote:
    we all have to start somewhere.
    Switch 101: On Windows, I used to...
    <http://support.apple.com/kb/HT2514>
    Mac Tutorials
    <http://www.apple.com/support/mac101/work/>
    Mac 101
    <http://www.apple.com/support/mac101/>
    Additionally, David Pogue's Missing Manual is often suggested for beginners. You can also check
    Take Control of Switching to the Mac by Scott Knaster
    <http://www.takecontrolbooks.com/switching>

  • Executable file - only option is save file - there is no option to open the file

    When I download an executable file, for example the latest AVG, the only option allowed me is to save the file whereas I want to automatically open it to run after the download

    Firefox does not have a "Run" or "Open" option by default. Reason is when you "Run" or "Open" an executable file (.exe or .com, for example) from the internet, your AV/AS application does not have an option to examine it before it is installed on your system. If you save the file to your hard drive your AV/AS system then has the opportunity to examine it for malware before it is installed to your system>
    If you insist and accept the risk pointed out above, you can install the following:
    *https://addons.mozilla.org/en-US/firefox/addon/opendownload-10902/

  • How to packaging javaFX without jre runtime?

    When I packaging javaFX application to native application, I found the package will include binary jre folder, and ubuntu developer has gave me feedback about I must have a hard copy of license agreement before I publish my software.  So my question as title.

    Look at the output from the javafxpackager call - it prints all kinds of helpful messages that tell you how to customize (search for the word icon). On Mac it told me to put add the image: package/macosx/MyApp.icns. On windows it told me to add the image package/windows/MyApp.ico. I don't know about linux.
    I've been running javafxpackager from the command line - I find that the package directory needs to be in the same directory I run from (though maybe I just need to set the -classpath arg).

  • Running an Executable file

    Hi,
    Is there a way, using ALBPM 5.7 StandAlone on Windows, to run an executable file (.exe or .cmd or .vbs) from within an automated task?
    If so, how is it done?
    Thanks in advance.

    Hi,
    Sure, you have to use the Java.Lang.Runtime (which is a java standard component)
    You can check javadocs at: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html
    If you are using Java language style, the code would be something like:
    Java.Lang.Runtime.getRuntime().exec("c:\myExecutableFile.exe");
    Hope this helps,
    Ariel

  • Can worker created/packaged/executed into a Air application use Air features(like File?

    Hello,
    I have compiled "successfully" a Worker swf that uses some Air classes (like File, FileStream etc).
    Then i have embedded it into an AIR desktop application, but when i execute the application (with ADL or even installing and then executing it),
    i receive a Security Error from the worker, like if it's context doesn't support that type of operations. Is it correct?
    Can't workers use Air features like file write/access even if they are embedded in a Desktop Air Application?
    It means that can't workers open o write a file in every scenarios?
    Thank you
    Daniele

    Sorry. This is the answer:
    http://forums.adobe.com/message/4688380#4688380

Maybe you are looking for

  • Attaching external monitor resets laptop display scale

    Sometimes when I connect my Thunderbolt monitor to my Macbook the laptop display resets back to no scaling. This ***** because I then have to change it back and fix all my windows. This happens maybe 15% of the time; it's happened many times now. I'v

  • Can't display values from memory

    Hi, all experts i am having trouble displaying the value that i have imported to memory. EXPORT keyfgr           FROM  p_keyfgr     TO MEMORY ID 'CM_KEYFGR'. EXPORT fcst_filedata    FROM gt_fcst_filedata[]       TO MEMORY ID 'CM_FCST_FILEDATA'. SUBMI

  • Partial Payment - Invoice Reference Problem

    Dear All Experts, Iam working on a Cash flow Report wherein I need to display Cashinflows and Outflows period wise.I have a small problem in Invoice Refrence(REBZG) when partial payments done. My problem is whenever partial payment is made for an inv

  • CS3 won't load on Mac G5

    Before we left for the weekend everything was fine, now 2 computers have the same issue. CS3 on PowerPC G5 OS10.5.8 - Bridge loads fine, all other apps seem to load and operate normally.  CS3 gets to the Blue Splash screen and then I get the spinning

  • Convert labview 5 llb to 8.6

    Could someone please convert this library (apparently from Labview 5) into a format compatible with Labview 8.6?  Also, if it is possible to download labview version 8.2 (so I can do these conversions myself without bothering anyone) that would be gr