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!

[484 byte] By [Bomberjavaa] at [2007-11-27 11:33:33]
# 1

Isn't that ZIP the binary then? As for the libraries you need, look at the documentation.

CeciNEstPasUnProgrammeura at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...
# 2

Checked. Yes, it is. The ZIP's all you'll ever need.

CeciNEstPasUnProgrammeura at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...
# 3

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!

Bomberjavaa at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...
# 4

> 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

~

yawmarka at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...
# 5

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!!

Bomberjavaa at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...
# 6

> 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.

~

yawmarka at 2007-7-29 16:52:08 > top of Java-index,Java Essentials,Java Programming...