In NetBeans 7.2 the NetBeans home directory (.netbeans) is no longer stored in the user’s home directory. Instead, it is stored in a platform specific directory. What this means, if you are attempting to remove NetBeans or reset its settings, deleting ~/.netbeans (present if you have older installations of NetBeans) won’t do anything. To findContinue reading “NetBeans Home Directory”
Author Archives: rcuprak
JPA 2.1 (Java EE 7) – working persistence.xml file
I finally got a working persistence.xml for Java EE 7 up and running! With JPA 2.1 generation of the schema is now standardized. This means that you don’t have to use implementation specific flags, such as “eclipselink.ddl-generation” to auto-generate the schema. With Java EE 7, the location of the schema files/namespace has also changed. BelowContinue reading “JPA 2.1 (Java EE 7) – working persistence.xml file”