Hacker News new | ask | show | jobs
by flohofwoe 619 days ago
Java applets didn't sandbox shit though, because you could call straight into your own native code via JNI (I know because I used exactly that approach to integrate a Win32 game client into browsers). The only thing that the applet launcher did was asking if it is ok to run the applet.
1 comments

You're probably thinking of microsoft java. I was talking about the proper java.