what does forking the process mean?
am i understanding this right?
-move java process to a shorter path like c:\java...?
-make package names shorter?
-limit the classes that get enhanced? how...
Type: Posts; User: donut; Keyword(s):
what does forking the process mean?
am i understanding this right?
-move java process to a shorter path like c:\java...?
-make package names shorter?
-limit the classes that get enhanced? how...
I imported the expense sample app into eclipse and I keep getting this DataNucleus Enhancer problem:
Exception occurred executing command line.
Cannot run program "C:\Program...
I'm brand new to ROO. I brought up the expense app using ROO 1.1.0.RC1
And I made an attempt to change the persistence.xml to use JPA for the entities I'm going to create next (this is where I'm...
If you need access to /WEB-INF/someContext.xml using a BeanFactory you can try this:
String pathToClassesDir = this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath();
...