# [Solved Error] Compile script with java in Fiji **Error: No javac.jar found** <center> <img width=100% src=https://hackmd.io/_uploads/Byjp09N0o.png> </center> Because there needs JDK to compile, So we copy ```C:\Program Files\Java\jdk1.8.0_361\lib\tool.jar``` of Java8 to ```C:\fiji-win64\Fiji.app\jars```. :::spoiler [JDK 8 Download Link](https://www.oracle.com/java/technologies/downloads/#java8-windows) <center> <img width=100% src=https://hackmd.io/_uploads/rJIXxi4Aj.png> </center> ::: <br> Then, succesfully compile. <center> <img width=55% src=https://hackmd.io/_uploads/rJeqWfoEAj.png> </center> ###### tags: `Built Environment`