Hallo,
At first I must say, Everything works in Eclipse.
I generate a jar file with Ant. When I start the program i doesn't find the images.
I do it like:
In eclipse there are two folders. One is src (for java files). The other is images(for images).
I put the classes and images in jar file with the following structure
-classes
-images
-META-INF
Hallo,
Here is my JSF page. I try to send current HyperlinkBean Object to HyperlinkVerwalterObject.
It will be saved in that class. The class has a method which accepts HyperlinkBean as a parameter.
How is it possible? I didn't find any way to solve it..
I have actually a simple class.
I got the following report. The first part is ok.
But i don't understand the second part.?
What is that --> InvalidNumberException$__CLR3_0_11l1lggtifx3b???
What means that? Have you got the tutorial? My jnlp part looks like that: <resources> <j2se version="1.5+"/> <jar href="client.jar"/> <jar href="log4j-1.2.15.jar"/> </resources> Here, log4j is the library that i want to add to my classpath. Client.jar ist the main jar which holds the business logic.