| Thread | Last Post | Replies |
|
| Self Modifying Code | 02 Mar 2005 16:12 GMT | 16 |
How do you write self modifying code in Java? Japcuh (Just Another Perl C Unix Hacker) http://www.catb.org/~esr/faq/hacker-howto.htm#what_is
|
| Can I open a doc using exec() from jsp? | 02 Mar 2005 13:24 GMT | 1 |
Can I open any document (word, excel, pdf, gif, txt, etc) using the exec() command in jsp? If not, is there any similar commands in jsp that I can use? Thanks!!!!!!!!
|
| Converting from recursive methods | 02 Mar 2005 13:19 GMT | 6 |
Can someone help me to convert this method to a non-recursive method? Maybe using a for-loop or something. void getPerm(int u) { if (u == n - 1) {
|
| Jar problem | 02 Mar 2005 12:51 GMT | 4 |
I'm using JBuilder X to help me make executable jars. Anyway I've now decided to include help pages in javahelp format. So far so good. As I would like to have just one jarfile I thought I'd configure JBuilder to include "all dependecies" from the javahelp lib. And sure it puts
|
| Java String array and Split question | 02 Mar 2005 11:46 GMT | 3 |
.... .... lineBuf = r.readLine(); String[] results = lineBuf.split(",");
|
| Java-JTextField | 02 Mar 2005 11:46 GMT | 3 |
I Want the JTextField to Enter Only the Numbers. Can Any one Find the COde Send Me.
|
| Checkbox problem - checkboxes submitting that are unchecked | 02 Mar 2005 10:49 GMT | 1 |
I am having a problem in my struts application with the checkboxes in my form. I have an array of checkboxes, some of which may be already selected when the form loads. My problem is when the user then deselects one or more of these checkboxes and submits the form -
|
| [J2ME and Bluetooth] Trying to connect 3 mobile phones | 02 Mar 2005 09:10 GMT | 3 |
I'm currently working on a research project where we are developing a framework for ad hoc network based application on J2ME using Bluetooth as a reference implementation in the network layer. We currently have code running that connects to phones and allows them
|
| [Java Newbie] Histogram | 02 Mar 2005 06:29 GMT | 2 |
I'm new to java, and I have difficulty interpreting Sun Java's explaination of the constructor and methods into actual programming codes. I want to create a program to take an input of stings, and display how
|
| Replacing multiple occurrence of double/single quotes using Ant's replaceregexp | 02 Mar 2005 04:27 GMT | 3 |
Hi, I am trying to write a task to replace all occurrences of single and double quotes on a line starting with a "*" to a "\"" or "\'". Basically i want to escape the double\single quotes. My code works for
|
| BoxLayout bug in 1.5? | 02 Mar 2005 02:52 GMT | 10 |
I've looked around the web and Sun's bug DB, but don't seem to see any direct mention of this problem. I came across it at work today (somebody flagged me down with one of those, "What do you think about..." questions). It was quite puzzling at first due to some other code ...
|
| Servlet as JMS Sender/Receiver ? | 02 Mar 2005 02:43 GMT | 2 |
Can a Servlet act as both a JMS Message Sender and Receiver? Clients who call on this servlet would be BLOCKING for a response. The servlet itself upon receival of client request sends the message to the request MQ queue. This message will be picked up by a standalone
|
| JSP EL -- Can't get ?: to work | 02 Mar 2005 02:31 GMT | 4 |
I'm using Tomcat 5.5.4 and Java 1.4.2. My web.xml specifies http://java.sun.com/dtd/web-app_2_3.dtd. I try: <div id="something"
|
| double declaration | 01 Mar 2005 23:35 GMT | 14 |
What's the difference between these 2 statements? (ie, why use the D?) double d = 0.0; double d = 0.0D;
|
| ORACLE INTERFACE DEVELOPER/ XML/ DC AREA | 01 Mar 2005 22:49 GMT | 1 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 ORACLE INTEFACE DEVELOPER/ XML/ DC AREA
|