Vani
Vani

Reputation:

WebLogic plugin within Eclipse

I am trying to start WebLogic within Eclipse

When it starts it complains like this.

Unable to load performance pack. Using Java I/O instead. 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\;'

Upvotes: 4

Views: 8288

Answers (5)

Paul Schifferer
Paul Schifferer

Reputation: 509

The performance pack is not necessary to run WebLogic server, so you can safely ignore this warning.

Upvotes: 0

Pascal Thivent
Pascal Thivent

Reputation: 570595

Add $BEA_HOME/server/bin to your PATH. This should solve the issue.

Upvotes: 1

duffymo
duffymo

Reputation: 308998

Being able to run WebLogic in the IDE is built in to IntelliJ. It works right out of the box - no muss, no fuss.

Upvotes: 0

Paul Croarkin
Paul Croarkin

Reputation: 14675

Make sure that wlintio.dll is in the path. The location may vary depending on Weblogic version; in 9.2 it is in $BEA_HOME/server/native/win/32

Upvotes: 2

Vani
Vani

Reputation:

I don't see native folder under $BEA_HOME/server

I can see wlintio.dll under $BEA_HOME/server/bin

Upvotes: 0

Related Questions