Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

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
titleStatus

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

StepDescription

2.1 Uncompress Eclipse and

Start-

start it

In 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 Software

Under Help MenueMenu, Select Install New Software


2.3 Adding UQAM-DEV Software Site

From 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-DEV

After having assigned the name and location of the archive, click OK and then OK again in the preference window.

2.5 Select UQAM-DEV in Available Software Windows

2.6 Select the desired features

After 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 installation

Answer 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 configuration

For this configuration step, eclipse will restart twice. You will therefore see this splash appear two times before you can access your workspace.

...