System.out.println Fails
Answered
I have been running java programs successfully for a while but now suddenly system.out.println is no longer working. Oddly, I cannot copy/paste the terminal output so I post it as an image.

I looked at the idea.log but did not see anything helpful. Can someone help me figure out what is going on? TIA.
Please sign in to leave a comment.
Please add "#org.jetbrains.plugins.terminal" in
(Help -> Debug Log Settings...), restart the IDE, reproduce the problem and attach your idea.log file along with a screenshot from(Settings/Preferences -> Tools -> Terminal)via HTTPS.I also recommend you update the IDE to 2020.1 version.
Thanks for the help. I don't see a way to attach a file on here but here is the screen shot requested:
Thank you for providing the screenshot. Does the problem reproduce after the IDE update?
Please attach the IDE log files to the corresponding YouTrack request IDEA-210844 and try to increase Java heap size by changing the
-Xmxand-XmsVM options (https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options).The latest version I seem to be able to get is 2019.2.4 and the problem occurs with that version and with the heap changes you suggested. The link for YouTrack is for a different post and I don't see how to link an upload to this post. I see nothing on this thread that tells me what the request number is.
As an aside I noticed I get a bunch of thread dumps each time I launch IntelliJ. I don't know if that is normal, if it may be related or if I have another problem.
The latest available version is 2020.1. You can download it from our website or use Toolbox app for managing IDE installations.
If the problem remains in the latest version please attach a problem screenshot once again and a compressed log folder with enabled "#org.jetbrains.plugins.terminal” in
(Help -> Debug Log Settings…)For files uploading, you can use ftp://ftp.intellij.net/.uploads / https://uploads.services.jetbrains.com or any other file sharing service.
I'm trying to upgrade to 2020.1 but am struggling. On my platform I need to compile and install the watcher per https://confluence.jetbrains.com/display/IDEADEV/Compiling+File+Watcher
I am unable to "execute" make.sh as it appears to be HTML not a shell script.
In the meantime I am able to launch 2020. It appears that the error I am seeing is not from trying to run the app but rather from the initial launch. I did upload "idea.log" to uploads.services. I am unable to run the app as it hangs IntelliJ somewhere in the build process. I assume that is because I have not yet been able to install the watcher.
Looks like the issue is caused by the Oracle JVM used to run IntelliJ IDEA.
Please try to use the bundled runtime instead: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879
Here is a direct link for 2020.1 version with the bundled 11 runtime version: https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux
Worse. Aside from still getting the watcher warning, this version consumes all my cpu stuck on preparing workspace. It has pretty much locked me out. I'm going to have to do a hard reboot.
Sort of related I figured out that the watcher make.sh is indeed html. Everything else is html as well. The file names should all be changed to html and the instructions fixed to say the source must be copy/pasted not downloaded.
Sorry, just venting at this poor setup.
I've installed the watcher and am back to where I started with the 2020.1 IC version. I don't know if this is the same thing that is in the log but I get this when I start IntelliJ from the command line:
2020-04-30 11:19:58,711 [ 66113] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2020-04-30 11:19:59,214 [ 66616] WARN - .diagnostic.PerformanceWatcher - UI was frozen for 5284ms, details saved to /home/pi/.cache/JetBrains/IdeaIC2020.1/log/threadDumps-freeze-20200430-111958-IC-201.6668.121-TextEditorProvider.setStateImpl-5sec
2020-04-30 11:20:10,833 [ 78235] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/opt/idea-IC-201.6668.121/lib/icons.jar!/general/warning.svg
2020-04-30 11:20:12,711 [ 80113] WARN - .diagnostic.PerformanceWatcher - UI was frozen for 5219ms, details saved to /home/pi/.cache/JetBrains/IdeaIC2020.1/log/threadDumps-freeze-20200430-112012-IC-201.6668.121-TerminalPanel.addCustomKeyListener-5sec
2020-04-30 11:20:20,340 [ 87742] ERROR - com.pty4j.unix.PtyHelpers - Cannot load native pty executor library
java.lang.UnsatisfiedLinkError: Unable to load library '/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so':
/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
Native library (opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so) not found in resource path (/opt/idea-IC-201.6668.121/lib/bootstrap.jar:/opt/idea-IC-201.6668.121/lib/extensions.jar:/opt/idea-IC-201.6668.121/lib/util.jar:/opt/idea-IC-201.6668.121/lib/jdom.jar:/opt/idea-IC-201.6668.121/lib/log4j.jar:/opt/idea-IC-201.6668.121/lib/trove4j.jar:/opt/idea-IC-201.6668.121/lib/jna.jar:/usr/lib/jvm/java-8-openjdk-armhf/lib/tools.jar)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:302)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:455)
at com.sun.jna.Library$Handler.<init>(Library.java:192)
at com.sun.jna.Native.loadLibrary(Native.java:646)
at com.sun.jna.Native.loadLibrary(Native.java:630)
at com.pty4j.unix.NativePtyExecutor.<init>(NativePtyExecutor.java:14)
at com.pty4j.unix.PtyHelpers$2.call(PtyHelpers.java:222)
at com.pty4j.unix.PtyHelpers$2.call(PtyHelpers.java:218)
at com.pty4j.util.LazyValue.getValue(LazyValue.java:25)
at com.pty4j.unix.PtyHelpers.getPtyExecutor(PtyHelpers.java:254)
at com.pty4j.unix.PtyHelpers.<clinit>(PtyHelpers.java:234)
at com.pty4j.unix.Pty.ptyMasterOpen(Pty.java:140)
at com.pty4j.unix.Pty.openMaster(Pty.java:176)
at com.pty4j.unix.Pty.<init>(Pty.java:55)
at com.pty4j.unix.UnixPtyProcess.<init>(UnixPtyProcess.java:83)
at com.pty4j.PtyProcessBuilder.start(PtyProcessBuilder.java:111)
at com.pty4j.PtyProcess.exec(PtyProcess.java:78)
at com.pty4j.PtyProcess.exec(PtyProcess.java:49)
at org.jetbrains.plugins.terminal.LocalTerminalDirectRunner.createProcess(LocalTerminalDirectRunner.java:186)
at org.jetbrains.plugins.terminal.LocalTerminalDirectRunner.createProcess(LocalTerminalDirectRunner.java:44)
at org.jetbrains.plugins.terminal.AbstractTerminalRunner.lambda$openSessionInDirectory$4(AbstractTerminalRunner.java:212)
at com.intellij.util.RunnableCallable.call(RunnableCallable.java:20)
at com.intellij.util.RunnableCallable.call(RunnableCallable.java:11)
at com.intellij.openapi.application.impl.ApplicationImpl$1.call(ApplicationImpl.java:255)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.lang.UnsatisfiedLinkError: /opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:191)
... 27 more
Suppressed: java.lang.UnsatisfiedLinkError: /opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:204)
... 27 more
Suppressed: java.io.IOException: Native library (opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so) not found in resource path (/opt/idea-IC-201.6668.121/lib/bootstrap.jar:/opt/idea-IC-201.6668.121/lib/extensions.jar:/opt/idea-IC-201.6668.121/lib/util.jar:/opt/idea-IC-201.6668.121/lib/jdom.jar:/opt/idea-IC-201.6668.121/lib/log4j.jar:/opt/idea-IC-201.6668.121/lib/trove4j.jar:/opt/idea-IC-201.6668.121/lib/jna.jar:/usr/lib/jvm/java-8-openjdk-armhf/lib/tools.jar)
at com.sun.jna.Native.extractFromResourcePath(Native.java:1095)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:276)
... 27 more
2020-04-30 11:20:48,168 [ 115570] WARN - ystem.impl.ActionPopupMenuImpl - 3748ms to fill popup menu EditorPopup
2020-04-30 11:22:37,994 [ 225396] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.scripting.gradle.GradleScriptInputsWatcher$Storage
2020-04-30 11:22:38,312 [ 225714] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.core.script.configuration.utils.ScriptClassRootsStorage
2020-04-30 11:22:41,613 [ 229015] ERROR - Container.ComponentManagerImpl - getComponentAdapterOfType is used to get training.learn.interfaces.Lesson (requestorClass=training.learn.lesson.LessonManager, requestorConstructor=public training.learn.lesson.LessonManager(training.learn.interfaces.Lesson,com.intellij.openapi.editor.Editor)).
Probably constructor should be marked as NonInjectable. [Plugin: training]
com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get training.learn.interfaces.Lesson (requestorClass=training.learn.lesson.LessonManager, requestorConstructor=public training.learn.lesson.LessonManager(training.learn.interfaces.Lesson,com.intellij.openapi.editor.Editor)).
Probably constructor should be marked as NonInjectable. [Plugin: training]
at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111)
at com.intellij.serviceContainer.ConstructorParameterResolver.isResolvable(ConstructorParameterResolver.kt:39)
at com.intellij.serviceContainer.ConstructorInjectionKt.getGreediestSatisfiableConstructor(constructorInjection.kt:126)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:39)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:645)
at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:54)
at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:41)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:115)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:69)
at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:396)
at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:379)
at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:20)
at training.learn.lesson.LessonManager$Companion.getInstance(LessonManager.kt:286)
at training.components.LearnProjectComponent.projectClosed(LearnProjectComponent.kt:81)
at com.intellij.openapi.project.impl.ProjectManagerImpl.fireProjectClosed(ProjectManagerImpl.java:813)
at com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$11(ProjectManagerImpl.java:693)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:976)
at com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.java:686)
at com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDisposeAllProjects(ProjectManagerImpl.java:610)
at com.intellij.openapi.application.impl.ApplicationImpl.disposeSelf(ApplicationImpl.java:190)
at com.intellij.openapi.application.impl.ApplicationImpl.doExit(ApplicationImpl.java:621)
at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:589)
at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:578)
at com.intellij.openapi.application.ex.ApplicationEx.exit(ApplicationEx.java:85)
at com.intellij.openapi.wm.impl.CloseProjectWindowHelper.quitApp(CloseProjectWindowHelper.kt:57)
at com.intellij.openapi.wm.impl.CloseProjectWindowHelper.windowClosing(CloseProjectWindowHelper.kt:35)
at com.intellij.openapi.wm.impl.ProjectFrameHelper$2.windowClosing(ProjectFrameHelper.java:231)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:349)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:349)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:349)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:349)
at java.awt.Window.processWindowEvent(Window.java:2054)
at javax.swing.JFrame.processWindowEvent(JFrame.java:305)
at java.awt.Window.processEvent(Window.java:2013)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:739)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2020-04-30 11:22:41,633 [ 229035] ERROR - Container.ComponentManagerImpl - IntelliJ IDEA 2020.1 Build #IC-201.6668.121
2020-04-30 11:22:41,634 [ 229036] ERROR - Container.ComponentManagerImpl - JDK: 1.8.0_212; VM: OpenJDK Client VM; Vendor: Oracle Corporation
2020-04-30 11:22:41,635 [ 229037] ERROR - Container.ComponentManagerImpl - OS: Linux
2020-04-30 11:22:41,636 [ 229038] ERROR - Container.ComponentManagerImpl - Plugin to blame: IDE Features Trainer version: 192.5728.5
Looks like that the native library
libpty.sois missing:You can try to perform the workaround from the related issue: IDEA-237956
Also, please share a complete log folder once again via https://uploads.services.jetbrains.com
I found and installed that library:
ls -l /opt/idea-IC-201.6668.121/lib/pty*
-rw-r--r-- 1 root root 1403241 Apr 8 11:12 /opt/idea-IC-201.6668.121/lib/pty4j-0.9.6.jar
That traceback is now gone. Unfortunately the next layer of the onion makes no sense:
2020-04-30 12:42:13,839 [ 74450] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2020-04-30 12:42:14,299 [ 74910] WARN - .diagnostic.PerformanceWatcher - UI was frozen for 7551ms, details saved to /home/pi/.cache/JetBrains/IdeaIC2020.1/log/threadDumps-freeze-20200430-124211-IC-201.6668.121-ZipFile.read-7sec
2020-04-30 12:42:28,948 [ 89559] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/opt/idea-IC-201.6668.121/lib/icons.jar!/general/warning.svg
2020-04-30 12:42:33,622 [ 94233] WARN - .diagnostic.PerformanceWatcher - UI was frozen for 13859ms, details saved to /home/pi/.cache/JetBrains/IdeaIC2020.1/log/threadDumps-freeze-20200430-124224-IC-201.6668.121-ToolWindowImpl.createContentIfNeeded$intellij_platform_ide_impl-13sec
2020-04-30 12:42:40,926 [ 101537] ERROR - com.pty4j.unix.PtyHelpers - Cannot load native pty executor library
java.lang.UnsatisfiedLinkError: Unable to load library '/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so':
/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
/opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
Native library (opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so) not found in resource path (/opt/idea-IC-201.6668.121/lib/bootstrap.jar:/opt/idea-IC-201.6668.121/lib/extensions.jar:/opt/idea-IC-201.6668.121/lib/util.jar:/opt/idea-IC-201.6668.121/lib/jdom.jar:/opt/idea-IC-201.6668.121/lib/log4j.jar:/opt/idea-IC-201.6668.121/lib/trove4j.jar:/opt/idea-IC-201.6668.121/lib/jna.jar:/usr/lib/jvm/java-8-openjdk-armhf/lib/tools.jar)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:302)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:455)
at com.sun.jna.Library$Handler.<init>(Library.java:192)
at com.sun.jna.Native.loadLibrary(Native.java:646)
at com.sun.jna.Native.loadLibrary(Native.java:630)
at com.pty4j.unix.NativePtyExecutor.<init>(NativePtyExecutor.java:14)
at com.pty4j.unix.PtyHelpers$2.call(PtyHelpers.java:222)
at com.pty4j.unix.PtyHelpers$2.call(PtyHelpers.java:218)
at com.pty4j.util.LazyValue.getValue(LazyValue.java:25)
at com.pty4j.unix.PtyHelpers.getPtyExecutor(PtyHelpers.java:254)
at com.pty4j.unix.PtyHelpers.<clinit>(PtyHelpers.java:234)
at com.pty4j.unix.Pty.ptyMasterOpen(Pty.java:140)
at com.pty4j.unix.Pty.openMaster(Pty.java:176)
at com.pty4j.unix.Pty.<init>(Pty.java:55)
at com.pty4j.unix.UnixPtyProcess.<init>(UnixPtyProcess.java:83)
at com.pty4j.PtyProcessBuilder.start(PtyProcessBuilder.java:111)
at com.pty4j.PtyProcess.exec(PtyProcess.java:78)
at com.pty4j.PtyProcess.exec(PtyProcess.java:49)
at org.jetbrains.plugins.terminal.LocalTerminalDirectRunner.createProcess(LocalTerminalDirectRunner.java:186)
at org.jetbrains.plugins.terminal.LocalTerminalDirectRunner.createProcess(LocalTerminalDirectRunner.java:44)
at org.jetbrains.plugins.terminal.AbstractTerminalRunner.lambda$openSessionInDirectory$4(AbstractTerminalRunner.java:212)
at com.intellij.util.RunnableCallable.call(RunnableCallable.java:20)
at com.intellij.util.RunnableCallable.call(RunnableCallable.java:11)
at com.intellij.openapi.application.impl.ApplicationImpl$1.call(ApplicationImpl.java:255)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.lang.UnsatisfiedLinkError: /opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:191)
... 27 more
Suppressed: java.lang.UnsatisfiedLinkError: /opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:204)
... 27 more
Suppressed: java.io.IOException: Native library (opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86/libpty.so) not found in resource path (/opt/idea-IC-201.6668.121/lib/bootstrap.jar:/opt/idea-IC-201.6668.121/lib/extensions.jar:/opt/idea-IC-201.6668.121/lib/util.jar:/opt/idea-IC-201.6668.121/lib/jdom.jar:/opt/idea-IC-201.6668.121/lib/log4j.jar:/opt/idea-IC-201.6668.121/lib/trove4j.jar:/opt/idea-IC-201.6668.121/lib/jna.jar:/usr/lib/jvm/java-8-openjdk-armhf/lib/tools.jar)
at com.sun.jna.Native.extractFromResourcePath(Native.java:1095)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:276)
... 27 more
That library does indeed exist:
ls -l /opt/idea-IC-201.6668.121/lib/pty4j-native/linux/x86
-rw-r--r-- 1 root root 10213 Sep 13 2019 libpty.so