Re: Apache Derby+Eclipse+GWT on Mac OSX - ClassNotFoundException

2009-12-28 Thread Chris
Are the jars in the web-inf/lib folder when you run your project? The
classpath will be given to the server module, but not necessarily
transferred to the web apps that are running it.

On Dec 27, 11:53 am, Oggy ogg...@gmail.com wrote:
 Hi,
 I have the following problem:
 I am trying to get my app working using Apache Derby, Eclipse and GWT
 using Mac OSX.
 I have installed the derby plugins for eclipse, and added derby nature
 to the project, the jars are in the classpath, but I am still getting
 this:

 java.lang.ClassNotFoundException:
 org.apache.derby.jdbc.EmbeddedDriver .

 I am really frustrated by this, tried a lot of stuff but cannot get it
 to work. If somone knows anything that could help, I would very much
 appreciate it.
 Thanks, Oggy.

--

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.




Re: Apache Derby+Eclipse+GWT on Mac OSX - ClassNotFoundException

2009-12-28 Thread Oggy

Thank you very much, that did the trick... I thought I did that, but I
put all the jars but didnt put derby.jar there by accident :).
Now I have trouble though with changing java permissions to be able to
run derby.
Does anyone know what do I have to add in the policy file? (I am using
Mac OS X).
Thank you, Oggy.

--

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.




Apache Derby+Eclipse+GWT on Mac OSX - ClassNotFoundException

2009-12-27 Thread Oggy
Hi,
I have the following problem:
I am trying to get my app working using Apache Derby, Eclipse and GWT
using Mac OSX.
I have installed the derby plugins for eclipse, and added derby nature
to the project, the jars are in the classpath, but I am still getting
this:

java.lang.ClassNotFoundException:
org.apache.derby.jdbc.EmbeddedDriver .

I am really frustrated by this, tried a lot of stuff but cannot get it
to work. If somone knows anything that could help, I would very much
appreciate it.
Thanks, Oggy.

--

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.