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 ...
I'm taking an introductory Java programming class right now and I'm looking for a way to compile, or bundle my program into an executable file - similar to how Visual Studio created an executable when ...