integrated b4jpackager11

  1. C

    Wish Update Packager Tips and special cases for jWebSocketClient

    Does number 8 of the Tips and Special Cases in the Integrated Packager tutorial need updating to reflect the needs of jWebsocket client V2 which (I think) is now the installed 'internal' version?
  2. jmon

    B4J Question #CustomBuildAction: Copy entire folder

    Hi, I need to include an entire folder with its subdirectories as part of my packaged application I found this example for a single file: #CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ Charsets.properties How to modify to copy a folder...
  3. C

    B4J Question Multiple apps in a single standalone package

    Is it possible to 'Package' multiple apps in a single package with a single JRE? This would lead to a package structure something like: with both apps (test, and test2) accessing the same java run time files. As a test, I've tried building two example apps separately, then merging the bin...
  4. bdunkleysmith

    B4J Question CustomBuildAction conundrum

    In support of using the Integrated B4JPackager11 I have the following code: #CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ jssc.dll #CustomBuildAction: After Packager, C:\Program Files (x86)\Inno Setup 6\Compil32.exe, /cc ../InstallerScript.iss...
  5. bdunkleysmith

    B4J Question [Solved] Problem with WebView and Integrated B4JPackager11

    I have a legacy project in which the main form and a modal form (for displaying a help screen) were designed in Scene Builder. Both contain WebViews. Being first developed under Java 8, I used Launch4j to produce the executable. However I had to make a minor update and having now moved to Java...
Top