When e50, Atlas EDI or Atlas MX start up you may get an error that JVM.DLL cannot be found. This DLL is used for BDX comms.
You need to add the full path to that file to the Windows environment variable called PATH. Just append the full path to the DLL to the end of PATH variables current value.
- Confirm your jvm.dll is in "C:\Program Files\e50\jre\bin\client" or "C:\Program Files\Atlas MX\BDE\jre\bin\client" or "C:\Program Files\Atlas EDI For Windows\jre\bin\client"
- Once confirmed then append this path to the Windows environment path so it may initially look something like the picture here :

Things to note :
- If you add this value to the path while logged in as a non admin user "John" and then another person called "James" logs in with their own account and tries to run the comms they will get the same error because the path has only been appended for user "John". Sometimes loggin in as the Administrtaor and append this path will ensure that this change is applied to all user accounts.
- You must exit the Atlas application, make the change and then start the Atlas application again.
- Sometimes you need to logout of Windows and log back in again for the path change to take effect for the Windows account you have added it to.