While running some Java applications (like Thinreader) you may see this strange looking error - Couldn’t find per display information . Javaアプリケーションを実行中のいくつか(のようなthinreader )この奇妙なことがありますlookingエラーが発生しました-1 ディスプレイの情報が見つかりませんでした。 You may find this error when running such applications in JDK 6 or later.このエラーが発生する場合があります。このようなアプリケーションを実行中のJDK 6以降が必要です。 Let’s find out more about it and how you can easily fix it.試してみましょうよの詳細については簡単に解決し、どのようにすることができます。

First of all the error doesn’t originate in core Java libraries but in JDIC libraries used by the application.まず第一に、エラーが発生しない由来するJavaライブラリしかし、 jdicコアライブラリを使用してアプリケーションを作成します。
The JDesktop Integration Components (JDIC) project aims to make Java technology-based applications (”Java applications”) first-class citizens of current desktop platforms without sacrificing platform independence. jdesktop統合するコンポーネント( jdic )プロジェクトの目的Javaテクノロジベースのアプリケーションを作る( " Javaアプリケーション" )ファーストクラスの市民のプラットホーム独立性を犠牲に現在のデスクトッププラットフォームです。 Its mission is to enable seamless desktop/Java integration.その使命は、シームレスなデスクトップを有効にする/ Javaの統合を実現します。

JDIC provides Java applications with access to functionalities and facilities provided by the native desktop. jdic Javaアプリケーションにアクセスする機能を提供や施設が提供するネイティブのデスクトップです。 It consists of a collection of Java packages and tools.それは、コレクションのJavaパッケージおよびツールです。 JDIC supports a variety of features such as embedding the native browser, launching the desktop applications, creating tray icons on the desktop, registering file type associations, creating JNLP installer packages, etc. jdicなどのさまざまな機能をサポートし、ネイティブの組み込みブラウザ、デスクトップアプリケーションを起動して、トレイのアイコンをデスクトップ上で作成、登録するファイルの種類の関連付け、 jnlpインストーラパッケージの作成など

The application in question is using an old version of JDIC libraries which causes this problem.問題は、アプリケーションをjdic 、古いバージョンのライブラリを使用してこれが原因でこの問題を回避します。 You can fix it byそれを修正することができます。 downloading the latest JDIC libraries最新のライブラリをダウンロードしてjdic (jar files and so files or dll files as appropriate) and using them to replace your current version. ( jarファイルなどに応じてファイルやDLLファイル)と現在のバージョンを使用してそれらを置き換えてください。 For example to fix Thinreader (a simple RSS aggregator), I replaced the following files with the latest version: thinreaderを修正するたとえば(単純なRSSアグリゲータ) 、私は、以下のファイルに置き換え、最新のバージョン:
lib/jdic.jar lib / jdic.jar
lib/linux/x86/libjdic.so
lib/linux/x86/libtray.so

Note: .so files are shared objects used in Linux like dll files in Windows.注:ですので共有オブジェクトファイルは、リナックスのようなdllファイルで使用されされています。 It goes without saying that we are言うまでもなく、我々は Linux based Linuxベースの .です。 However the instructions above will also work on Windows.しかし、上記の手順をWindowsも動作します。