[Scons-users] Java with tool call

Philipp Kraus philipp.kraus at flashpixx.de
Thu Nov 22 08:13:51 EST 2012


Hello,

I have create the env object with
env = Environment( tools = [] )

and I would like to use Java (javac, jar, javah) and try to set it up with
env.Tool("java")

and I get the error: EnvironmentError: No tool named 'Java': not a Zip file:

How can I add the Java support?

Thanks

Phil


More information about the Scons-users mailing list