I'm following the instructions on the page 
http://liftweb.net/index.php/Using_eclipse_hotdeploy.
I've got today's snapshot of the new Eclipse plugin.

When I get to this stage:

> right click on your-proj-id > src/test/scala > RunWebApp.scala and select 
> Debug As > Open Debug Dialog...

> check that the value of "Scala application object" is RunWebApp (there is a 
> bug in some version scala
> plugin about the location of the class when you right click and run directly 
> (the first time), also, be sure
> it's not set to src.test.scala.RunWebApp.)

I do this, but get this:

Exception in thread "main" java.lang.NoClassDefFoundError: RunWebApp
Caused by: java.lang.ClassNotFoundException: RunWebApp
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)

Any ideas?

Ian.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to