You can check if everything is OK from what scons prints  to the terminal,  for
instance check the lines:

Build platform is 'linux'.
SCons tools on this platform:  ['default', 'gnulink', 'gcc', 'g++', 'f95', 'gas', 'ar', 'CVS', 'dvipdf', 'dvips', 'gs', 'jar', 'javac', 'javah', 'latex', 'lex', 'm4', 'pdflatex', 'pdftex', 'RCS', 'rmic', 'rpcgen', 'swig', 'tar', 'tex', 'yacc', 'zip']

you see I have jar, javac and javah.

This succeeds to build OK here, but on the other hand I am getting an awful
lot of warnings, which I did not use to. I wonder why they have been introduced
(this is from Javac):
----------
1. WARNING in interfaces/CSOUND_FILETYPES.java (at line 90)
        private CSOUND_FILETYPES(String swigName) {
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CSOUND_FILETYPES(String) is never used locally
----------
2. WARNING in interfaces/CSOUND_FILETYPES.java (at line 101)
        private CSOUND_FILETYPES(String swigName, CSOUND_FILETYPES swigEnum) {
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CSOUND_FILETYPES(String, CSOUND_FILETYPES) is never used locally
----------
----------
3. WARNING in interfaces/CSOUND_STATUS.java (at line 36)
        private CSOUND_STATUS(String swigName) {
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CSOUND_STATUS(String) is never used locally
----------
4. WARNING in interfaces/CSOUND_STATUS.java (at line 47)
        private CSOUND_STATUS(String swigName, CSOUND_STATUS swigEnum) {
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CSOUND_STATUS(String, CSOUND_STATUS) is never used locally
----------
4 problems (4 warnings)

Victor


 ----- Original Message -----
From: victor <Victor.Lazzarini@nuim.ie>
Date: Monday, March 24, 2008 3:26 pm
Subject: Re: [Cs-dev] 64-bit Csound 5.08 with Java wrapper ?
To: Developer discussions <csound-devel@lists.sourceforge.net>

> Generally scons finds the Java tools in your PATH.
>
> Victor
> ----- Original Message -----
> From: "Dave Phillips" <dlphillips@woh.rr.com>
> To: "Developer discussions" <csound-devel@lists.sourceforge.net>
> Sent: Monday, March 24, 2008 1:07 PM
> Subject: Re: [Cs-dev] 64-bit Csound 5.08 with Java wrapper ?
>
>
> > root wrote:
> >> I have built csound on my AMD64 with the Java wrapper. 
> Just did an cvs
> >> update and a build
> >>
> >> scons buildCsoundVST=0 generateTags=1 useJack=1 usePortMIDI=1
> >> generateZIP=0 useALSA=1 Word64=1 useDouble=1 useOSC=1
> buildInterfaces=1
> >> buildTclcsound=1 noDebug=0 buildJavaWrapper=1
> pythonVersion=2.5
> >> buildPythonOpcodes=1 install=0 buildRelease=0 buildPDClass=1
> >> buildStkOpcodes=1 buildWinsound=1 buildNewParser=1 Lib64=1
> > Hi John,
> >
> > I just now checked out CVS Cs5, tried the same options as
> above, and
> > received the same error as before :
> >
> > Generating wrappers...
> > ./H/csound.h:340: Warning(451): Setting a const char *
> variable may leak
> > memory.
> > interfaces/CppSound.hpp:80: Warning(813): Warning for CppSound
> proxy:> Base CsoundFile ignored. Multiple inheritance is not
> supported in Java.
> > <type 'exceptions.AttributeError'>: 'SConsEnvironment'
> object has no
> > attribute 'Java':
> >  File "/home/dlphilp/src/csound5-cvs/SConstruct", line 1232:
> >    jcsnd = csoundJavaWrapperEnvironment.Java(
> >
> >
> > Note the line number difference this time.
> >
> > Victor must be right, there's something fouled in my Java
> setup. Is
> > there a JAVA_HOME or other environment setting that I should
> use ?
> >
> > Best,
> >
> > dp
> >
> >
> > ---------------------------------------------------------------
> ----------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> -----------------------------------------------------------------
> --------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel