| Thread | Last Post | Replies |
|
| JAI - Reduce memory requirements for TIF --> JPEG translation | 25 Oct 2005 20:00 GMT | 17 |
I'm using the following code, copied off the internet, to translate a TIF file to JPEG format. It works, but runs out of memory on one of my machines. I can "solve" that by giving Java more memory at launch, but this is running in a context where I don't have easy access to those
|
| Mixing HTML and JSP | 25 Oct 2005 19:17 GMT | 13 |
please help me to find the bug here somewhere in the quotes: <body> ... bla bla .... <%
|
| FileInputStream via getInputStream | 25 Oct 2005 18:22 GMT | 7 |
I have a class wich loads data from a InputStream : public static Image loadmap (InputStream fs) { ...
|
| Jasper Report - local class incompatible | 25 Oct 2005 17:46 GMT | 4 |
I have a problem with Jasper Report. I have written a report with IReport and I have integrated it in my web project. My report uses a xml data source.
|
| connecting to a servlet | 25 Oct 2005 15:20 GMT | 1 |
i was trying to connect to my servlet from my standalone java application. but i got the errors... java.io.IOException: Server returned HTTP response code: 405 for URL:
|
| Newbie question on proper use of Interface | 25 Oct 2005 14:54 GMT | 2 |
I'm writing a program as part of attempt to get a grasp on the Java language. For the part of the program I need to implement several rules-based sorting methods to sort an ArrayList.
>From what I understand, this might be a good place to use an Interface. |
| Manipulate objects in heap | 25 Oct 2005 14:47 GMT | 10 |
I would like to access and manipulate live objects in heap directly in a Java program. Does the Sun JVM or other implementations of JVM allow this via their APIs or I need to edit source code of an implementation and create some
|
| Problem appending Objects to File | 25 Oct 2005 13:55 GMT | 5 |
Dear programmers. I am having a hard, very hard time trying to add objects to an existing .dat file. For exemple, i have an object in the file "file.dat", and I want to add
|
| Freelance Java programmer | 25 Oct 2005 13:10 GMT | 2 |
I'm a software engineer and I'm currently looking for people who would be interest to have their solution being program in Java. Just give your software specifications and I'll code it.... Free access to my CVS server to have your software. Please contact me at ...
|
| [LINUX]Encoding problem when my application is started at boot | 25 Oct 2005 13:07 GMT | 5 |
I've got an encoding problem with my java application under a Mandriva 10.1. Specs : - java sdk 1.4.2_08
|
| Free Deluxe Doclet - alternative Javadoc design | 25 Oct 2005 12:22 GMT | 25 |
For a more luxurious Java API experience. http://www.ida.liu.se/~eribe/deluxe Primarily the Deluxe Doclet gives you faster API, with an organization designed for programming and for successfully pairing very good
|
| How to Bind Remote Object particular IP Address | 25 Oct 2005 11:44 GMT | 3 |
On my System there are two Ethernet Adapter attached. I want to bind my remote object with particular IP address of Ethernet card .How I can set IP address to which remote object cab be bind. Following is the code for binding the object
|
| help | 25 Oct 2005 11:35 GMT | 1 |
how to run the speech synthesizer ???? i am getting an error like "javax.speech.synthesis.*" does not exist Do we need some extra software for this.?? Plz tell me how to execute this program??
|
| webapp talking to another | 25 Oct 2005 11:03 GMT | 3 |
I am using Tomcat. Is it possible to have a web application deployed in a context, talking to another context? I am hoping to avoid putting similar codes across the various folders in Tomcat/webapp.
|
| How to convert a C++ Object to a JNI jobject in order to use GetObjectClass | 25 Oct 2005 10:18 GMT | 12 |
I have an interface object of type ISubscribe and I am trying to cast the ISubscribe object to a jobject so I can call GetObjectClass in order to proceed with a callback using JNI. ISubscribe * s
|