Compiling problem
Hi, I have a problem with the compiling of a program. The TGZ archive with the source code can be download at this link: http://sourceforge.net/project/downloading.php?group_id=73939&use_mirror=kent&filename=viper-full-20060131.tgz&8114559
Is there someone that can help me to compile this? Because it has a large number of packages and external JAR files, and I don't know how to do it.
Thanks and sorry for my English but I'm Italian.
Bye Bye!
Yes, I know that in the ZIP I have the program compiled.
But If I want to compile it from source code, how do I do?
Because I have to modify this Java program.
Thanks!
Bye!
> But If I want to compile it from source code, how do I do?
> Because I have to modify this Java program.
You have to modify a Java program, but you don't know how to compile? You've got a long road ahead of you. Start here:
http://java.sun.com/learning/new2java/index.html
~
I know to compile with "javac" command including CLASSPATH and external JAR files, but with this program I've occurred in some errors... It seems to not find some packages, when I have included them in the CLASSPATH!! It's a strange thing!
I'd like, if possible, that someone tries to compile it, so I understand where I wrong...
Bye!!
> I've occurred in some errors...
Read the error messages; they tell you what's wrong, and by induction, what to fix. If you are confused by an error message, copy and paste the exact, full error message, and we can help point you in the right direction. Us downloading and compiling the software isn't going to identify where *you* went wrong.
~