You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like the code is using StringBuilder, which was introduced in 1.5:
$ /opt/WebSphere5/AppServer/java/bin/java SysMonTest
Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/StringBuilder
at com.jezhumble.javasysmon.FileUtils.slurpFromInputStream(FileUtils.java:69)
at com.jezhumble.javasysmon.FileUtils.slurp(FileUtils.java:40)
at com.jezhumble.javasysmon.FileUtils.runRegexOnFile(FileUtils.java:91)
at com.jezhumble.javasysmon.LinuxMonitor.currentPid(LinuxMonitor.java:109)
at com.jezhumble.javasysmon.JavaSysMon.currentPid(JavaSysMon.java:166)
at SysMonTest.main(SysMonTest.java:7)
The text was updated successfully, but these errors were encountered:
looks like the code is using StringBuilder, which was introduced in 1.5:
The text was updated successfully, but these errors were encountered: