-
I put the file net.sf.fjep.fatjar_0.0.31.jar in the C:\Program Files\Genuitec\Common\plugins directory and restarted Eclipse with the -clean option. FatJar doesn't show up in the context menu when I right-click on a project. Is 7.5M1 not supported or did I do something wrong in the installation?
Thanks for any help you can give me.
Greg Steele.
2009-10-21 01:02:13 UTC by gsteele0000
-
Hello malcdomdavis,
In first place, thanks for your answer. In this case, rules is a package of my project and not a separated jar, so, maybe should I create a jar with the rules separated and try to load it from the outside?
Thanks!
2009-10-17 18:35:28 UTC by jalojavier
-
Have you tried **not** including the rules jars in the fat jar.
We have a production product that has dynamic based jars outside the base application, but in the root of the application.
The application finds the outside jars fine. However, they are not in the main fat.jar.
2009-10-16 16:41:02 UTC by malcolmdavis
-
Hello,
I develop a project where I need to load dinamically some classes that establish some rules for the behaviour of my project. Depending on the developed classes (rules), more or less rules will be executed.
I'm using the next code:
private void createAndExecuteRules() throws Exception {
StaticUtils.debug("Compañía: " + this.predictionCompany.getName());...
2009-10-16 16:05:48 UTC by jalojavier
-
I used the java service wrapper to run my FJEP as a windows service. It starts fine, but I can't figure out how to stop it cleanly. Currently I'm getting this exception:
wrapper | CTRL-C trapped. Shutting down.
jvm 1 | WrapperStartStopApp: Encountered an error running stop main: java.lang.reflect.InvocationTargetException
jvm 1 | WrapperStartStopApp...
2009-10-04 22:02:40 UTC by jwc905
-
BTW: I had issues with Eclipse 3.5. I backed up to 3.4.2 until 3.5.1 was released. 3.5.1 seems to be clean so far.
2009-09-29 22:40:26 UTC by malcolmdavis
-
I have also very slow performance, when I create a fat jar over a slow network connection.
Creating a 258kb file needed 18 min. Copying the same file to the same location lasted <10 sek.
Creating the same file locally lasted about 2 sek.
The slow phase is at "pack fat jar ... ".
Maybe it is useful to have a "create file in temp folder" option ?.
2009-09-29 21:28:40 UTC by duesentrieb007
-
At some projects I had the problem, that when clicking "Build Fat Jar" it was not possible to open the "configure" dialog. Instead an empty dialog box was shown with "info" icon.
Ok finally I found this was because of an invalid java runtime library entry in the build path.
Is this empty dialog box an error in my installation or is it an bug within fatjar?.
2009-09-29 21:26:23 UTC by duesentrieb007
-
Maybe it is useful to start eclipse once with the "-clean" parameter at the commandline.
2009-09-29 21:16:12 UTC by duesentrieb007
-
I deleted my plugins/net.sf.fjep.fatjar_x.x.x directory per the uninstall instructions on http://fjep.sourceforge.net/, but there appears to be at least one Fat Jar file remaining:
/home/threexk/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/manifests/net.sf.fjep.fatjar_0.0.27.MF
To completely uninstall Fat Jar, do you need to remove this file? Are there any other files...
2009-08-18 19:05:10 UTC by threexk