| Thread | Last Post | Replies |
|
| Final project in java course,need some help. | 08 Jan 2007 18:31 GMT | 5 |
I am taking a course in java programming as part of my B.Sc in computer science And for the final project i need to create a sockets based multithreads server
|
| changing methods access modifires in runtime? | 08 Jan 2007 17:33 GMT | 3 |
Hi, Is it possible to change an access modifire on runtime? consider this example: public Class Test { Test (boolean isPublic,...){
|
| Jasper Reports Includes? | 08 Jan 2007 17:14 GMT | 4 |
I'd like to find out if Jasper reports supports common includes, such as header, footer, and style information. We will be creating many reports, and if at all possible I would like to avoid having to replicate header/footer/style information in each
|
| Displaying error values with Struts Validator Framework | 08 Jan 2007 11:07 GMT | 1 |
I'm using the struts validator framework to validate an email address in a form. If the user enters an invalid email address (ie invalidEmailAddress.com) I'd like to display the following error
|
| JFrame help | 08 Jan 2007 11:03 GMT | 12 |
So my question is if I build a JFrame can I use a button in that JFrame to open a .java file in the same folder?
|
| regarding JDk 141 and JDK 122 for linux 64 bit Platform | 08 Jan 2007 10:47 GMT | 3 |
I am porting my application from 32 bit linux to 64 bit linux. For my application i am using JDK 122 and JDK 144. Do these versions have downloads available for 64 bit linux. If yes, Please let me know from where i can get these downloads,
|
| What are com.blah or org.blah? | 08 Jan 2007 09:34 GMT | 25 |
Whenever I look at an open source code, I see people write com or org in their import section. i.e. import com.blah.blah import org.blah.blah
|
| Factory design pattern question | 08 Jan 2007 09:13 GMT | 4 |
I would like to use some of the new functionality in JDK 1.5 and 6, but I have to run under 1.4. I've managed to duplicate the needed functionality in 1.4 using an inefficient method. If my app is running in 1.5, I'd like it to use the native function,
|
| sentmail problem | 08 Jan 2007 08:46 GMT | 1 |
i am doing a project using JavaMail API with JSP and James server i have implemented sendmail,compose. but i wanna know how can i implement sentmail as it is seen in the real application. I wanna know what can i should do to retrieve the mails sent from an
|
| Groovy 1.0 | 08 Jan 2007 07:48 GMT | 1 |
Somebody may have missed it... Groovy 1.0 is here! http://groovy.codehaus.org/ Get it, try it and spread it!
|
| An odd JNI string-problem when trying to send(Java)-change(C++)-sendback(Java) | 08 Jan 2007 07:44 GMT | 5 |
I encountered a very strange problem, when I tried to understand how JNI works with strings. Let me beginn with some code that does work! --- START: Code that does work! ---
|
| Unordered tree to store elements of a parenthesized expression | 08 Jan 2007 07:42 GMT | 5 |
I have a string like (A AND B OR (C AND D AND E OR F)) which has to be put into a tree. The number of children any node can have is variable. For the above expression, I'd like to have a tree which looks like this:
|
| Automating Searches | 08 Jan 2007 07:35 GMT | 27 |
New to Java! Trying to automate searhing Google, Yahoo, MSN, AOL and Ask by sending queries to those engines using a java program and storing the returned URL's in a MYSQL database. The program will open a text file, upload the first line as the query, connect to each of the
|
| How to set table column width except the last column? | 08 Jan 2007 06:55 GMT | 1 |
My table has 5 columns. I want to set column width for the first 4 columns. But for the last column, I prefer to have it auto sized width, therefore the table total width is maximized and does't not appear horizontal scroll bar.
|
| DataSink to Socket | 08 Jan 2007 06:00 GMT | 1 |
How can I connect a DataSink to a Socket in java. I want to send data read from webcam through socket to another computer on network.
|