I am trying to use a font, that is not installed on my local OS, with a JasperReports. The jasper report uses in this way:
I got some java-byte-code (so compiled java-source) which is generated in my program. Now I want to load this byte-code into the currently running Java开发者_运维问答-VM and run a specific function. I
If I have classes that need to be shared between my webapp and Tomcat (e.g. a custom realm and principal), where should the .jar file containing those classes go?
I am writing an application that invokes an Oracle web service. T开发者_StackOverflowhe web service client code was provided me.
How can I add JDBC drivers at runtime to Jython? Using CLASSPATH works, but using sys.path doesn\'t work with zxJDBC even though the class is imported fine and can be manipulated from the Jython inter
I\'m writing my master thesis, which deals with AOP in .NET, among other things, and I mention the lack of support for replacing classes at load time as an important factor in the fact that there are
After the introduction of Java Memory Model, the Swing guidelines were changed to state that any Swing components need to be instantiated on the EDT in order to avoid non-published instance state.
I\'m trying some stuff out in Andr开发者_C百科oid and I\'m stuck at when trying to cast a class in another .apk to my interface. I have the interface and various classes in other .apks that implement
First of all, this is Java 1.4 (project restrictions). I\'m trying to create a application manager. It loads each application\'s main class using it\'s own instance of a custom classloader.
I am familiar with obtaining the contents of a properties file given the name of the file, and obviously MyClass.class.getResource(\'*.properties\') will not work, but how can I obtain a list of ALL t