Examples with "Java-jar" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Op Linux, het programma wordt verspreid als een binaire archief dat een JAR-executable, die moet worden uitgevoerd vanaf de terminal emulator met behulp van de Java-jar CloudianExplorer.jar commando bevat.
On Linux, the program is distributed as a binary archive that contains a JAR executable, which must be run from the terminal emulator using the java -jar CloudianExplorer.jar command.
Andere resultaten
java -jar OmegaT.jar resource-bundle=[naam van de bundel met het volledige pad]
java -jar OmegaT.jar resource-bundle=[name of bundle with full path]
Als u krijgt "The Java JAR file could not be launched", is de kans groot dat u een oudere versie van Java uitvoert.
If you get "The Java JAR file could not be launched", chances are you are running an old Java version.
Vanuit de command-line kunt u dit ook uitvoeren met de instructie java -jar vf.jar.
If you're using the command line, run java -jar vf.jar. Troubleshooting[edit]
Voer het volgende commando uit: $>java -jar [jar bestandsnaam]
Execute the following command: $>java -jar [jar file name]
Voer je.jar bestand uit met het volgende commando (die de voornaamste methode van je java applicatie uitvoert): java -jar [Jar bestandsnaam]
Run the.jar file using the following command (the main method of your java application executes): java -jar [Jar file Name]
Deze pagina laat u weten de beste manier om JAR (Java Archive) bestanden te herstellen op Windows-systeem.
This page lets you know the best way to restore JAR (Java ARchive) files on Windows system.