>> >> I need to run a Java 8 app remotely.  Can this be done on Gentoo?
>> >
>> >
>> > Actually I could run the app locally if there is a good way to run
>> > relatively untrusted Java apps.  Otherwise I should run it remotely.
>> >
>>
>> What exactly do you mean by "run remotely"? Ssh to run on a different
>> host, container/vm to run locally are all viable options but I don't
>> quite understand what you're asking.
>
> Heck, since java is already running on the jVM I would even consider it
> safe enough to just run as a different user or just in a chroot.
>
> In any case, none of this is gentoo specific.


Sorry, I should have been more specific.  I want to run a desktop Java
8 app remotely.  After more consideration I don't want to run it
locally because I want it to run all the time.  I have 2 ideas for
this:

1. set up a Gentoo install in a cloud VM, install the desktop app,
install VNC or similar
2. leverage a Platform as a service (PaaS) somehow

#1 should work but I'd rather not set up and maintain an OS instance
just for this.  Would VNC be the best way to get remote access to the
desktop app's GUI?  I don't need extremely high performance but
security and ease of setup/maintenance are important.

#2 is very appealing because it means I wouldn't have to set up and
maintain an OS, but I don't have any experience with PaaS and maybe it
isn't the right tool for this.  Does there exist a PaaS that provides
a Java environment for me to install a desktop Java app and then give
me remote control of its GUI?

- Grant

Reply via email to