I'm trying to install openCSV
for java and downloaded the files from sourceForge. Unfortunately it's a .gz
file and I'm not sure how to handle it.
(How do I get the .jar files to add to the path?)
Any suggestions?
I'm using windows 7 machine with netbeans and eclipse.
It sounds like you need some clarification about the file format:
.tar is a file format for storing collections of files for distribution or archiving
.gz is the file extension for files compressed using gzip
Open the tar.gz archive in 7-zip and drill into the folder tree until you find the opencsv-2.3 folder and then extract.