| Thread | Last Post | Replies |
|
| hi reg jsp page redirect | 31 May 2006 22:40 GMT | 3 |
hi all i have jsp page -where the user fills up some fields.basically i dont want user to fill up those forms during nightime . so i take system time which is cst and calculate whether its am or pm and if its between 7pm and 6am i redirect saying u cannot fill it up.
|
| How to set classpath in a program? | 31 May 2006 21:16 GMT | 2 |
I'm trying to grok reflection (java.lang.reflection) and so far I've come a long way. After reading up on Class.forName() I wrote a test program which went over the class files in the current directory to check and print their properties. My first version works like a charm, ...
|
| Where does one report error in Sun's online documentation? | 31 May 2006 15:34 GMT | 5 |
I was reading the tutorial for editor panes at http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html and had trouble understanding the sentence that reads "Instead, the program would use a text pane to save out a document, which would then be used to
|
| PL/SQL Debugger Question | 31 May 2006 11:31 GMT | 4 |
Does anyone know of a good tool for debugging PL/SQL code? I know this is not exactly the correct forum for this topic but I figure most of you are like me and wear many hats and are likely to have had the opportunity to work with PL/SQL.
|
| No buttons and minimized at a upper-left corner | 31 May 2006 00:05 GMT | 2 |
package com.etc.gui; import java.awt.*; import java.awt.image.*; import javax.imageio.ImageIO;
|
| Applet not initialized in Mac | 30 May 2006 20:48 GMT | 2 |
I have an applet that works fine in Safari but gives an error saying "applet not initialized" when i try to run it on IE 5.2. I am working on a Mac machine.. My applet runs fine on all browsers in Windows. Can anyone help me with this.
|
| Java API to convert Microsoft Word to HTML? | 30 May 2006 07:57 GMT | 1 |
Is there any java API which converts .doc and .rtf files to HTML file? Thanks in advance.. Upendra P.
|
| create an exe | 30 May 2006 06:47 GMT | 4 |
i wanna know that if i want create an ".exe" by using java,what should i do,i heard that i has something to do with jre. can someone give me any suggestions,or just give me an url that may solve my problem
|
| JComboBox Arrays not working | 29 May 2006 22:51 GMT | 1 |
I am trying to get my JComboBox to initialize using arrays and I can not get it to work. I've tried hard coding the values but it defaults to the last if statement. Here is my ItemListener piece that is not working.
|
| Constructors | 29 May 2006 22:27 GMT | 13 |
Hi! I dont 100% understand Constructors (what they're use is/how they are used) and I was just wondering if anybody could please take the time to give me a bit of help on the subject. Thanks very much,
|
| open source OCR for Java/C++ | 29 May 2006 18:44 GMT | 1 |
I've found several open source OCR programs on the net but none of them was usable Could anyone recommend a good freebie OCR to me? Need Java version or win VC++ or Linux G++
|
| free libraries wanted for Java | 29 May 2006 16:58 GMT | 2 |
I need to convert between vector and pixelated format bitmaps Any good easy-to-use freebies available? google hasn't many results Thanks Jack
|
| code to check if a string is a valid email address? | 27 May 2006 23:21 GMT | 4 |
I'm using Java 1.3 on Solaris. Does anyone know a function or have code that checks if a string satisfies being a valid email address format? It is not important whether or not that email address actually exists.
|
| Technique for loading user defined modules | 27 May 2006 19:44 GMT | 8 |
I am writing a program to do data analysis. I want the user to be able to extend the functionality of the software by adding their own "analysis modules" but am unsure how to go about this. From the user perspective, I would like the application to look in a particular directory ...
|
| Wrapper which assigns heap memory in terms of physical? | 27 May 2006 16:03 GMT | 4 |
I'm looking for a .exe wrapper which allows me to grab most of the physical memory, say 75%. Now most wrapper generators allow me to add constant settings for the -Xmx flag, but I've yet to find one which allows me to do this dynamically. Any hints are helpful.
|