| Thread | Last Post | Replies |
|
| Import com.borland.jbcl.layout to use with netbeans? | 25 May 2005 15:55 GMT | 3 |
I inherited a java app that has quite a few errors and bugs; I will be using netbeans to fix it. I need to build it asap so that I can fix the mathematical algorithms for the primary user. The problem: I am a mathematician, not a programmer. As a programmer, I might
|
| Dynamic form generation from XML | 25 May 2005 15:12 GMT | 1 |
I am trying to create a dynamic JSP file from and XML file. The XML file defines the field type(textbox,checkbox,radiobutton,combo etc) and also the field names... there is a Document Type Defenition(DTD ) file for XML and a style sheet for XML... i have to create a parser which
|
| help !! JNI issues with C | 25 May 2005 12:41 GMT | 1 |
Can anyone help us out here ? We have been stuck for 2 weeks on this. Please email me at klaus underscore gruen at yahoo if you can pls help out ! The problem seems to lie in getting the Java servlet to load the C
|
| Can someone look at this and explain what I need to change to get rid of the errors please | 24 May 2005 20:38 GMT | 4 |
//For a search button in Netbeans that searches a text file for a record by its part number (PartNo) private void cmdSearchActionPerformed(java.awt.event.ActionEvent evt) { coursework record;
|
| password tester | 24 May 2005 19:52 GMT | 7 |
If you've set up a hotmail account lately you probably noticed the meter that graphically shows the strength of your password. I'm guessing this is an applet. Does anyone know where I might get similar code & how I might implement it?
|
| "Class not found" vs ClassNotFoundException | 24 May 2005 18:09 GMT | 2 |
I was hoping someone could decipher the different compillation errors I was receiving. What is the difference between a "Class not found" error /tmp/support/jsp_servlet/_www/__listCurriculum.java:75: Class
|
| how to caculate period | 24 May 2005 17:04 GMT | 4 |
I'm stuck on the following question: suposed a started date set to July 3, 2004, let's say from that date on, every two weeks is a time-period; question, for any date afterward, like date of May 22, 2005, what's the
|
| Connection to MySQL Goes Away | 24 May 2005 15:10 GMT | 2 |
I've had this happen in several program recently. In a few cases, I've changed the code to avoid the problem, but it's getting ridiculous. I'm accessing MySQL from Perl. I have a program that, once launched, goes into an endless loop where it will check the status of some tables ...
|
| jar manifest | 24 May 2005 14:34 GMT | 13 |
if a jar runs from the command line does that mean that the manifest is correctly configured for "double-clicking"? pardon mangled the grammer. I came across this factoid and would would like to confirm it.
|
| 1.4 & 1.5 - back and forth | 24 May 2005 14:33 GMT | 1 |
Win2K Is there a way to install both 1.4 and 1.5 and flip between them? I hope there are just a few environmentals to redefine.
|
| Has anyone noticed that JBoss and Tomcat installation docs suck? | 24 May 2005 14:29 GMT | 3 |
Has anyone noticed that the installation docs for both tomcat and jboss are really great at telling you how to run stand-alone, which hardly anyone does in the real world? And really crappy at telling you how to attach it to apache which pretty much everyone does? like they don't
|
| EXCEPTION_ACCESS_VIOLATION | 24 May 2005 10:40 GMT | 5 |
I'm using VisualSim,Java,C++ and JNI. I got the EXCEPTION_ACCESS_VIOLATION and my VisualSim screen shut down automatically when i tried to run the program. I've been looking for a solution from many newsgroups but
|
| getAppletContext() Null pointer exception | 24 May 2005 07:27 GMT | 9 |
What I want to do is: On Applet A, right click will display a context menu (Applet B). Selecting the option on the context menu will pop up a new window showing an external web page.
|
| httpConnection | 24 May 2005 03:57 GMT | 3 |
hi alls! i'm work in a aplication that needs access very often to the class httpConnection and it makes but very slow. if i put the ip into the call to httpConnection:
|
| Works on web, doesn't work on local machine | 24 May 2005 01:56 GMT | 4 |
I opened a website with a Java apllet in it, and the Applet ran as expected. I then saved the web, complete with the class file. I did it carefully, not using the Windows (XP sp2) IE's ``Save As''. The
|