| Article: |
A Gentle Re-Introduction to QuickTime for Java | |
| Subject: | Nice screenshot, but did you actually do your homework? | |
| Date: | 2003-06-07 10:29:13 | |
| From: | anonymous2 | |
|
In project builder, changing the Target VM version to 1.3 under Java Compiler Settings doesn't make project builder use the 1.3 jdk.
|
||
Showing messages 1 through 3 of 3.
-
Nice screenshot, but did you actually do your homework?
2003-06-09 13:48:17 Chris Adamson |
[View]
-
Nice screenshot, but did you actually do your homework?
2003-06-09 13:49:31 Chris Adamson |
[View]
PS, I forgot to mention that I deleted the three "starter" source files PB gave me when I created the project, but you probably guessed that.
-
Nice screenshot, but did you actually do your homework?
2003-08-07 05:21:27 anonymous2 [View]
Recording Rtsp video stream.
I am looking for a software to be able to record RTSP video Stream. Please let me know at franperezav@msn.com. Thanks in advance.



This works for me:
* create a "Java AWT Application" PB project
* drag in the source file
* drag in QTJava.zip
* in Targets:Pure-Java Specific, make sure the Main-Class is "com.mac.invalidname.simpleqtplayer.SimpleQTPlayer"
* under "Target VM Version", select 1.3.* (not 1.3+). This will lock the executable into 1.3 and won't use 1.4 even if it's there.
I had a little trouble with the classpath. If you do too, look inside the created double clickable (under "build", do ctrl-click for "show package contents") and look under Contents/Resources/Java to verify the name of the jar, which should be the only classpath entry on the pure-java specific panel (probably something like $JAVAROOT/SimpleQTPlayer.jar)
Mea culpa - I'm an emacs-and-ant guy by nature.
--Chris (invalidname)