How to compile these 2 java files correctly?
- by user198729
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?