Some parameters necessary to properly launch Eclipse for UQAM-DEV must be made in the $ECLIPSE_HOME/eclipse.ini file.
Replace the parameters in -vmarps with:
Info | ||
---|---|---|
| ||
in draft |
Sommaire |
---|
...
https://www.eclipse.org/downloads/packages/release/neon/3
1.1.
...
1 Java
En An essential prerequisite for the operation of UQAM-DEV is the installation of Java. The command below presents its installation in the Linux environment.
1.1.2 Setting-up Eclipse ini file
Some parameters necessary to properly launch Eclipse for UQAM-DEV must be made in the $ECLIPSE_HOME/eclipse.ini file.
Replace the parameters in -vmarps with:
Bloc de code |
---|
-vmargs --add-modules=ALL-SYSTEM -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.8 -Dosgi.dataAreaRequiresExplicitInit=true -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication -Xmx4096M -Xms640M -XX:SurvivorRatio=16 -XX:NewRatio=3 |
1.2 Linux xrdp (optional for Windows Remote Desktop)
...
Bloc de code |
---|
sudo apt install openjdk-8-jdk java -version |
1.
...
3 Linux Configuration for Windows Remote Desktop
...
Connection
Bloc de code |
---|
sudo apt -y install xrdp tigervnc-standalone-server sudo systemctl enable xrdp |
...
2 Installing UQAM-DEV
Step | Description |
---|---|
2.1 Uncompress Eclipse andStart-start itIn your favorite directory unzip the eclipse package and click on the executable to start the application. | Eclipse appearance after choosing the workspace and closing the welcome window. |
2.2 Eclipse Installing new SoftwareUnder Help MenueMenu, Select Install New Software | |
2.3 Adding UQAM-DEV Software SiteFrom the Available Software window, click on the Available Software Sites link to bring up the preference window. Then click on the add button. | |
2.4 Assign the URL of UQAM-DEVAfter having assigned the name and location of the archive, click OK and then OK again in the preference window. | UQAM-DEV URL = http://vivo-i18n.dev.uqam.ca:8080/uqam-dev/release/ |
2.5 Select UQAM-DEV in Available Software Windows | |
2.6 Select the desired featuresAfter a few seconds of waiting, you will be able to choose the features that are most convenient for you. After the section, click on the Next button. | |
2.7 Complete the installationAnswer positively to all the questions you are asked and then, finalize the installation by clicking on the Finish button. The following dialogue should appear and you just have to wait until the process is complete. You will be asked security questions, you must accept them by clicking on the OK button. At the end of the installation, eclipse will offer you to reboot. Accept the proposal by clicking on the Yes button. | |
2.8 Complete the configurationFor this configuration step, eclipse will restart twice. You will therefore see this splash appear two times before you can access your workspace. |
...