The "write once, run anywhere" promise of Java from the 90s is back in a new guise, as Google today announced Portable Native Client (PNaCl) with the promise to allow developers to "compile their code ...
My problem is that I need to solve two problems.<BR><BR>1) Run/download at runtime Java program (?) from a server<BR><BR>2) The code must access resources outside the client JVM. My understanding is ...