Skip to content

Instantly share code, notes, and snippets.

@Imeguras
Last active December 3, 2021 09:26
Show Gist options
  • Save Imeguras/230ea5e97feef85ad9c07f332ac0f307 to your computer and use it in GitHub Desktop.
Save Imeguras/230ea5e97feef85ad9c07f332ac0f307 to your computer and use it in GitHub Desktop.
Bd AppVendas
#!/bin/sh
IFS='
'
javac -classpath ./gui/:./gui/classfiles/ojdbc6.jar -d ./gui/classfiles ./gui/Main.java -encoding Cp1252 &&
java -cp ./gui/classfiles/ojdbc6.jar:./gui/classfiles Main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment