Deploying JavaFX 1.3.1 runtime on a secure internal network?

The company I work for has a JavaFX 1.3.1 Web Start app that is used by DoD customers. At least one of them will be using a secure internal network, and so will not be able to access http://dl.javafx.com, where the JavaFX runtime is normally downloaded and installed from the first time you launch a Web Start app. In order to get it to work for them, we want to set it up so the runtime can be downloaded and installed from a server inside the secure network. I think I understand broadly how it works, but I was wondering if anybody could give me some directions on what precisely I need to do, and where I could get the necessary files to do it.
Thanks,
Ian

You need the directories bin, lib, profiles and runtime. The lib needs the subdirectories desktop, mobile, prism, shared and tv. profiles just has one file in it. runtime has the subdirectory natives. You can run your program from a batch file that is in bin.
The batch file I use looks like this:
javafx -Xms1200m -Xmx1200m -jar ..\lib\MyApp.jar
Perhaps you can get it leaner, but I've found this configuration to work.
Unfortunately I can't help with the Webstart side of things.
~ Chris

Similar Messages

  • How deploy javafx Applet in Tomcat

    Hi all!
    Please help me. How i can deploy JavaFX Applet in Tomcat

    Are you using Netbeans or SDK?

  • Run and Deploy JavaFX applets on Linux Fedora

    Hi all,
    This is a step by step, how to run and deploy JavaFX applets on Linux/Fedora
    http://java-javafx-iipt.blogspot.com/2009/04/run-and-deploy-javafx-applets-on-linux.html
    Hope you find it useful.
    Kaesar ALNIJRES

    Something like this should workjava -cp /path-to-external-jar:SMSClient.jar TheMainClassWhen you use the -jar option, the -cp option is ignored. If you want to use -jar, you can add a Class-Path entry into theSMSClient jar's manifest with the relative path to the external jar.

  • Deploying a secure internal wireless network

    Hi, We've got a 5508 WLAN controller with about 200 WAPs currently deployed for guest access only. We would now like to deploy wireless for our internal network as well and would like for this to support voice as well. I'm reviewing the various options that are available and trying to figure out which one is the best. I've narrowed it down to EAP-TLS and PEAP with MS-CAHPV2 with Windows based certificates. Our management wants us to use Microsoft RADIUS servers instead of ACS.  Just wanted to get some feedback to see if someone has done this in their environment before and the pros and cons of choosing one authentication method over another.
    Thanks in advance for you valuable input!

    Lets be clear...
    You can only do EAP-PEAP or EAP-TLS with WZC. This is not a limitation of ISE, rather its a limitation with WZC. Take a peek at the EAP options and you will see.
    ISE can be used as a radius server or you can proxy to another radius server, for example ACS. ISE allows all types of EAP types PEAP,LEAP,TLS, etc. If you use ISE as a radius server, you can also take advantage of the RADIUS probe.
    One problem is CoA and WZC. If a CoA has to happen after a device is already connected, it most likely will not work with WZC. Let me give you an example.
    Lets say you need to do a vlan move for a user from vlan 200 to vlan 300. ISE may not properly identify the device until after it has a IP. The users HTTP traffic is then analyze and its "hay this guy needs to move from 200 to 300". The WLC will make that move after being instructed by ISE, but your WZC is still on vlan 200 (ip address) wise. The CoA will happen on the WLC, but the WZC client will sit and spi becuase of the ip/vlan mismatch.
    Suppose, if you used Cisco anyconnect wireless client. If a CoA happens like the above exmaple, the anyconnect client will detect the traffic is not passing and it will re-ip automagically.
    Does that make sense?

  • Deploy SCOM 2012 R2 Agents to Domain Servers on Perimeter Network using SCOM Gateway on different Domain

    Hi, I have a bit odd situation on a SCOM 2012R2 deployment.
    I have a MS on the internal network, and a Gateway Server on the perimeter network. Each server is connected to different Active Directory Forests and there are no trust relationships between them. I configured the communication between the two using certificates.
    I have already connected some servers through the Gateway using certificates because there are on Workgroups, they are already approved on the MS and reporting their status.
    However, I have some servers that are member servers of the internal AD domain but are located on the perimeter network.
    So I've tried to configure one of them for testing to connect to the Gateway Server using a certificate using manual agent installation. Initially it didn't report on the SCOM, but then I ran the get-scompendingmanagement and saw that it showed there,
    so I ended up approving the agent using Powershell and then it was reported on the Console as "Not Monitored"
    First the agent was running as local system and then tried using a local admin account on the server, neither options have worked.
    I get the following errors:
    The OpsMgr Connector connected to scomgateway.externaldomain.com, but the connection was closed immediately after authentication occurred.  The most likely cause of this error is that the agent is not authorized to communicate with the server, or the
    server has not received configuration.  Check the event log on the server for the presence of 20000 events, indicating that agents which are not approved are attempting to connect.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    OpsMgr was unable to set up a communications channel to scomgateway.externaldomain.com and there are no failover hosts.  Communication will resume when scomgateway.externaldomain.com is available and communication from this computer is allowed.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Is this configuration possible? Or do I need to open communication ports from the agents to the MS inside the corporate network and not use the Gateway?
    Any ideas if someone else has done this are appreciated.
    Thank you.
    Regards.
    Eduardo Rojas

    I'm sorry, maybe I didn't explained myself correctly, I already have the gateway up and running with some Workgroup machines connected to it using certificates, so the Gateway is indeed working. These Workgroup machines are in fact reporting back to the
    Management Server on the internal network through the Gateway.
    My problem is with Domain Member machines that are on the perimeter network. This machines are joined to the Active Directory inside the corporate firewall, not the Active directory from the perimeter network (where the Gateway is joined). So my question
    is, can I connect these machines through the Gateway (even if the Gateway is on a different domain) or do I need to open ports and connect them directly to the management server (which is on the same active directory domain)? 
     Let me know if I made myself clear.
    Thank you.
    Regards.
    Eduardo Rojas

  • Deploy JavaFX application to JSP

    A lot people saying it's possible just by using the snippet below,
    <script src="http://dl.javafx.com/dtfx.js"></script>
    <script>
        javafx(
                  archive: "Foo.jar",
                  draggable: true,
                  width: 200,
                  height: 200,
                  code: "foo.Main",
                  name: "Foo"
    </script> Could ANYONE tell me what's the function of code in the Java script? I think it has been included into the archive already.
    One another question is, what are the functions of the JNLP file and how should I modify them to facilitate the deployment?

    Hi Isaac,
    Now those are questions I've been asking for the past few months! And by coincidence I think I've just gotten my answers today, mostly by trial and error. Bear in mind that I'm not a deployment engineer, so I stand to be corrected, but I've tested everything I'm going to say and can verify it works, at least on Windows and Mac.
    I'm drawing some of my information from the following Java article but will be speaking specifically about JavaFX.
    http://java.sun.com/developer/technicalArticles/javase/newapplets/
    That article includes a discussion about making your applet compatible with pre-6u10 and 6u10+ runtimes. On Windows, JavaFX runtimes rely on 6u10+ Java runtimes, which use the xxx_browser.jnlp file for applet startup. However, Apple Java ignores the JNLP file for applets, which means that all of its applet startup information comes from the applet script in the HTML/JSP file, so in this regard it is behaving like a pre-6u10 Java runtime. I believe that Solaris and Linux follow the Windows model, but I haven't extended my testing that far.
    So here are some general statements that I know work for Windows and Mac.
    1. You can strip all the attributes out of the <jnlp> tag in your xxx_browser.jnlp file. This saves a lot of grief in changing the codebase attribute every time you move your applet. The catch is that if you remove one attribute from the <jnlp> tag, you have to remove 'em all (href and spec) to get the applet to work. And that rule is for Windows, since Mac ignores the applet JNLP.
    2. Your JNLP file is found as long as it's in the same directory as your JAR file. You specify the location of your JAR file in the archive parameter of the applet script in your HTML/JSP page. That's why you don't need to call the JNLP from your applet script.
    3. You can optionally specify the location of the JNLP file in your applet script by using a jnlp_href parameter, something like this:
    jnlp_href: "dist/TestApp_browser.jnlp",
    That specifically tells the runtime where to look for the JNLP file--in this case, in the dist/ child of the directory containing the HTML/JSP page. But note that other things happen when you use the jnlp_href attribute:
    - If you do have a codebase attribute specified in your JNLP file, the jnlp_href parameter overrides it.
    - When the jnlp_href parameter is specified, the applet's main class name is taken from the <param> tag nested under the <applet-desc> tag in the JNLP file, and the code parameter in the applet script is ignored. I tried deleting the code parameter in the script entirely, and the applet worked fine on Windows. However, remember that Mac doesn't use the JNLP file, so it's lost wtihout the code parameter. If you include both the jnlp_href and code parameters, both Windows and Mac are happy.
    - When the jnlp_href parameter is specified, you can also delete the archive parameter in the script, and it runs on Windows. The location of the JAR file is taken from the <jar> tag, nested under the <resources> tag in the JNLP. However, the applet chokes on Mac without the archive parameter in the applet script. Again, include both the jnlp_href and archive tag to make sure your applet runs in both environments.
    So why would you want to bother with the jnlp_href parameter? It's optional when the JNLP and JAR files are located in the same directory, but it's necessary if your JNLP file is in a different directory from your JAR file.
    Here's an example. Suppose the xxx_browser.jnlp is in the same directory as your HTML/JSP page, and the JAR file is in a child directory called dist. Then your applet script will look like this:
    <script>
    javafx(
    archive: "dist/TestApp.jar",
         jnlp_href: "TestApp_browser.jnlp",
    width: 200,
    height: 200,
    code: "testapp.Main",
    name: "TestApp"
    </script>
    and the <jar> tag in the JNLP will look like this:
    <jar href="dist/TestApp.jar" main="true"/>
    The <jnlp> tag in the JNLP file can either contain all the attributes that it was generated with or it can contain just the tag with no attributes:
    <jnlp>
    How does this work? On Windows, the runtime finds the JNLP file from the jnlp_href parameter and ignores the archive and code parameters. The location of the JAR file is determined from the <jar> tag in the JNLP. On Mac, all that is required is the location of the JAR file and the main class, which are specified in the archive and code parameters.
    Unless you have a strong reason for separating the JNLP and JAR files, keep them together. Then you only need to specify the location of the JAR file in the archive tag, relative to the directory containing the HTML/JSP page. You don't have to worry about the codebase attribute and <jar> tag in the JNLP file, and you don't have to specify the jnlp_href parameter in the applet script.
    Nancy

  • Help with Deploy javaFx applet to the web, please

    I am new to JavaFx. I have a difficult time to deploy it to the web as an applet. Java console indicates that my jnlp file is not available. Here is what I have done:
    1. In the javaFx project (netbeans project), I put together a small application following the tutorial (app). Run as standard desktop app, it works fine. Run as applet, everything is ok except no images.
    2. In another web project (also netbeans project), I add the javaFx project generated app.jar to the web-inf/lib folder, modify the index.jsp to include a javaFx project generated app.html file and put it at the root of the web application. I also put the favaFx project generated app_browser.jnlp file in the same folder as index.jsp and app.html. Later on also in the web-inf/lib with app.jar. No matter where i put this app.jnlp file, I only see the spinning java logo. Java console states that jnlp is not available.
    this is in my index.jsp: <jsp:include page="app.html" />
    this is in my app.html:
    <h1>app</h1>
    <script src="http://dl.javafx.com/1.2/dtfx.js"></script>
    <script>
    javafx(
    archive: "app.jar",
    code: "com.app.Main",
    name: "app",
    width: 950,
    height: 600
    </script>
    this is in my app.jnlp
    <jnlp spec="1.0+" codebase="http://localhost:8080/app" href="app_browser.jnlp">>
    <information>
    <title>App</title>
    <vendor>Me</vendor>
    <homepage href="http://localhost:8080/app"/>
    <description>My App</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
    <jar href="WEB-INF/lib/app.jar" main="true"/>
    <jar href="WEB-INF/lib/commons-lang.jar"/>
    <jar href="WEB-INF/lib/commons-io.jar"/>
    </resources>
    <applet-desc name="app" main-class="com.sun.javafx.runtime.adapter.Applet" width="950" height="600">
    <param name="MainJavaFXScript" value="com.app.Main"/>
    </applet-desc>
    <update check="background">
    </jnlp>
    What did I miss here? Please help so that I can present this app to my boss and we can use javaFx to build our next application. Thank you very much.
    qding

    Welcome to the Sun forums.
    It would be worth checking the deployment launch file (JNLP) using JaNeLA *(<- link).* As the other poster mentioned, the file is invalid (OK - not well-formed, but possibly also invalid after that is fixed). Also, JaNeLA should warn you that the resources in WEB-INF are not accessible.
    Please do not repost(1) questions in future.
    (1) Post a question twice, or more.

  • Deploy javaFX

    After creating a JavaFX app with netbeans I try to open the generated html ( <projname>\dist\<projname>.html ) with my browser IE v6.0.2900 SP2 and i get the error
    Java Plug-in 1.6.0_11
    Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\jobserob
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    exception: null.
    java.io.FileNotFoundException: JNLP not available: MazzuDemo_browser.jnlp
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.io.FileNotFoundException: JNLP not available: MazzuDemo_browser.jnlp
    in the console , the same happens if i publish all the files on my site ( if you want a try : http://home.hetnet.nl/~robjobse/tr/ ) an i try to acces the html ( which i renamed the ti index.html )
    On a third computer with Mozilla I got my app , with no problems ??
    Does anyone have a answer on how to get it working for IE ??
    Thanks, Rob

    yes, both files
    MuzzuDemo.jnlp :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8082/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/C%3A/Data2008/javaFX/MazzuDemo/dist/" href="MazzuDemo.jnlp">
    <information>
    <title>MazzuDemo</title>
    <vendor>${application.vendor}</vendor>
    <homepage href="http://localhost:8082/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/C%3A/Data2008/javaFX/MazzuDemo/dist/"/>
    <description>MazzuDemo</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/javafx-rt.jnlp"/>
    <jar href="MazzuDemo.jar" main="true"/>
    </resources>
    <application-desc main-class="mazzudemo.Main"/>
    </jnlp>
    and MazzuDemo_browser.jnlp :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8082/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/C%3A/Data2008/javaFX/MazzuDemo/dist/" href="MazzuDemo_browser.jnlp">
    <information>
    <title>MazzuDemo</title>
    <vendor>${application.vendor}</vendor>
    <homepage href="http://localhost:8082/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/C%3A/Data2008/javaFX/MazzuDemo/dist/"/>
    <description>MazzuDemo</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/javafx-rt.jnlp"/>
    <jar href="MazzuDemo.jar" main="true"/>
    </resources>
    <applet-desc name="MazzuDemo" main-class="com.sun.javafx.runtime.adapter.Applet" width="200" height="200">
    <param name="MainJavaFXScript" value="mazzudemo.Main">
    </applet-desc>
    </jnlp>
    sorry for my late reply, Rob

  • GETTING ERROR WHILE DEPLOYING A COM.SAP.PORTAL.RUNTIME.LOGON.PAR FILE

    Hi Experts,
    I need to change the text in logon screen i.e,
    2006-2007 SAP AG ALL RIGHTS RESERVED
    for this i changed the copyright and deployed the par file
    but it is giving error like this
    operation failed:please make sure the server is running or check the log(sap-plugin.log)
    what should i do plz suggest me na.....
    i searched the file sap-plugin.log in program files -> sap>IDE>eclipse-->plugin but i couldnt find the
    plz specify the directory na...
    waiting for u r response.....
    Regards,
    Shilpa

    HI SHILPA....really sorry for the late response.
    here is the error log which i m getting...(its not 500 error)
    [13.08.08 / 16:49] #DEBUG LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.PortalPlugin > Startup in progress
    [13.08.08 / 16:49] #DEBUG LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.PortalPlugin > Factory initialized !
    [13.08.08 / 16:50] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Server returned HTTP response code: 502 for URL: http://hostname:50000/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader?login_submit=on&j_user=Administrator&j_password=EPDJ2EEADM&j_authscheme=default&uidPasswordLogon=Log%20on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:808)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:363)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:435)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:221)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:416)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:350)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:531)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.actions.WizardInvokeAction.invokeWizardInANewDialog(WizardInvokeAction.java:179)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.actions.WizardInvokeAction.run(WizardInvokeAction.java:84)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

  • Deploying Forms and Reports 6i runtime with my application

    I'm trying (for a year or two) to find out Oracle's recommended and proven method of packaging Forms and Reports 6i runtime components with my application. I've tried the 6.0 File Packager, the Project Builder Delivery Wizard, and the Oracle Software Packager. I'm still working with OSP but their doesn't seem any mention of runtime inclusion the User Guide or Tool. This is a basic need for anyone doing mass deployment on client/server environments. I know someone at Oracle knows the answer. Please help me! I'm desperate! Also, please realize that a custom install of runtimes from the Developer disks is not an option in our scenario.

    I had the same problem.
    I resolve with a new third party tool:
    RunDev
    I've found it on:
    solutionmarketplace.oracle.com
    searching "rundev".
    James

  • How to deploy a single PBL (Build Runtime Library) in 64Bit

    Hello There,
    I am testing PB15 and create
    two Project Files within the application. One Projectfile to compile a 32Bit Version and the other one to deploy a 64Bit version in P-Code. We are delivering today Patches in a Patch Library at the top of the library list (we are aware for the dependencies and know how to avoid the “Wrong Function Call” issue).
    How can I create a Patch Library for 64Bit?
    Today we just recompile the Patch.PBL two times and rename Patch.PBL -> Patch.PBD. But that did not work with 64Bit Project because I can’t choose the desired Platform (I am guessing it is always compiles in 32Bit).
    There is an additional menu point “Build Runtime Library” which seems to have the settings / option similar to the Project settings. But there is the Platform the missing link either (see attached Picture).
    So how can I get a single PBL compiled in 64Bit without deploying the whole Project?
    BTW:
    Compilation of the Whole app takes about 6 hours and results in full XCOPY deployment
    of 730MB (in 64Bit), so we want wait that time or deliver so much files if a single
    Patch.pbd of 500KB would be sufficient.
    Regards
        Marco

    Hi Marco,
    You should try orcascript to build your patches.  It is much cleaner and faster.
    I setup a .dat file with the orcascript and then run it using a .bat file.
    this is my batch file command:  OrcaScr125 build.dat >buildlog.txt
    Note that the orcascr command is version specific.  I have NOT tried this yet with PB 15 32 or 64 bit.
    this is what the build.dat would have in it.  The liblist has to be your lib list, same with the main applicaiton info.
    NOTE:  i regen a function in the script in order to set a patch date that users can see.  Also, note that i copy the patch.pbl to a build directory, build it, then copy the .pbd to various locations.
    start session
    file copy "patch.pbl" "build\patch.pbl"
    set liblist "build\patch.pbl; ...."
    set application "C:\main.pbl" "app"
    regenerate "build\patch.pbl" "f_get_patch_date" "function"
    build library "build\patch.pbl"   "" pbd
    file copy "build\patch.pbd" "patch.pbd"
    file copy "patch.pbd" "..\patch.pbd"
    end session
    regards
    -mike

  • Deploy javafx applications on window. + uninstall old version

    I have a problem on windows xp when I deploy a new version of my javafx 2.2 application.
    The new version is replacing the previous version of my software, but when I look in my 'installed software'. My old version still appears.
    (I think this is something to do with registry..)
    I'm using wix to have a .msi file for the installer.
    Wix is using the build.xml file used by Netbeans.
    In my build.xml I specify next values for versioning:
         <target name="-post-jfx-deploy">
              <fx:deploy width="${javafx.run.width}" height="${javafx.run.height}"
                      nativeBundles="all"
                      outdir="${basedir}/${dist.dir}" outfile="${application.title}">
                   <fx:application name="${application.title}"
                              mainClass="${javafx.main.class}" id="A9B62443-2008-4D38-8153-C72A21B1E497" version="1.0.4"/>
                   <fx:resources>
                   </fx:resources>
              </fx:deploy>         
         </target>I based my files with this information:
    http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm#BCGIBBCI
    http://blueskyworkshop.com/topics/Java-Pages/javafx-win-installer/
    Do someone has experience with this kind of stuff?
    Or do someone know what could cause this issue?
    Any help would be appreciated!

    Chris,
    Thanks for the info/suggestions. I had already done the "clean install" without knowing it. I also had uninstalled Firefox and Chrome and was looking at dumping Safari, but I found the culprit file "_Flash Player.plugin" (version10.2.151.49) on a search for "Flash Player" under Spotlight.
    Strange thing was the file did not appear when just browsing through the various directories or searching with finder. Removed it and all is good.
    Mike

  • How to install/deploy JavaFx Mobile application on real mobile devices.

    Hi,
    I had gone through the internet and various links but i'm unable to find the solution regarding how to deploy the application made with JavaFx mobile on real mobile devices. There was some link in which it was written you can install the application in Nokia 40 5edition phone, i tried to install in Nokia 6600 Slider through bluetooth; so while installing the application it shows an error as "Invalid Application".
    I'm also facing same problem which others are also facing as Application is not compatible when i tried to install in Nokia N95.
    So, if anybody knows the method/technique to deploy the application in real mobile devices i'll be grateful to him.
    Thanks
    Gaurav

    Thanks Michael for the reply. I also tried to install one simple application made with JavaFx Mobile in Sony-Ericsson JP-8 platform(K850i, W910i). While installing the application it pop-up the error "Operation Failed".
    So, is there any way to install the application in current available mobile devices in the market or not??
    @ Sun People please help me in this.
    Thanks
    Gaurav

  • Deploying JavaFX mobile app on SkyDrive

    Hello,
    I am trying to test a JavaFX mobile app on my phone: LG600G. The phone's CLDC is 1.1 and the MIDP is 2.0, so it can run Java Midlets. Unfortunately, I can't send the .jad file or jnlp file to it across Bluetooth and choose the "install" option. The option isn't available, so I am trying to deploy store the .jad .jnlp and .jar files on my Windows SkyDrive. I can't figure out how to do it correctly though. Could someone tell me what I should point my phone's browser to? Should I point it to the .jnlp file or the jad file? Also, how do I set the codebase of the jnlp file? If it helps, here is [my account:|http://cid-df734c62403d114d.skydrive.live.com/browse.aspx/.Public]
    If someone has done this before, and you have a link to some tutorial, I could use that too!
    Thank-you,
    Vance

    This phone doesn't seem to be powered by Windows Mobile, so JavaFX won't work on it.
    See the answer in [as of 2010, what mobile phones support JavaFX?|http://forums.sun.com/thread.jspa?threadID=5432053] thread.

  • JavaFX 1.3 Mobile Runtime?

    Are there any plans to release a mobile runtime for the new JavaFX 1.3 release?

    dam*, should i just left jfx mobile and back to j2me?
    actually jfx is running dam* slow in my htc diamond,
    and i ever cannot do a simple "threads", something like :
    http://blogs.sun.com/clarkeman/entry/javafx_async_task
    in mobile with jfx, what Sun thinking about>?
    if any one have a idea to solve my problem, please kindly let me know!! thankssss
    Edited by: Ginkan2 on May 14, 2010 3:54 PM

Maybe you are looking for