Showing posts with label library. Show all posts
Showing posts with label library. Show all posts

Nov 23, 2010

Websphere admin console doesn't work on MyEclipse

Hi All,
Working with MyEclipse Blue Edition and WAS 6.1, Suddenly WAS admin stopped from being working on MyEclipse and throwing exceptions in the console.
Solution for this problem, by steps:
1) Find the directory named "optionalLibraries\Apache\Struts\1.2.4"
2) Copy "commons-validator.jar" into your "lib\ext" directory.
3) Stop the server and Start it again.
Hoping that it will help you also if this is your case.
Dor

Eclipse is running in a JRE, but a JDK is required

Hi,
1) Right click on windows eclipse shortcut.
2) add in the end of the Target "-vm pathtojdkliberary"
3) Ensure that the JRE library is setup correctly within eclipse->preferences->JRE
Solution refers both to MyEclipse (not matter if its the Blue version or the regular) and Eclipse.
That's it.
Dor