简体   繁体   English

Eclipse中的WebLogic插件

[英]WebLogic plugin within Eclipse

I am trying to start WebLogic within Eclipse 我正在尝试在Eclipse中启动WebLogic

When it starts it complains like this. 当它开始时,它会这样抱怨。

Unable to load performance pack. 无法加载性能包。 Using Java I/O instead. 改用Java I / O。 Please ensure that wlntio.dll is in: 'C:\\bea81\\jdk142_04\\bin;.;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\bea81\\jdk142_04\\jre\\bin;C:\\Program Files\\Java\\jre1.6.0\\bin\\client;C:\\Program Files\\Java\\jre1.6.0\\bin;C:\\sybase\\JS-12_5\\bin;C:\\sybase\\OCS-12_5\\lib3p;C:\\sybase\\OCS-12_5\\dll;C:\\sybase\\OCS-12_5\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\Program Files\\Common Files\\Roxio Shared\\DLLShared\\;C:\\Program Files\\Common Files\\Roxio Shared\\DLLShared\\;C:\\Program Files\\Common Files\\Roxio Shared\\9.0\\DLLShared\\;C:\\Program Files\\cvsnt;C:\\Program Files\\Executive Software\\DiskeeperWorkstation\\;' 请确保wlntio.dll位于:'C:\\ bea81 \\ jdk142_04 \\ bin;。; C:\\ WINDOWS \\ system32; C:\\ WINDOWS; C:\\ bea81 \\ jdk142_04 \\ jre \\ bin; C:\\ Program Files \\ Java \\ jre1.6.0 \\ bin \\ client; C:\\ Program Files \\ Java \\ jre1.6.0 \\ bin; C:\\ sybase \\ JS-12_5 \\ bin; C:\\ sybase \\ OCS-12_5 \\ lib3p; C:\\ sybase \\ OCS-12_5 \\ dll; C:\\ sybase \\ OCS-12_5 \\ bin; C:\\ WINDOWS \\ system32; C:\\ WINDOWS; C:\\ WINDOWS \\ System32 \\ Wbem; C:\\ Program Files \\ Common Files \\ Roxio Shared \\ DLLShared \\; C:\\ Program Files \\ Common Files \\ Roxio Shared \\ DLLShared \\; C:\\ Program Files \\ Common Files \\ Roxio Shared \\ 9.0 \\ DLLShared \\; C:\\ Program Files \\ cvsnt; C:\\ Program Files \\执行软件\\ DiskeeperWorkstation \\;'

Add $BEA_HOME/server/bin to your PATH . $BEA_HOME/server/bin添加到PATH This should solve the issue. 这应该可以解决问题。

Make sure that wlintio.dll is in the path. 确保wlintio.dll在路径中。 The location may vary depending on Weblogic version; 位置可能因Weblogic版本而异。 in 9.2 it is in $BEA_HOME/server/native/win/32 在9.2中,它在$ BEA_HOME / server / native / win / 32中

I don't see native folder under $BEA_HOME/server 我在$ BEA_HOME / server下看不到本机文件夹

I can see wlintio.dll under $BEA_HOME/server/bin 我可以在$ BEA_HOME / server / bin下看到wlintio.dll

性能包对于运行WebLogic服务器不是必需的,因此您可以放心地忽略此警告。

Being able to run WebLogic in the IDE is built in to IntelliJ. 能够在IDE中运行WebLogic内置于IntelliJ中。 It works right out of the box - no muss, no fuss. 它开箱即用-没有混乱,没有大惊小怪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM