Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. runner.sh -> script I am trying to implement to run the Scala scripts
  2. bin/ -> script I am trying to implement to run the Scala scripts
  3. lib/ -> -> rest of scala project, packed as multiple jars
  4.  
  5. java -cp $LIB_CLASSPATH ./bin/<name_of_script.scala> <parameters of the script>
  6.  
  7. Could not find or load main class: ..lib/<name of jar>
  8. -- <name of jar> is actually the first jar in the lib/ folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement