b4jpackager11

  1. AKJammer

    B4J Question Java Error when exporting to Excel

    Could someone decipher this java log? My project works fine in debug mode, but when I put into release mode and package it up as an exe file with B4JPackager11 and click my 'Export data to Excel' button, it blows up. If this log isn't definitive enough, I'll build a simple project that...
  2. T

    B4J Question B4JPackager11 & com.sun.glass.ui.Application

    Hi! I followed the information in https://www.b4x.com/android/forum/threads/resolved-illegalaccessexception.105285/#post-659517, my program works in the IDE in release mode, but no when runs after i use b4jpackager11, the app. I got the same error in the instruction: Sub initRobot...
  3. C

    B4J Question B4JPackager11 and jWebSocketClient

    Hi! I have the same problem that in https://www.b4x.com/android/forum/threads/b4jpackager11-error.104343/#post-676009 I am not using jServer but jWebSocketClient. I commented lines 198 to 202 and i gott the ".exe", but when my program intent the connection with the websocket i got the errors...
  4. Didier9

    B4J Question B4JPackager says Module javafx.swing not found [solved]

    Trying the packager. Initially it complained about not finding the javafx\javafx-jmods\ folder. By default, there is a jmods folder directly under jdk-11.0.2, so I copied it under javafx and renamed the copy javafx-jmods. Then now it complains about Module javafx.swing not found. Here is the...
  5. David Meier

    B4J Question B4JPackager11 looses jawtRobot RobotPaste functionality

    Hi I am using jAWTRobot and RobotPaste. The generated .jar file pastes a copies strings correctly. After packaging with B4JPackager11 pasting no longer works. The used file AutoPaste.jar is from the example from ThRuST Thanks for any help! PS: Cannot upload the build files from the...
  6. LWGShane

    Wish Expand Hosted Builder Service to Desktop apps?

    Now that B4J supports OpenJFX 11, would it be possible to expand the current "B4i Hosted Builder" service to start supporting creating packages for Mac and Linux desktop apps? This would enable us to create "native" executables for those platforms without having access to them.
Top