| Thread | Last Post | Replies |
|
| Tomcat is giving the wrong MIME type? | 20 Mar 2006 21:35 GMT | 1 |
I use Tomcat serves a web application. I put all the files including jsp, css and javascript file inside the Tomcat server. When I request a jsp page through both Firefox1.5 and IE6, I found the css and the javascript files are not loaded correctly.
|
| Multiple Inheritance | 20 Mar 2006 21:30 GMT | 18 |
Is multiple inheritance allowed in java?? If yes how does one go about doing it. A simple example would be helpful Richard West
|
| Get JAVA books for Free | 20 Mar 2006 21:13 GMT | 1 |
Hey Guys, Get JAVA books for Free here javabooklinks.co.nr regards,
|
| method calls faster than a loop? | 20 Mar 2006 21:06 GMT | 42 |
I did a test to compare a task making lots of method calls to the same operation in a loop, just to get a sense of the speed cost of method calls. What i found was a bit strange. one would think the loop would be the fastest solution, but in my example its actually the method ...
|
| Multiple Dialogs | 20 Mar 2006 20:39 GMT | 1 |
I'm having some trouble getting multiple dialogs to work right. In my application, I need to let the user enter a fair amount of information, so the main application launches one dialog (which I call the first dialog), which has several buttons that launch additional dialogs
|
| How to send response headers from proxy to browser? | 20 Mar 2006 20:26 GMT | 5 |
This question's got no replies on forum.java.sun.com through its full four days and three nights life. The proxy server intercepts every request from the browser and redirect it to www.yahoo.com. It simply
|
| Table in AWT | 20 Mar 2006 20:12 GMT | 2 |
Does anybody know a way to use a Table in AWT? (something like JTable in Swing) (I'm extending an existing application on a PDA so I can't use Swing) TIA
|
| Formatting numbers with spaces between them | 20 Mar 2006 18:57 GMT | 4 |
I have String containing only numbers and a comma in followin format nnnnnnnnn,n where n is number 0 - 9. E.g. the right value would be 121231234,1 I have to convert it into format 12 123 1234,1
|
| Newbie ANT question | 20 Mar 2006 18:38 GMT | 1 |
Can someone please tell me what the following XML means in ANT? <copy todir="docs" overwrite="true" includeEmptyDirs= "false" failonerror="false"> <fileset dir="docs/distrib">
|
| java and mhp | 20 Mar 2006 18:17 GMT | 2 |
hi! I'm a university student and I try to create a chat room for digital television using JAVA with Multimedia home platform (mhp), but i don't know how begin....can you help me? i've just create an application for mhp with xletview.
|
| Arabic Font Labels | 20 Mar 2006 18:04 GMT | 1 |
In my application some of my data which is coming in text boxes is in arabic. in database i can see arabic chars properly , but in text box it is appearing in strange chars. even if i try to write arabic in code itself to be appear in some headings they are appearing in some
|
| Java programmer positions | 20 Mar 2006 17:08 GMT | 14 |
can any 1 tell me what are the job designations an IT guy can have step by step. like first junior programmer than asst. programmer later on IT manager, how they are sorted from start till end. currently i'm working as java programmer and my job designation is
|
| WindowBuilder for Eclipse and Swing problem | 20 Mar 2006 15:45 GMT | 1 |
I got a big problem. I'm using newest WindowBuildera 4.3.0 for Eclipse (newest too) on 1.5.06 JDK. I create new projekt, add any new Swing component and everything goes ok, but when I'm detaching to Design Mode a see "java.lang.Error: Cannot call invokeAndWait from the event ...
|
| form submits multiple times in IE only at customer site | 20 Mar 2006 15:43 GMT | 6 |
We have a customer using our application that has a problem. Within our app, we have a two different forms (one generates an email, the other a fax via a webservice). When they click the submit button, IE6 is generating the event 6 times!!! So they
|
| what is ontology? | 20 Mar 2006 12:42 GMT | 14 |
I saw several java job descriptions require knowledge of ontology. What is ontology? How Java use it? Any tutorial available? Thanks a lot.
|