Thread: Plugin API
View Single Post
  #3  
Old 02-04-2010, 08:19 AM
Bellum Bellum is offline
Novice
 
Join Date: Sep 2009
Posts: 25
Default

thanks, got it to work, I suppose.


Quote:
Originally Posted by uda View Post
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