I\'m rather new to java and eclipse, and I would like to get jar files from this github project:
https://github.com/nikkiii/omegle-api-java
I\'ve tried doin
This is the easiest way, assuming you dowloaded the zip file containg the .java source files from github:
omegle-api-java-master.omegle-api-java-master. Eclipse will create a project from the source in your workspace, and set it up with a java builder.Properties, going to Java Build Path, selecting the Projects tab, and clicking the Add button.Export -> Java -> JAR file, which will create your jar file for you.