|
Q: What do I need to get started?
To start coding a PVF Server
module you need a good knowledge of Java programming. Depending
on the modules you want to develop, you must know very well java
network components, "swing" interface components or database
programming.
If you know Java then you
can start by extracting the source code found in the JAR file of
the current release. You should take a look at the existing source.
For compiling your modules you must specify
the path to the distribution classes. You can use the directory
where you extracted the Jar or you can use directly the Jar file.
You must set the CLASSPATH system variable or pass it as an argument
at compile time.
|