How To Fix - Couldn’t find per display information Error in Java Applications 을 수정하는 방법 - 1 디스플레이 정보를 찾을 수없습니다 자바 응용 프로그램에 오류가
While running some Java applications (like Thinreader) you may see this strange looking error - Couldn’t find per display information . 일부 자바 응용 프로그램을 실행하는 동안 (예 : thinreader) 당신이 이상한보고를 볼 수있습니다 오류 - 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. 첫 번째의 모든 핵심 자바 라이브러리의 오류 발생하지 않습니다하지만 응용 프로그램을 사용하여 라이브러리를 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. the jdesktop 통합 구성 요소 (jdic) 프로젝트의 목표를 자바 기술 - 기반 응용 프로그램 ( "자바 응용 프로그램을") 첫 번째 - 클래스 시민의 전류를 희생하지 않고 데스크탑 플랫폼 플랫폼 독립성합니다. Its mission is to enable seamless desktop/Java integration. 그 임무는 완벽하게 바탕 화면을 활성화 / 자바 통합합니다.
JDIC provides Java applications with access to functionalities and facilities provided by the native desktop. 자바 애플 리케이션에 액세스를 제공 jdic와 시설을 제공하는 네이티브 바탕 화면 기능을합니다. It consists of a collection of Java packages and tools. 그것은 자바 패키지와 도구를 만들 어질 것입니다. 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. (단지 파일과 같은 파일 또는 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 리눅스 기반 . 합니다. However the instructions above will also work on Windows. 그러나 위의 지침은 또한 windows에서 작동합니다.
Filed under 밑에 Enterprise Software 엔터 프라이즈 소프트웨어를 , Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Java Software 자바 소프트웨어 , Linux 리눅스 , Open Source Software 오픈 소스 소프트웨어 , Programming 프로그래밍 , Windows windows | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |



