Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "StatET/Development Environment"

 
Line 1: Line 1:
''Information about development of StatET in the Eclipse IDE''
+
Moved to: https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Development-Environment
 
+
 
+
See also: https://projects.eclipse.org/projects/science.statet/developer
+
 
+
 
+
=== PDE Target Platform ===
+
The target files are located in <code>org.eclipse.statet/releng/target-eclipse.ide/</code>. The target <code>ws-eclipse.ide</code> is usually suitable for the development environment ("ws" = workspace). It includes the current Eclipse installation and uses the local third party in <code>org.eclipse.statet/3rdparty/_assemblies/repository/target/repository</code>.
+
 
+
 
+
=== Known Issues ===
+
==== Java 11 ====
+
The start of the R console fails when starting/debugging StatET as Eclipse Application directly from an Eclipse workspace with StatET sources when using OpenJDK 11.
+
The cause is that the RMI registry executable included in OpenJDK 11 accepts only jar files as codebase location, but not directories with class files.
+
 
+
Workaround:
+
* Use OpenJDK >= 15 instead.
+
 
+
  
 
[[Category:StatET]]
 
[[Category:StatET]]

Latest revision as of 16:47, 9 February 2022

Moved to: https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Development-Environment

Back to the top