View Single Post
  #4  
Old 05.11.2020, 23:19
mostafaz4 mostafaz4 is offline
Junior Loader
 
Join Date: Aug 2012
Posts: 13
Default

Ok, I was able to compile the plugin using only javac and the official JD2 compiled jars

Code:
javac.exe -cp JDownloader.jar;Core.jar Plugin.java

Developing custom plugins is way easier for me now, thanks!!!
Reply With Quote