On Oct 5, 5:31 am, Sanjeev <sanjeev.x.ve...@gmail.com> wrote:
> Hi:
>
> GWT newbie here, using gwt 2.04 with Guice 2.0, Gin 1.0 and
> mvp4g-1.2.0. I am getting the below error when trying to run
> “com.google.gwt.dev.Compiler” on my GWT project. Feeling very lost
> right now, so please help. Please ask for more information if needed –
> quick help will be very appreciated.
>
> Buildfile: C:\workspace\basel2-gwt\build.xml
> prepare:
> compile.gwt:
>      [java] Oct 4, 2010 11:15:08 PM java.util.prefs.WindowsPreferences
> <init>
>      [java] WARNING: Could not open/create prefs root node Software
> \JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...)
> returned error code 5.
>      [java] Compiling module com.boa.basel2.precalc.PreCalcAdjustment
>      [java]    Resolving
> com.boa.basel2.precalc.client.presenter.WorkflowPresenter
>      [java]       Found type
> 'com.boa.basel2.precalc.client.presenter.WorkflowPresenter'
>      [java]          [ERROR] Annotation error: cannot resolve
> com.boa.basel2.precalc.client.view.WorkflowView
>      [java] java.lang.ClassNotFoundException:
> com.boa.basel2.precalc.client.view.WorkflowView

Have you compiled you code with "javac"? Is the compiled *.class in
the classpath?
It's a necessary step, even if the *.class won't be run in the JVM
because they're only client-side code to be compiled by GWT into
JavaScript.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to