Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ sudo jinfo -flags 14930
  2.  
  3. Attaching to process ID 14930, please wait...
  4. Exception in thread "main" java.lang.reflect.InvocationTargetException
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:622)
  9. at sun.tools.jinfo.JInfo.runTool(JInfo.java:97)
  10. at sun.tools.jinfo.JInfo.main(JInfo.java:71)
  11. Caused by: sun.jvm.hotspot.runtime.VMVersionMismatchException: Supported versions are 23.25-b01. Target VM is 24.65-b04
  12. at sun.jvm.hotspot.runtime.VM.checkVMVersion(VM.java:234)
  13.  
  14. $ update-alternatives --get-selections | grep jinfo
  15. jinfo auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jinfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement