this post was submitted on 14 Aug 2024
92 points (96.0% liked)
Open Source
31184 readers
236 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't understand the install instructions. I downloaded all the jars of step 2. Imported the folder into Visual Studio Code, checked that my Java Configuration is set to Java 17.
And now "Main Class: com.joardanbunke.stripple_effect.StrippleEffect"
What?
I tried creating a launcher.json, but here I don't know what to put into. With chatgpt I added some stuff like { "main class": com.jordanbunke.stripple_effect.StrippleEffect"} and some more info like " classPathes": ${workspaceFolder}/lib/*" And saved it into .vscode folder.
Edit: I got the StrippleEffect.java to no longer have red errors, but when I try task run it is missing a .settings fie in my roaming folder. I guess I made a mistake in the launcher.json.
I guess I need to compile the .java to a jar? I created a tasks file in my .vscode folder and run Tasks: Run Build Task. But now it complains about missing packages.
When running Tasks: error package com.jordanbunke.delta_times does not exist import com.joardanbunke.delta_time.OnStartup
I tried to put the jars into the com\jordanBunke folder. No luck.