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 doing so in eclipse, but I can't import the project as a java project, and (I think) for this reason I am not able to use the Export feature to obtain jar files for the project. What is the easiest/best way to go about this?
Thanks
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.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With