eclipse-platform / eclipse.platform

https://eclipse.dev/eclipse/
Eclipse Public License 2.0
84 stars 113 forks source link

Javax.sound package not accessible #1567

Closed lambdacore12 closed 2 months ago

lambdacore12 commented 2 months ago

I just created my first Java project and I get the error "The package javax.sound is not accessible."

I have looked throughout the internet and added "requires java.desktop" in modul-info.java.

I am using the latest ECLIPSE IDE 2024-09.

image

akurtakov commented 2 months ago

First of all, this is Java specific issue thus has to be reported to https://github.com/eclipse-jdt/ not to Eclipse platform. But more important - you would have to be far more detailed in what you did exactly, what the expectation is and so on as the report in it's current form is non-actionable. I'm closing this one as GH doesn't support moving issues between GH orgs thus a new and detailed one would be needed in jdt.

lambdacore12 commented 2 months ago

Thank you. I don't think this issue needs more explaining: importing javax.sound gives an error, that's all.