> +1. Open Constants.java for editing. > +1. Go to the example code > [Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java), > read it over, and copy the code into your file. > + > +### <a id="autoscale-compile"></a>Compile and Run > + > +Note: When providing a java classpath in Windows, the path separator is ';' > instead of ':' > +Note: This uses the API key, not the password. > + > + javac -classpath ".:lib/*" > org/jclouds/examples/rackspace/autoscale/CreatePolicy.java > + > + java -classpath ".:lib/*" > org.jclouds.examples.rackspace.autoscale.CreatePolicy myUsername myApiKey > + > +### <a id="autoscale-advanced"></a>Advanced work with Rackspace Autoscale > + > +In addition to the CreatePolicy example, by going through the autoscale > example code, you will learn to create and execute webhooks, and delete and > modify groups, policies, and webhooks. You can find the examples > documentation here: [Examples > Documentation](https://github.com/jclouds/jclouds-examples/tree/master/rackspace) > +
Make "here" the link at the end of this sentence, or change to "you can find more information in the examples documentation", with the last two words being the link? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/32/files#r7706593