Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Adding SPIs (jars) to classpath(Trying to add some SPIs to java sound)
Adding SPIs (jars) to classpath [message #798481] Tue, 14 February 2012 18:53
Nicolas Leroux is currently offline Nicolas LerouxFriend
Messages: 1
Registered: February 2012
Junior Member
I'm working on a media-player like application that's built on java sound and relies on many different SPIs to get support for different audio file types. I'm trying to add these SPIs to my eclipse project. Yet even after I've added them, I still get the unsupported audio exception. See the attached file for what my classpath looks like in eclipse.

Also, I copied the jars into lib\ext, since apparently the JVM looks there for jars when running, and I also launched the application by using a command like this: "java -classpath ".;C:\Users\Nico\workspace\desktop_client\lib\*" AudioPlayer02" where that lib folder has all of my SPI jars.

Any idea what could be up? I feel like I'm just missing something simple.

Thanks for any help!
  • Attachment: classpath.jpg
    (Size: 120.65KB, Downloaded 224 times)

[Updated on: Tue, 14 February 2012 20:37]

Report message to a moderator

Previous Topic:Finding Errors in JSP wih PMD
Next Topic:Swing GUI Not display properly
Goto Forum:
  


Current Time: Fri Apr 26 11:58:57 GMT 2024

Powered by FUDForum. Page generated in 0.02472 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top