
In IntelliJ IDEA:

1. TOP MENU

click Project Structure
-> Modules
-> Dependencies
-> +
-> "Jars or Directories" 
-> locate and select TVideoGrabber.jar

2. CONFIGURATIONS

click Edit
-> +
-> Add New Configuration
-> select "Application"
-> MainClass: browse and select "fx.com.datastead.tvideograbber_demo.HelloApplication"

-> Modify Options 
-> Add VM Options
-> in the VM options line, add: "-Djava.library.path=c:\yourfolder_to_the_tvideograbber_dll"
 

