Thread: Plugin API
View Single Post
  #2  
Old 02-03-2010, 05:40 PM
uda uda is offline
Wanderer
 
Join Date: Oct 2009
Posts: 8
Default

You may have read the README.TXT, but you didn't follow it

The command is:

javac -cp umc-api.jar TestPlugin.java

Try:

javac -help

-cp refers to the classpath to include libraries. Those errors are referring to the API functions which need to be included.
Reply With Quote