如何在 Eclipse 中添加服务器启动开关?
我正在使用 eclipse 来管理我的服务器实例,我想知道是否可以向启动服务器的命令添加其他选项/开关。 让我知道是否有办法,或者我是否采取了错误的方法...
这是我在应用程序中遇到的错误(使用 Quartz):
Not in an application scope - start OC4J with the -如果使用用户创建的线程,则 userThreads 切换
I'm using eclipse to manage my server instance, I'm wondering if it's possible to add other options/switches to the command that starts the server. Let me know if there's a way, or if I'm taking the wrong approach...
This is the error I'm getting in my application (using Quartz):
Not in an application scope - start OC4J with the -userThreads switch if using user-created threads
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我很确定这不容易做到,我在 关于修改驱动程序配置文件之一的 Eclipse 新闻列表:
我在实现这一点时遇到了一些困难,所以我只是运行(从命令行):
我想这就是我应该这样做的方式... >_<
Ok, I'm pretty sure it's not easy to do, I read something on the eclipse newslist about modifying one of the driver config files:
I had some difficulty implementing this so I just ran (from the command line):
which I suppose is the way that I'm supposed to do it anyway... >_<