ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
72

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

). Please report this error on http://www.objectdb.com/issue/new com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date java.lang.NoClassDefFoundError: java/sql/Date at objectdb/com.objectdb.o.VUT.<clinit>(VUT.java:68) at objectdb/com.objectdb.o.RAT.l(RAT.java:106) at objectdb
71

java.lang.NoClassDefFoundError: java/time/LocalDate

thread "main" [ObjectDB 2.8.6] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client ... .objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/time/LocalDate java.lang.NoClassDefFoundError: java/time/LocalDate at com.objectdb.o.VUT.<clinit>(VUT.java:71) at com
16

Where can I learn how to use ObjectDB?

The best source for learning ObjectDB is the ObjectDB Manual, which contains all the necessary information for using ObjectDB. The only required background is a good understanding of the Java language. Reading the manual and getting started with ObjectDB could be easier for developers with prior
16

JPA / JDO Class Enhancer

Line Enhancement ObjectDB Enhancer is a Java console application. It is contained in the objectdb.jar file. You can run it from the command line as follows: > java -cp objectdb.jar com.objectdb ... reserved. Usage: java com.objectdb.Enhancer [ <options> | <class> | <filename> ] ... <class> - name
15

ObjectDB Object Database Features

Requirements Windows, Linux, Unix, Mac OS, and most other OS with Java support. Java 8 or higher Tested ... in support for JPA 2. Java Persistence API (JPA) Most features of JPA 2 are supported. Support for remaining features is in progress - see issue tracking (requires login). Java Data Objects (JDO
3

Step 4: Add a Servlet Class

... Enter GuestServlet as the class name - use exactly that case sensitive class name. The Java ... of the new source file with the following code: package guest; import java.io.IOException; import
3

Step 4: Add a Servlet Class

> Other... > Web > Servlet and clicking Next. The Java package name should be guest. Enter ... ; import java.io.IOException; import javax.ejb.EJB; import javax.servlet.ServletException
3

Step 5: Add a JSP Page

: <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util
3

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors
3

Step 5: Add a JSP Page

" pageEncoding="ISO-8859-1"%> <%@page import="java.util.*,guest.Guest"%> <!DOCTYPE html PUBLIC "-//W3C//DTD

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support