I'm following the steps here, it's basically :
- Compile the DataSource and LiveStream classes: javac -d . DataSource.java LiveStream.java
- Run using JMStudio: java JMStudio screen://0,0,160,120/10
But when I compile them, got lots of errors like javax.media
doesn't exist and so on.
Here's the directory structure:
D:\>dir
2010-06-11 22:25 <DIR> .
2010-06-11 22:25 <DIR> ..
2010-06-11 22:25 3,730 DataSource.java
2010-06-11 22:25 6,860 LiveStream.java
Can someone give more detailed steps how to set up the environment correctly to compile correctly?
UPDATE
Output of java -version
:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)