| Thread | Last Post | Replies |
|
| convert char to codepoint | 06 Jul 2007 18:45 GMT | 7 |
I have some text files with western characters in english, and japanese fonts in them. I need to convert the appropriate pieces of this file to their codepoint alternatives so it can be properly processed. Is there a method out there or sample code to convert a
|
| configuring Tomcat to use Proxy Server | 06 Jul 2007 16:06 GMT | 2 |
To connect to web services, web pages and so on, I need to use a proxy server. To make my application work, I need to adjust Tomcat so that it uses my proxy server. I tried to adjust catalina.bat - There is a variable "JAVA_OPTS". I added my proxy server by adding:
|
| How to retrieve constants value from compiled code in jar file? | 06 Jul 2007 15:25 GMT | 1 |
I've been looking for a way to solve this for a week now, without any much success... and I've finally decided to ask the Java gurus for a solution! :-) Here's what I am basically trying to do:
|
| Java Typecasting Internals | 06 Jul 2007 15:16 GMT | 6 |
What actually happens in JVM code when you execute the following -- snippet ------------------------------ Vector vec = new Vector() MyClass a, b;
|
| Questions about polymorphism | 06 Jul 2007 15:15 GMT | 3 |
I've been puzzling over a programming issue for a little while and wanted to get some help with it. Here's the issue: I want to have a common base class called Matrix1x3 to hold three numbers. When I subclass from Matrix1x3 to form Vector, I want the three numbers to be
|
| eclipse goto line number | 06 Jul 2007 14:29 GMT | 2 |
Is there keyboard shortcut to go to line number in eclipse? Shotcut is Ctrl+G in VC++. It is useful when reviewing code with people on phone. Thank you.
|
| Interfacing java with crystal reports 11 (report colour problem | 06 Jul 2007 13:28 GMT | 3 |
I use Crystal Reports XI. I have a report containing bar chart, which is to be interfaced with java.With Chart expert i defined colors for each type of data in the chart. When i preview my report chart colors looks fine. But if i use created rpt file in web application
|
| Getting a TreeNode on a JTree | 06 Jul 2007 12:44 GMT | 4 |
How can I find a specific node on a JTree, having the node's user object? Is there a way to do that without searching the tree with a loop? In example:
|
| javax.xml.transform.TransformerException: Could not find function: empty | 06 Jul 2007 11:04 GMT | 2 |
I'm using xalan-j 2.6, and trying to invoke a transformation using XSL file that contains the function "empty", but I'm getting the below exception, I think the empty function is a valid XPath function, and XML Spy can translate docuements using this XSL file without any
|
| Tuning suggestions, please? | 06 Jul 2007 10:58 GMT | 31 |
I have a program that runs very quickly with one small exception. I'm trying to tune the performance and I can't track down a 15ms delay. Maybe you can help. 15ms may not sound like much, but this is supposed to be a VERY high performing app, and 15ms adds up...
|
| Broadcast through youTube and seen on your iPhone live. | 06 Jul 2007 05:56 GMT | 1 |
On 7/5/07, Craig Oral Somerford <chasingcowtomu...@gmail.com > FEST coming SOON after 7/7/07 " Working in Faith " #1
|
| Class loading and the new keyword. | 06 Jul 2007 04:04 GMT | 7 |
I've done some brief searching through the JLS for information on how exaclty new works - specifically, how the class supplied as an argument is located (what class loader is used). I haven't found anything yet, but in my readings I've come to assume that new must use
|
| failed password tries...!! | 06 Jul 2007 03:50 GMT | 4 |
please help me......may some of you experts active in here can suggest me a solution... i've web site with front page asking username and password for entry ...is there any way to know how many failed password attempts
|
| Tomcat/Java and multi core processors | 06 Jul 2007 00:32 GMT | 1 |
If there is some problems to run tomcat on multi core processor (quad). Is such solution is optimal ? I need to know this because we don't know what will be better for us
|
| NTLM Authorization issue | 05 Jul 2007 22:21 GMT | 7 |
We have a little in house application that uses NTLM Authorization. I didn't write it, but it looks as though the code was taken from directly from this discussion: http://www.jguru.com/faq/viewquestion.jsp?EID=393110
|