Hi Dave,
Thanks for additional information. I guess I'm going to have to find a
Windows workstation and understand what is going on.
In the meanwhile, could I ask you to try with one of the nightlies (http://scala-ide.org/download/nightly.html)?
As mentioned, we did fix one issue that was affecting Windows users, and it would be
interesting to know if what you are experiencing is just another manifestation of that issue.
> Without Xplugin explicit path to continuations.jar I get:
> java.lang.NoClassDefFoundError: Main
> Caused by: java.lang.ClassNotFoundException: Main
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> Exception in thread "main"
>
> Maybe it is an Indigo only problem.
No, it is not an Indigo problem (it works fine for me ;))
Cheers,
Mirco
-- Mirco
No need to get another physical computer - just set up VMware workstation with any guest OSes that you need to test with. We do this all the time.
http://download.scala-ide.org/nightly-update-master-2.9.2-SNAPSHOT (update site for Scala 2.9)
Enabling continuations should work just like it is described in the tutorial (even on Windows! :))
http://scala-ide.org/docs/tutorials/continuations-plugin/index.html
Cheers,
Mirco
On Feb 21, 2012, at 7:41 PM, Dave wrote: