Hiding code from students using Jar files in CodingRooms

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 3

  • @mrbartucz
    @mrbartucz  3 ปีที่แล้ว

    *** LPT: Make a copy of the Java file you are deleting, so that if you want to make changes later on, you still have the code!!! ****

  • @phd0
    @phd0 3 ปีที่แล้ว

    but it is possible to uncompil jar and war to return java file. (with JD-GUI)

    • @mrbartucz
      @mrbartucz  3 ปีที่แล้ว

      Yes, as I mentioned in the video, this is possible, but if a student is advanced enough to do that, they can probably also just solve the problem. You can also see if they try to submit that as code fairly easily. If you require a library to be hidden, there are more advanced ways to obfuscate your code.