','..','$myPermit') ?>
SYLLABUS Previous: 8 THE JBONE USER
Up: 8 THE JBONE USER
Next: 8.2 Program execution
The Java Bed for ONE dimensional evolution equations JBONE
provides a flexible learning environement to test and compare numerical
schemes in a JAVA applet.
The full package consists of JAVA sources files *.java,
installation instructions in the README file and a number of
UNIX specific configuration files config* and compiler
rules Makefile*.
autoconf / automake that generate a Makefile
tailored specifically for your system:cd ~ # Somewhere in your directory gunzip pde-course-*.tar.gz # Uncompress tar xvf pde-course-*.tar # Unbundle cd applet configure # Create Makefile for your systemA default
Makefile is provided if the last command fails on
an older platform.
make all # Everything below make jbone # Compile java files make docs # Generate documentationIt is possible to compile the JAVA sources by hand using commands of the type
javac jbone.java # Compile java files javadoc -private -version *.java # Generate documentationThese are however system dependent.
*.java.
//TAG_rights_TAG// have been inserted in the source code
to target specific sections, enabling the web browser to jump directly to a
section of interest(here rights, near the top of the listing). The column on the left tells you from which file the program instruction
comes from.
SYLLABUS Previous: 8 THE JBONE USER Up: 8 THE JBONE USER Next: 8.2 Program execution