|
From: Paul H. <pa...@ba...> - 2005-07-13 21:07:47
|
I'm on WinXP using Netbeans 4.1, Java SDK 1.5, and I'm trying to compile JMusic for the very first time. I have the JMusic source (jmsrc_1.5) and grame (midishare-1.90) in my NetBeans project (hence in my classpath). I also have iTunes (4.9.0.17), QuickTime Player (6.5.2) and the QTJava SDK (6.1) installed. I encountered the enum/1.5 keyword problem, and dealt with that (before I realized that Francois Pinot had done the same). Now, when I try to compile I get missing package errors on the jmqt files, e.g. ...\src\jmqt\QTCycle.java:32: package quicktime does not exist Well, I guess I have to find either the Java sources or a jar for those quicktime packages, but I just don't know where they are. Are they under my nose in something I already have, or do I need another download? Alternatively, a workaround that lets me build without QuickTime support would be welcome. Has anyone hit this problem and got past it? |