| Thread | Last Post | Replies |
|
| Printing MS Word from a JAVA application in a UNIX server | 20 Apr 2006 01:46 GMT | 6 |
I have the following issue: I am migrating a java application in a Unix server that used to use a commercial product to connect with a Windows server to print and process ms word files (from a .doc template and an xml file containing
|
| convertion method? | 20 Apr 2006 01:36 GMT | 3 |
hi friends, last night i was doing a programmes from one ebook,i look at one programme that look very easy at first look and i created but then i realize its bit of diffrent than i thought, here is the program.
|
| What are the tools that i can use with Java | 20 Apr 2006 01:33 GMT | 1 |
I am a programmer having Java,j2ee skills I just want to know about the tools used in Java,j2ee and what are there functions. like jRun etc
|
| Sending a (UTF-8) query to Google search engine | 20 Apr 2006 01:30 GMT | 2 |
Hi, All! I am spending days now trying to get a simple program to work. I want to query Google with Unicode-included (Chinese,Japanese) queries with URLConnection.
|
| How to get the velocity in real-time when acceleration is known? | 20 Apr 2006 01:24 GMT | 16 |
The problem is this: The acceleration is given. When beginning the program, the time is shown as 00:00. Then the time increases by second. And the velocity at that time is shown and changing by every second.
|
| Generating Thumbnail Images of a Photo Gallery | 19 Apr 2006 23:50 GMT | 1 |
The following is a program to generate thumbnail images for a website. Useful, if you want to do that. It is used to generate the thumbnails for my Banners, Damsels, and Mores project gallery. (
|
| Regular Expression Conundrum | 19 Apr 2006 20:33 GMT | 3 |
I won't pretend that I know what I'm doing with regular expressions. I have a string that I want to take a chunk out and replace it with a system property. So I might have app.home as a System property with the value "/opt/application/" and I want to have a method that takes:
|
| JNI usage | 19 Apr 2006 19:45 GMT | 1 |
We have some old code that I am taking over and we have this. JNIEXPORT jint JNICALL Java_com_ibm_jusb_os_windows_JavaxUsb_submitControlPipeRequest (JNIEnv *env, ..., jbyteArray buffer, ... )
|
| Performances de l'import | 19 Apr 2006 17:57 GMT | 1 |
J'ai un problème de performance avec l'import. J'ai fait des tests et voilà les résultats: ancien GO : random_2000000_reels.txt : 9 min (Xmx 512, sans ordonnancement)
|
| Days in a given date range for a given month......... | 19 Apr 2006 17:54 GMT | 1 |
I have an object with fields which represent dates and therefore a date range. private Date m_startDate; private Date m_endDate;
|
| String.replaceAll troubles with regEx | 19 Apr 2006 17:50 GMT | 7 |
I'm trying to replace instances of a single quote "'" with a backslash single quote "\'". But I can't get it to work with the replaceAll function. http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#replaceAll(java.la ng.String,%20java.lang.String)
|
| html to image | 19 Apr 2006 15:37 GMT | 3 |
I want convert html page to iamge (jpeg). I could use JEditorPane, but I have to set it size (width and height) and I don't know what page's dimension is. Do you know any solution of this problem?
|
| Point between 2 points | 19 Apr 2006 15:33 GMT | 20 |
How would I find if a point(x, y) is between 2 points? It could depend of x or y like point(50,100) is between (25,100) and (150,100) AND
|
| GUI Tool in NetBeans | 19 Apr 2006 15:28 GMT | 8 |
Has anyone used the new GUI in NetBeans? Is it now as easy to creat UI with Java as it is with VB?
|
| Loading properties from packages and subpackages | 19 Apr 2006 15:27 GMT | 1 |
I have a question. I have one global properties file the {root}/res level directory (root = default package level directory). I have also classes like: - mypackages.text.Parser (package: mypackages.text),
|