启用Eclipse本身的控制台日志记录(平台) [英] Enable console logging for Eclipse itself (the platform)

查看:790
本文介绍了启用Eclipse本身的控制台日志记录(平台)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对JVM / JRE和Eclipse本身有麻烦。我在Windows 8.1下使用IBM JVM运行Juno版本。当我尝试从https P2 URL访问/安装新软件时,我收到以下错误消息:

  javax.net。 ssl.SSLHandshakeException:com.ibm.jsse2.util.j:找不到信任的证书

我是不完全确定问题是什么,但我认为这可能与我的jvm中的cacerts有关。但是,我已经从功能系统中替换了一个cacerts文件,我仍然有同样的问题。



我以为添加 -Djavax。我的eclipse.ini中的net.debug = true 将显示我的其他调试信息,但从命令行启动eclipsec.exe不会在我的命令提示符窗口中打印出任何内容。



启用/启动Eclipse的正确方法是什么,以便我可以在命令窗口中看到调试日志/跟踪/ etc?或者还有另一种方法来尝试调试这个问题?

解决方案

尝试从命令行启动Eclipse,使用 -consoleLog -debug 参数;即 eclipse.exe -consoleLog -debug


I'm having a trouble with my JVM/JRE and Eclipse itself. I'm running a version of Juno under Windows 8.1 with IBM JVM. When I try to access/install new software from an https P2 URL, I get the following error message:

javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: No trusted certificate found

I'm not entirely sure what the problem is, but I figured it might have something to do with the cacerts in my jvm. However, I have replaced it with a cacerts file from a functional system and I still have the same issue.

I thought that adding -Djavax.net.debug=true in my eclipse.ini would show me additional debug information, but launching eclipsec.exe from the command line doesn't print out anything in my command prompt window.

What is the right way to enable/launch Eclipse such that I can see debug logs/traces/etc in the command window? Or is there another way to try and debug this problem?

解决方案

Try starting Eclipse from the command line with the -consoleLog and -debug arguments; i.e. eclipse.exe -consoleLog -debug.

这篇关于启用Eclipse本身的控制台日志记录(平台)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆