URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [README] - Rev 800
Go to most recent revision | Compare with Previous | Blame | View Log
The GNU Classpath tools are stored in the tools.zip. They can be invoked byputting this archive into classpath and specifying the tool main class as theclass to run (parameters usually follow). The current release contains thefollowing tools:== GIOP tools ==GIOP tools are used for creating the applications that use GIOP communicationprotocol. It provides necessary support for org.omg.* and javax.rmi.*packages.All GIOP tools support the --help option, for instance:java -cp tools.zip gnu.classpath.tools.giop.IorParser --helpThe list of the currently available GIOP tools (name matches the mainclass in gnu.classpath.tools.giop package):* GRMIC - RMI-IIOP stub and tie generator.* NameService - GIOP transient naming service (this tool is calledtnameserv in Sun's package).* NameServicePersistent- GIOP persistent naming service (this tool is calledorbd in Sun's package).* IorParser - Parses the stringified form of the interoperableobject references (IOR's).== RMI tools ==RMI tools provide support for java.rmi package. All tools supportthe --help key by printing more information, for instance:java -cp tools.zip gnu.classpath.tools.rmi.RMIC --helpThe list of the currently available RMI tools (name matches the main tool classin gnu.classpath.tools.rmi package):* RMIC - RMI stub and tie source code generator (complementsthe ASM based bytecode generator in the separatecp-tools project). This tool is only needed forresearch and backward-compatibile applications, asClasspath supports the 1.5 feature to replace suchstubs by proxy classes.* REGISTRY - The persistent RMI naming service.* RMID - The persistent RMI activation daemon, supports thejava.rmi.activation package.== Security tools ==Security tools (currently) are used for signing and verifying JAR filesas well as (planned) generating and managing cryptographic tokens andcredentials.The list of individual tools, the name of their main class that should beinvoked by the Java launcher, and a summary of what they provide follows:* jarsigner gnu.classpath.tools.jarsigner.MainA drop-in replacement for the "jarsigner" tool.
Go to most recent revision | Compare with Previous | Blame | View Log
