| Thread | Last Post | Replies |
|
| <Can't find bundle for base name> is driving me mad | 31 Mar 2004 23:40 GMT | 1 |
Although i'm not a complete newbie i do feel like one at the moment. This question concerns the use of the ResourceBundle as per the example in the Trail tutorial on java.sun.com (thus it should be simple, right?). The error:
|
| very simple java programs | 31 Mar 2004 22:25 GMT | 5 |
I have a school assignment where I have to 'build upon' a program somebody else's program and add 'concepts' not implemented in the original application (should not be longer than a few pages - tutor has to read god knows how many students').
|
| Printing using JDK 1.2 result in blank pages | 31 Mar 2004 22:23 GMT | 1 |
Why do some people find that printing using JDK 1.2 result in blank pages?
|
| IE & applets | 31 Mar 2004 21:49 GMT | 18 |
Hi, I'm a newbie in this topic, so sorry if my question is stupid. I have problems with some applets in IE 6. In some machine this applets work fine, in other not. The error message I have in Java Console is an
|
| getting pixels from an applet area | 31 Mar 2004 20:22 GMT | 12 |
How can I get the pixels from an applet area that has been drawed, written over etc? How do I put the pixels in a buffer [w, h]? Lets say the portion of the applet screen is 0, 0,
|
| Class resources failing | 31 Mar 2004 19:10 GMT | 2 |
I'm using SomeClass.class.getResource("somefile").getPath() to read in some file from a local harddrive. It works fine if there is no whitespace in the path name, but fails miserably if there is. All the whitespace is replaced by %20. Now, I know how to fix this, but then my
|
| 'Dynamic' object creation? | 31 Mar 2004 18:23 GMT | 1 |
I want to use a txt file with a list of ticker symbols and create a 'stock' object for each symbol on the list. I know how to do the file i/o, but how can I 'dynamically' create the stock objects, each named from a line of the txt file?
|
| format java source code in M$ Word | 31 Mar 2004 17:34 GMT | 2 |
Does anyone know of an app (for Windows XP) or a website that I can use to get Java source code formatted and colour highlighted into M$ Word. Either: * By copying and pasting into Word ( with JBuilder, JCreator the colour of
|
| tomcat servlet | 31 Mar 2004 15:15 GMT | 3 |
I have browse through some of the posted notes on Tomcat Servlet and couldn't find a fix. I am very new at this and any help is appreciated. I have installed MYQL and Tomcat 4.1 on WinXP. Manage to get the
|
| Html into a DOM tree | 31 Mar 2004 14:11 GMT | 1 |
Does anybody knows a class to put a html page into a DOM tree? I need a path into a HTML page to extract data from it. Thank you !
|
| questions about int in java... | 31 Mar 2004 10:24 GMT | 3 |
1) Does int have a consistent size across platforms? 2) My IDE doesn't recognize the "unsigned" keyword. Does java have unsigned int primitives? I ask because I'm writing methods to set and clear specific bits of an
|
| How do you create a Date object that represents the time? | 31 Mar 2004 10:21 GMT | 10 |
Could you please help me with this question? Please, your assistance is much appreciated! Zayda
|
| Update functionality error | 31 Mar 2004 09:47 GMT | 4 |
Can anyone please help me here? Basically I have modified the source code and understood it but when I update a record in the db using a JSP, it gives me an error "The flight you selected does exist." Althought there is not selection going on, instead it is entered, I
|
| composition & aggregation etc static non-static error message | 31 Mar 2004 09:42 GMT | 1 |
to learn java I'm working on an eco-system simulation, the source's at: http://www.geocities.com/cjavacjava/src/ class XYZcoordinates has three fields: int x,y,z class Cat inherits from abstract class LifeForm
|
| OC4j and abnormal exit of stm.executeQuery | 31 Mar 2004 08:45 GMT | 2 |
Good Morning, I've a Servlet with inside the doPost() method a connection to a dB, the problem is that is a long query that work ok if launched on the dB with something like TOAD and also works well on (JbuilderX + Tomcat)
|