B4J Question How can i run my compiled jRDC.jar in my windows Server ? IF jRDC.jar isn't running - Rodolfo Moguel    Nov 18, 2020 i want to connect Mysql with b4a app
i try to run with differents javas , and i try too with java...)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run... B4J Question How to run JAR from command line in Windows? - wimpie3    May 1, 2024 My app works perfectly in B4J (Windows), in both debug and release mode.
However, I can't seem to run the JAR file outside of B4J.
I'm trying this:
C:\java\jdk-14.0.1\jdk-14.0.1\bin\javac... B4J Question How to run APP.jar on WINDOWS and macOS - Erel (first post)    Jun 5, 2024 If you are distributing Mac apps then you will need to use Java 11+ with MacSigner.... B4J Question [SOLVED] [ABM] How to run compiled jar file made with ABM in Windows? - incendio    Oct 9, 2022 . copied directory www from my development pc to home directory in Ubuntu
2. copied compiled jar file and copymewithjar.needs fie to home directory in Ubuntu
3. ran java -jar compiled.jar
It ran OK... B4J Question Running Jar file on Windows 7 computer - Erel (first post)    Jan 31, 2022   (2 reactions) I wasn't clear. I meant that it is better to post the link to the built-in packager tutorial.... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (92 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A simple. Your app will only run on devices running this OS version or higher. In most cases... of the devices. android.jar Set under Tools - Configure Paths. android.jar is a referenced library... cause your app not to run on older versions. Use the latest version available to avoid compilation... they run on Android 6+). The way to solve it is to check the targetSdkVersion value. If it is 22 or below then the system knows that the app doesn't handle the changes introduced in API 23+ and it runs... B4J Question jar to run in windows - Erel (first post)    Feb 23, 2021 The order is not important.... B4J Question Java as Windows Service - pesquera    Apr 12, 2016 Hi, Can somebody recommend to me some way to run a java program as a Windows/ service? It's a java (jar) server program, running fine into a windows' console.. now, it's required to be always on line.. Thanks in advance... B4J Question Running jars under OpenJDK 11 - agraham    May 31, 2019   (9 reactions) With Java 8 you could run a jar on a Windows PC by double clicking on it. This does not work... in Basic4ppc called 'RunSelfNamedJarJdk11.sbp' that looks at what its .exe is named and invokes javaw.exe to run a co-located jar of the same name. Your Basic4ppc won't do this as one...)
End If
End If
End Sub
4) I place a copy of 'RunSelfNamedJarJdk11.exe' in... B4J Question make jar file to exe file to run on windows - Didier9 (first post)    Nov 1, 2021   (1 reaction) Note that the built-in option requires OpenJDK. If you cannot run OpenJDK, there is a SourceForge... (that requires the JRE).
http://launch4j.sourceforge.net/
I have been unable to run OpenJDK on my... Page: 1   2   3   4   5   6   7   |