all repos — tmdb-desktop-client @ 2ed0ab3a69850241b39e35280dd5cb84e397aecb

A simple tmdb desktop client written in Java

README.md

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Simple TMDb Desktop Client

A simple desktop client that allows users to search Movies and view information
about them. 


## Compile and Run

**Note: from the root directory**

Compile with:

    javac -cp "src/:lib/*" src/com/oocpro/tmdbdesktop/Main.java

Run:

    java -cp "src/:lib/*" com.oocpro.tmdbdesktop.Main