First off, I'm really new to java, so I apologize if this is obvious. Below is the first 6 lines of my script:
function myFunction (){
}import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
The erorr message I'm getting is this: Missing ; before statement. (line 3).
If you need more of the script to make sense of the error, please let me know.