Nortel
Nortel
Installing Business Element Manager with newer versions of Windows
Installing Business Element Manager with newer versions of Windows
Must have Java 7 32-bit installed prior to installing element manager.
After installing on win 8/10 the shortcut will fail - fix the shortcut with this batch file edit step:
Open up File Explorer and browse to “C:\Users\your_username\.bcm\BEM\bin\”
Edit the run.bat file with Notepad
Change the the following line:
start javaw.exe -Xms128m -Xmx512m com.nortelnetworks.eem.framework.Main -logLevel 0 %*
to read:
start C:\"Program Files (x86)"\Java\jre7\bin\javaw.exe -Xms128m -Xmx512m com.nortelnetworks.eem.framework.Main -logLevel 0 %*
Save and close the file.
Create a shortcut to the run.bat file on your Desktop and/or Start Menu
(also posted here: https://www.tek-tips.com/viewthread.cfm?qid=1736667 )