Inhalt
Topic:.Java2C.TestSf.
pStyle=std tableStyle=stdTable
This chapter describes the test procedure, which is done before a new download zip-package is published. You can repeat the test with a gotten download or after some changes of your.
Topic:.Java2C.TestSf..
pStyle=std tableStyle=stdTable
The Java2C-translator is ready to use with a given exe/Java2C.jar
file. That jar-file can be gotten from the sources in the download anytime too.
The translation script is
srcJava_Java2C/_make/makejar_Java2C.sh
respectively the *.bat file for Windows.
Test:
Call the translation script
Check:
See whether the translation script works. Maybe the Java-JDK is not found. Then enhance the search algorithm in srcJava_vishiaBase/_make/+javacjarbase.sh
See whether all sources are found and correct.
Topic:.Java2C.TestSf..
pStyle=std tableStyle=stdTable
The sources in that directories inside CRuntimeJavalike
are translated from their Java sources in srcJava_vishiaBase
or srcJava_vishiaRun. They are pre-translated well in the download. But after changes of the Java sources or the Java2C-translator
itself they should be re-translated and compared with their older forms. The comparison of that files are stored in the directory
CRuntimeJavalike.ref
The translation script is
CRuntimeJavalike/make/J1c.java2c.sh
CruntimeJavalike/make/Inspc.java2c.sh
respectively the *.bat files for Windows.
Test:
Call the translation with argument "clean" to translate newly
Or call the translation without argument if any Java source is changed.
Check:
See whether the Java2C-translator works properly.
Compare the files with the content in the CRuntimeJavalike.ref
. Update that content if the differences are correct.