Hi
I installed jclouds1.9.0 and was trying out the JCloudsNovajava example
from docs and I get an error while compiling the code. I have copied the
pom.xml from the doc and tried to compile it.. The error is
import com.google.common.collect.ImmutableSet;
^
JCloudsNova.java:2: error: package com.google.common.io does not exist
import com.google.common.io.Closeables;
^
JCloudsNova.java:3: error: package com.google.inject does not exist
import com.google.inject.Module;
^
JCloudsNova.java:4: error: package org.jclouds does not exist
import org.jclouds.ContextBuilder;
^
JCloudsNova.java:5: error: package org.jclouds.logging.slf4j.config does
not exist
Any help.
--
Regards
Vijay Sukthankar