I switched to Windows 7 64 bit few months back and I upgraded all my tools/SDKs to 64 bit versions including JDK. Suddenly after I updated JDK to 64bit my Eclipse plugin that I use to develop Blackberry applications started giving this error on every start
Cannot find RIMIDEWin32Util.dll. This is a required component of the IDE.Solution to this problem is that install both JDK and Eclipse 32bit versions. And set the following environment variables in Windows
- JAVAHOME=path to the folder where JDK(32bit) is installed
- PATH=add path to bin folder of your JDK(32bit)
Comments
Post a Comment
Share your wisdom