Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
1 Posted Topic
Your issue is you are using Embedded driver with Network Database. Any URL that starts with localhost indicates Network Database. So if you are using Embedded driver, try to use URL like 'jdbc:derby:C:/PathToDatabase/DatabaseName;create=true<or false whatever>'. Replace Windows path with Linux in case you are on Linux Box.
The End.
bloggernewbie