|
PerfectReign has posted the message above and I am with the same
problem. The question is: What should be the Database URL ? like this: C:\\SOMEWHERE\\ or C\:\\SOMEWHERE\\ or C:/SOMEWHERE/ ? Thanks ---------------- Question about Embedded DerbyI have successfully completed the "Building a Java Desktop Datbase Application" tutorial at: http://www.netbeans.org/kb/60/java/gui-db.html Very nice work! I am now trying to do the same thing only using an Embedded Derby database. I am able to create the database (using ij) and then connect to it. However, when I go to run the app, I get an error in my CarsAppView.java file. It is at this line (in grey): entityManager = javax.persistence.Persistence.createEntityManagerFactory("jdbc:derby:C:\projects\embeddedCar\CARSDBPU").createEntityManager(); The error message states: "illegal escape character" at each of the three backslashes. Since this is non-editable, what can be done? -- ======================================================== Ricardo José da Silva Seromenho Aluno 23842 Universidade do Algarve, Campus de Gambelas e-mail: [EMAIL PROTECTED] web: http://www.deei.fct.ualg.pt/~a23842/ |
- How to make a simple app with a Java Db embedded ? Ricardo Seromenho
- Re: How to make a simple app with a Java Db embedde... Ricardo Seromenho
- Re: How to make a simple app with a Java Db emb... bruehlicke
- Re: How to make a simple app with a Java Db emb... Donald McLean
- Re: How to make a simple app with a Java Db emb... Kai Ponte
- RE: Question about Embedded Derby Ricardo Seromenho
- Re: Question about Embedded Derby bruehlicke
- Re: Question about Embedded Derby Kai Ponte
- Re: Question about Embedded De... Ricardo Seromenho
- Re: Question about Embedde... Kai Ponte
- Re: Question about Embedde... Daniel Noll
- Re: Question about Embedde... Ricardo Seromenho
- Re: Question about Embedde... John Embretsen

