| Thread | Last Post | Replies |
|
| [JExcel API] how to insert object into a cell | 03 Mar 2006 11:07 GMT | 1 |
i am using JExcel API for Excel file creation. i want to insert object like file in particular cell how can i do it. i tried WritableHyperLink but it is only inserting hyper link. i want proper object inserted into the specific cell.
|
| ANT: Howto process each file in fileset | 03 Mar 2006 09:27 GMT | 1 |
Is it possible to does some processing on each file in a filelist ? What I want to do is perform checksum on each file in a directory and compare the results with associated md5 files in another directory (or do they always have to be in the same directory?). I can't figure out
|
| NumberFormatException | 03 Mar 2006 08:04 GMT | 11 |
i keep gettin a number format exception : java.lang.NumberFormatException: For input string: "245.0" This is where the error is : int iHigh = yCoord(4.2);
|
| Java Font and CMAP | 03 Mar 2006 07:24 GMT | 5 |
I am writing a charmap application that shows all the characters defined in a font. The problem is there is no way to know, at least from Java's Font class, what those characters are. It seems that the CMAP table in a TTF font file is not exposed by the Font class.
|
| plz help me in xml parsing with SAX(j2me) | 03 Mar 2006 07:14 GMT | 4 |
problem::::::::::I am facing problem to read the following xml file with SAX parser(j2me).......... I am using Java wireless tool kit for running the applications.......I want to read this xml file with SAX parser and I have to display the contents on the phone screen...some
|
| Java programmers needed | 03 Mar 2006 04:04 GMT | 10 |
I recently designed a website called the DigiTrust that is designed to bridge the gap between technology content and people. My goal is to have any user go to the site, and the content will be completly customized based on the users skills and strengths. VB programmers will
|
| Keystore | 03 Mar 2006 03:05 GMT | 2 |
There is a possibility of create a keystore file by a class ? Because the only way i find is by the keytool command ? Thank's
|
| I need help | 03 Mar 2006 02:38 GMT | 10 |
Yes this is a homework assignment. My instructor has broken english and I just could not follow along last night. How do I do this Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:
|
| cannot resolve symbol | 03 Mar 2006 02:24 GMT | 1 |
I tried: javac -verbose -g vvs.java and I got 24 errors of this type: vvs.java:275: cannot resolve symbol
|
| javap: fully qualified names for "new" statements | 03 Mar 2006 01:32 GMT | 2 |
I'm using javap for my project. Basically, what I'm interested in are the "new", "newarray" and "anewarray" statements. However, javap only outputs things like:
|
| How to return XML from a Servlet | 03 Mar 2006 01:13 GMT | 1 |
I am writing a set of servlets that will return XML based on some backend logic. I have used the DOM method and after my processing am left with a org.w3c.dom.Document object that I want to stream down to the client.
|
| Searching a file for a string | 03 Mar 2006 00:31 GMT | 1 |
I have a file which contains lots of data in the form: *Oliver - 1 2 3 4 5 6 7 8 9 0 *Bob - 2 4 6 8 10 12 *Jim - 3 4 5 6 7 etc.
|
| Mac Menu Bar Issue | 02 Mar 2006 21:50 GMT | 1 |
I am trying to move the menu bar for my java app to the top of the screen while it is running on a mac. I have the following code but it has no effect: System.setProperty("com.apple.macos.useScreenMenuBar", "true");
|
| Variable names | 02 Mar 2006 20:42 GMT | 5 |
Sorry if this is a stupid question I am a Java newbie! What I want to know is that is it possible to somehow pass a variable name (a string) to a method as an argument and then use that as a variable name? I've had a think about it and can't think of a way to do it so I'm not
|
| HttpURLConnection through a Proxy. | 02 Mar 2006 20:12 GMT | 6 |
Im having problems with the following code... URL url; Properties sysProps = System.getProperties(); sysProps.put( "proxySet", "true" );
|