| Thread | Last Post | Replies |
|
| writing a "png" file with imageio | 04 Apr 2006 22:13 GMT | 3 |
i wrote some code that takes a rendered image and successfully converts it into a JPEG image. Unfortunately I need it to be in a "PNG" format, luckily a PNG imagewriter is built into java! The only thing is that when I try to write a png file, it always comes
|
| Together for eclipse problem | 04 Apr 2006 21:27 GMT | 2 |
Hola, Tengo un problemilla con together architect 2006 for eclipse, el problema es que cuando intento organizar el proyecto con packages together te pone las asociaciones con el "full path", lo que quiere
|
| checking out if their U-A/browser settings support java | 04 Apr 2006 17:59 GMT | 1 |
Does anyone know of a smart way to do it? . There are plenty of users that don't support java, javascript and/or AJAX's XMLHTTPRequest (people with handhelds, PDAs and ...) my app
|
| java quicktime transparency | 04 Apr 2006 17:54 GMT | 3 |
I have created a quicktime ".mov" movie programatically. I have done this by creating a number of jpeg images (which do not contain transparency obviously), and strung them together processing them into a quicktime movie!
|
| Extremely strange crash problem in JNI | 04 Apr 2006 17:24 GMT | 3 |
This is a question to those Java/JNI/C++ experts, personally I think the problem is very tough, so please answer it if you are an experts in all three areas. We have a Java application that can make calls to some C++ module
|
| Regular expressions - matching strings | 04 Apr 2006 15:48 GMT | 2 |
i am working on a java application. i have this table which contains name fields and all of them start with a N-. so the table contains records like N-TomSmith, N-PeterSay etc. now from within my java class i am trying to read these records.
|
| showInputDialog | 04 Apr 2006 15:40 GMT | 5 |
I have use in my program : s = JOptionPane.showInputDialog( ....) when I press just OK, s should be "",
|
| Gute Tutorials um Java zu lernen | 04 Apr 2006 15:37 GMT | 4 |
Where can i find good tutorials to learn java?
|
| cannot compile web application(jar file in WEBINF/lib) | 04 Apr 2006 12:09 GMT | 1 |
I am trying to compile my webapp. The directory structure is src Application.java WEB-INF
|
| Cannot create Java VM on Suse 64 with IBM JVM | 04 Apr 2006 12:05 GMT | 5 |
I'm trying to create Java VM (JNI_CreateJavaVM) from a C++ application on Suse 64 using IBM JDK v1.4.2, but getting error code -4, which means "ENOMEM". But looks like issue is not related to memory (we have tried changed VM
|
| JSP | 04 Apr 2006 12:05 GMT | 8 |
I just got a short contract developing some JSP pages. But most everything I read on the net regarding JSP turns out to be years old - including in this newsgroup. Is JSP dying? /Rune
|
| Server-side Java | 04 Apr 2006 10:51 GMT | 4 |
How would you justify the aditional layer (JVM) in application server? Do server-side code really need platform-independence at the cost of performance degradation?
|
| why java is not pure object oriented? | 04 Apr 2006 10:35 GMT | 50 |
I want to know why java is not a pure object oriented programming language. Thanks in advance.
|
| JNI problems | 04 Apr 2006 10:24 GMT | 6 |
I am having some problems with using some packages and my JNI application. I get the famous error Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: printMe at VEViewer.ParticleSLAMProxy.printMe(Native Method)
|
| Downloadable JDK 1.3 javadocs? | 04 Apr 2006 08:32 GMT | 1 |
Is there a dowload for the JDK 1.3 javadocs? It seems this page has lots of links into various docs: http://java.sun.com/j2se/1.3/docs/index.html but I just wanted a single download. :)
|