| Thread | Last Post | Replies |
|
| How to populate HTML table from local text file. | 31 Mar 2005 23:29 GMT | 10 |
I am looking for a way to populate an HTML table from an external local text file which looks like this: DATE/TIME LAT. LON. DEPTH. ML. -------------------- ---------- ---------- ------- -------
|
| Socket woes | 31 Mar 2005 16:37 GMT | 2 |
Howdy - I have a client program that throws the following exception: Address already in use: connect java.net.BindException: Address already in use: connect
|
| J2ME, Can't call notifyDestroyed() from Canvas... | 31 Mar 2005 13:33 GMT | 3 |
Hi, All, Can I call notifyDestroyed() from Canvas...? XXX extends Canvas() {
|
| Tomcat + JSP + GUI trouble: javax.servlet.ServletException: UserData (wrong name: UserData/UserData) | 31 Mar 2005 07:18 GMT | 1 |
My group is working on a vendor type based website for a software engineering engineering course. We have little to no experience in java or jsp. Most of the knowledge we know about the languages has been absorbed from tutorials from the interenet in the past few weeks.
|
| help me | 30 Mar 2005 21:51 GMT | 3 |
from where i can ask the question related to j2ee? regards.. manoj
|
| Servlet API: decprecated Exception.. | 30 Mar 2005 19:59 GMT | 2 |
this line is not being accpeted on compiling: throw new UnavailableException(this, "chatprops not set in servlet init parameters"); it says that "UnavailableException" has been deprecated.. usu. I look
|
| java3D and coordinate system | 30 Mar 2005 15:51 GMT | 3 |
I would like to position com.sun.j3d.utils.geometry.Primitive (for example Cylinder) in already existing coordinate system. What I mean - set the X,Y,Z for example to Cylinder center. Is that possiible?
|
| XML in chatting software | 30 Mar 2005 10:53 GMT | 1 |
I am new to XML and I want to know how can I improve my Chatting software written in Java using XML? In chatting software there is a lot of data transfer along with formatting infomation. It is suggested to me that using XML I may do it easily.
|
| Ruffini evaluation method | 30 Mar 2005 10:00 GMT | 2 |
Hi friends, does anybody know where can I find the java code for the Ruffini polynomial evaluation method?? Thanks in advance A
|
| Charting & graphing with JSP/Tomcat? | 30 Mar 2005 09:31 GMT | 3 |
Can someone recommend a good, free or inexpensive charting & graphing library for jsp/tomcat? I just need to do some simple line graphs and bar charts. I found JFreeChart. Any other I should look at? thanks
|
| Troubles with my classpath | 30 Mar 2005 06:42 GMT | 5 |
I've read a lot of threads about the classpath, but I didn't really find what I was looking for. Briefly explained : i want to add jdbcdrv.zip to my classpath. the file is located under: C:\Program Files\Sybase\SQL Anywhere 7\java
|
| Exception not catched when closing dialog | 29 Mar 2005 22:07 GMT | 3 |
When I close one of my dialog (JDialog), this exception is raised. None of the classes from Exception trace are mine (they are all from javax or java) . How can I catch or avoid this exception?? <code>Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
|
| Public vs private instance fields | 29 Mar 2005 21:02 GMT | 2 |
Newbie Java/OOP question here, which is more correct? 1) Define a public instance field and access it like: Object o = new Object() o.field1 = "hello";
|
| Hwo to do Hello World From XSLT to JavaScript? | 29 Mar 2005 20:58 GMT | 1 |
Hello World, I am try do call a JavaScript function from XSLT, but I got function not avaible error. See "????" below. Would someone out there tell me how?
|
| How to re-asign a value to a variable in XSLT | 29 Mar 2005 20:35 GMT | 3 |
Sorry Dudes, I couldn't find an appropriate group to post about XML/XSLT issues. I can only post to these close groups. In most of programming languages are VERY easy to do:
|