Skip to content

Small presentation abut Eclipse Store for Hannover Gophers 15.10.2024

License

Notifications You must be signed in to change notification settings

Bios-Marcel/presentation_eclipse_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Languages