Skip to content

Instantly share code, notes, and snippets.

@Imeguras
Last active April 19, 2022 10:51
Show Gist options
  • Save Imeguras/d606cd016d34467e7185c9e338297c84 to your computer and use it in GitHub Desktop.
Save Imeguras/d606cd016d34467e7185c9e338297c84 to your computer and use it in GitHub Desktop.
prometeu.sh
cd ./gui/src
javac -classpath ./:./classfiles/ojdbc8-19.3.0.0.jar -d ./classfiles -Xlint:unchecked -Xlint:unchecked -encoding Cp1252 Main.java
java -cp ./classfiles/ojdbc8-19.3.0.0.jar:./classfiles Main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment