On 13 March 2018 at 10:37, Amey Abhyankar <[email protected]> wrote: > Hello, > > I want to use jconsole for remote jvm monitoring. > However I am unable to run jconsole in Ubuntu 16.04 > > Some details as follows: > > OS: Ubuntu 16.04.3 LTS > java -version output: openjdk version "1.8.0_03-Ubuntu" > OpenJDK Runtime Environment (build 1.8.0_03-Ubuntu-8u77-b03-3ubuntu3-b03) > OpenJDK 64-Bit Server VM (build 25.03-b03, mixed mode) > ENV variables in ~./profile: None > > If I run command jconsole and enter: > The program 'jconsole' can be found in the following packages: > * openjdk-8-jdk > * openjdk-9-jdk > Try: sudo apt install <selected package> > > I tried to Google but solutions are not helping to resolve the issue. > > WIll be great if can get exact steps to get jconsole working thanks. :-)
It worked after = sudo apt-get install default-jdk > > Regards, > Amey. _______________________________________________ plug-mail mailing list [email protected] http://list.plug.org.in/listinfo/plug-mail
