On Aug 3, 6:19 pm, Meikel Brandmeyer wrote:
> Hi,
>
> On Aug 3, 10:16 am, Adie wrote:
>
> > for e.g
> > (import '(javax.persistence Persistence)
> > gives a
> > java.lang.ClassNotFoundException: javax.persistence.Persistence
> > (NO_SOURCE_FILE:0) error
>
> > How will i import javax.persistenc
On Mon, Aug 3, 2009 at 4:16 AM, Adie wrote:
>
> Good Afternoon folks,
>
> I am a newbie to Clojure, coming from CL, with very little Java
> background.
> I am trying to use the 'javax.persistence' libraries, but i just cant
> seem to import it properly
>
> for e.g
> (import '(javax.persistence Pe
Hi,
On Aug 3, 10:16 am, Adie wrote:
> for e.g
> (import '(javax.persistence Persistence)
> gives a
> java.lang.ClassNotFoundException: javax.persistence.Persistence
> (NO_SOURCE_FILE:0) error
>
> How will i import javax.persistence properly?
You have to name the Classes or Interfaces in the `i
Good Afternoon folks,
I am a newbie to Clojure, coming from CL, with very little Java
background.
I am trying to use the 'javax.persistence' libraries, but i just cant
seem to import it properly
for e.g
(import '(javax.persistence Persistence)
gives a
java.lang.ClassNotFoundException: javax.pers