Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Bostic-Gardner authored and Caleb Bostic-Gardner committed Mar 23, 2024
1 parent 98cdfd6 commit 836efed
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ V2 brings a much better codebase and more ease for addition, and will only impro

---

## Active/Current Issues
1. Unfortunately, right now there's an issue with running the ```.jar``` on Mac OSX. When trying to run using JDK 1.8, 11 (LTS), or higher, the application is launched and can be seen in the Dock, and then withing a few seconds it crashes. Once it crashes, it then gives an error window with this or similar message: ```The Java JAR file "Music Visualizer-V2.jar" could not be launched. Check the console for possible error messages.```.
- When running the jar from a terminal, the error message is: ```java.lang.NoClassDefFoundError: com/apple/eawt/QuitHandler```

---

## Releases?
Yes, yes, I know! Unlike the previous version, for now, V2 releases of the ```.jar``` will be a stand-alone player. SoundCloud integration will be hidden unless a valid SoundCloud ```ClientId``` is set via environment variable.

Expand All @@ -25,7 +19,7 @@ To protect the ```ClientId``` which SoundCloud uses to authenticate requests to
```
Java JDK + IntelliJ + Kotlin
```
#### The codebase is an IntelliJ IDEA project, so I'd recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/). This project also uses [Kotlin](https://kotlinlang.org/?fromMenu), which is an incredible language! I'd also recommend using the ```AdoptOpenJDK 11 (LTS)```: [AdoptOpenJDK - Windows, Mac, Linux](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot)
#### The codebase is an IntelliJ IDEA project, so I'd recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/). This project also uses [Kotlin](https://kotlinlang.org/?fromMenu), which is an incredible language! I'd also recommend using the ```Adoptium```: [Eclipse Temurin 17 (LTS)](https://adoptium.net/temurin/releases/?version=17)

### Project Needed Setup

Expand Down Expand Up @@ -75,7 +69,7 @@ Please feel free to fork and submit bug fixes or feature requests!
---

## Libraries and API's Used
- [Processing 3](https://processing.org/) - Graphics library
- [Processing 4](https://processing.org/) - Graphics library
- [Minim](https://github.com/ddf/Minim) - Audio library
- [ControlP5](https://www.sojamo.de/libraries/controlP5/) - Awesome GUI controls
- [Apache Commons IO](https://commons.apache.org/proper/commons-io/) - IO Utility library
Expand Down

0 comments on commit 836efed

Please sign in to comment.