Help compiling java files with bash script
Version: Windchill 12.0
Use Case: Need help completing my bash script to compile java files. Currently having issues with windchill class not found exceptions, I believe I need to include the .JAR files into the classpath, but am not sure how to do so.
Description:
Here is what I have written so far, the javac $file command is leading to class not found exceptions since I haven't included the JAR files:

I saw this article that briefly talked about how to do https://www.ptc.com/en/support/article/CS324171
But I am using more than one jar file, probably about 50 in total. Need help figuring out what to do with them.

