Eclipse Plugin for Enovia / 3DEXPERIENCE Platform
After downloading the plugin, you have to update com.fervort.enofer_X.X.X.X.jar
file with the latest version of eMatrixServletRMI.jar
Steps :
-
Unzip the downloaded plugin
-
Copy
eMatrixServletRMI.jar
file from your web server intolib
folder of the unzipped plugin. In case of TomEE, it is located in path/webapps/internal/WEB-INF/lib
folder -
Run
buildJAR.bat
script. This script will copyeMatrixServletRMI.jar
you have just pasted inlib
folder into the JARcom.fervort.enofer_X.X.X.X.jar
. If you are sucessful, you will see change in size and timestamp of JAR file. -
Copy updated JAR
com.fervort.enofer_X.X.X.X.jar
into your Eclipse plugin folder . -
Restart Eclipse.
After restarting eclipse, you will see new Menu EnoFer is added in the main menubar.
Go to Eclipse menu : Windows -> Prefernces -> EnoFer Settings
. Fill the settings :
EnoFer plugin provides basic features like insert program, compile program, extract program etc
Create a Java project in Eclipse and right-click on src
folder. Go to EnoFer -> Extract Program Here
. Select the Program and click okay. Programs will be exported in src
folder. Right click on src
folder and click Refresh
or press F5 .
Right-click on program and Go to EnoFer -> Import this Program
.
Right-click on program and Go to EnoFer -> Compile this Program
.
- EnoFer menu is available on all right click
- Password is visible from settings.
- Unknown issues 😉
Feel free to create an issue
on GitHub.