Hi Zepx

you need to do this :-
1) D:\java>javac -cp . PriorityDemo.java
2) D:\java>java -classpath . PriorityDemo

I think that problem lies in the fact that your compiler is not able to find...