Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Store Presentation

The slides are at SLIDES.md and can either be viewed in a text editor of your choosing or by using presenterm.

The example code used for demonstration purposes is located at ./src.

The setup uses Maven and any OpenJDK 22.

You need to specify a version 22 JDK via your ~/m2/toolchains.xml:

<?xml version="1.0" encoding="UTF-8"?>
<toolchains>
  <!-- JDK toolchains -->
  <toolchain>
    <type>jdk</type>
    <provides>
      <version>22</version>
      <vendor>openjdk</vendor>
    </provides>
    <configuration>
      <jdkHome>/path/to/jdk/17</jdkHome>
    </configuration>
  </toolchain>
</toolchains>`

Code can be executed like this:

mvn -q clean compile exec:exec

You are free to whatever the hell you want with the code and presentation :)

About

Small presentation abut Eclipse Store for Hannover Gophers 15.10.2024

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages