Hello,
I'm getting VI Java Setup and testing a simple class and ran into an error on this line:
VimServiceLocator vsl = new VimServiceLocator(); It says
Exception in thread "main" java.lang.Error: Unresolved compilation problems: VimServiceLocator cannot be resolved to a type I'm using VI Java 2.x and I'm wondering if I'm missing a .jar file in my build path Thanks for your input.