permissions - How to display a file from a remote server or host machine from a Java Applet? -
i'm trying utilize next code display image in java applet:
icon = new imageicon("<url here>", "hello");
unfortunately, doesn't seem work. understanding, because applet served local machine, internal path specify go user's machine, rather server, right?
what best way image that's hosted on server machine display in applet?
that is, if applet found on example.com, so image found on example.com/pictures.
thank you!
not sure whether duplicate, these help you.
stackoverflow question
what applets can , cannot
java permissions applet
No comments:
Post a Comment