JavaLaunchHelper類在…libinstrument.dylib中都實現將使用兩者之一哪一個未定義
Jet? 對于JetBrains IntelliJ IDEA:請轉到Help -> Edit Custom Properties...。如果要求你創建文件,請創建該文件。要禁用錯誤消息,請將以下內容粘貼到你創建的文件中:
idea_rtidea.no.launcher=true
這將在IntelliJ重新啟動時生效。
我正在Mac(使用MacOs 10.14.6)上運行Java開發人員版本的Eclipse IDE:Photon版本(4.8.0)Build ID:20180619-1200。我在/eclipse/configuration/config.ini中添加了“ idea.no.launcher = true”行,這為我解決了這個問題。
解決方法我在MacOS X上升級到了最新的Java 7u40,并在使用Eclipse啟動應用程序時開始在控制臺上收到以下消息。該應用程序運行良好,但我想找出問題的原因,并希望對此進行修復。
objc[10012]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
有誰知道為什么打印此消息以及如何解決它?
相關文章:
1. css3 - css怎么實現圖片環繞的效果2. css - 定位為absolute的父元素中的子元素 如何設置在父元素的下面?3. android - 用textview顯示html時如何寫imagegetter獲取網絡圖片4. javascript - 原生canvas中如何獲取到觸摸事件的canvas內坐標?5. JavaScript事件6. html - css布局 table cellspacing7. 在mac下出現了兩個docker環境8. 注冊賬戶文字不能左右分離9. javascript - jquery hide()方法無效10. html - vue項目中用到了elementUI問題
