| Thread | Last Post | Replies |
|
| MBA & Masters Program in Telecommunication Management (MPTM) | 07 May 2007 19:51 GMT | 1 |
Aegis was started in 2002 with the support of Bharti Tele (Airtel) for developing the next generation of international IT/ Telecommunication leaders. Aegis School of Business is offering you an international MBA/ PGP and Masters Program in Telecommunication Management (MPTM)
|
| JRE access control | 07 May 2007 18:45 GMT | 1 |
I'd like to run java *.class files with restricted access (no network, read anything, but write only in the current directory). `java -h` does not appear to mention any relevant access restriction options, so how can this be done (simply, and without having to take a Java
|
| RMI and thread safety | 07 May 2007 17:59 GMT | 1 |
I have a method on an RMI server, and this method changes a state variable. I don't want multiple RMI clients to modify this variable concurrently (i.e. by calling the method on their stub). Should I make the method synchronized? Is this class thread-safe?
|
| how display japanese character with eclipse | 07 May 2007 16:12 GMT | 1 |
I do not know how display japanese character with eclipse (java programation). I am a beginer on java programation and I whould like use java and sql
|
| How to download a text file from server to client? | 07 May 2007 16:09 GMT | 1 |
I am devoloping a web application using JSP and Servlets. The first thing I need to know is how to create a text file in the sever. Once the text file is created there should be an option for
|
| Send File to browser - Size Limit ? | 07 May 2007 15:46 GMT | 2 |
I need to send a Zip file to the browser (using Jsp and resin server) but it seems I can't send a bigger file than 750KB, everytime the size exceed 750, the sending process stops to send only a part of my file. Does anyone know if there is a tag configuration in web.xml or
|
| Query:difference between with "/" and without "/"? | 07 May 2007 14:52 GMT | 15 |
When we create a File instance,just like: File file = new File("/home/dowson/"); File file = new File("/home/dowson"); What's the difference between the two sentences?
|
| JAVA3D move camera around sphere | 07 May 2007 14:51 GMT | 1 |
Hi, I am making navigation in Java3d scene. I am able to navigate observer ,but I have problem with navigation camera around sphere,where middle is the middle of objects on the scene,which is far away from viewplatform (x=0,y=0,z=0). I need to move around
|
| Logfile creation error during rotation | 07 May 2007 14:35 GMT | 2 |
When logging to a file using FileHandler, we sometimes experience problems during log rotation. The logger stops writing to the file, and an exception is thrown (see below). This problem is reproducable, but does not happen during every rotation.
|
| Unprecise error line number on JSP compilation | 07 May 2007 14:26 GMT | 2 |
Thanks very much to anybody who can help. I am using Tomcat 5.5 and when i compile a jsp i'm facing this problem. If the Jsp contains an error in a java script, tomcat doesn't print
|
| simplest webservice client ever | 07 May 2007 13:51 GMT | 10 |
i have created a simple web service using tomcat and axis 1.4 it just has one method that returns the string hello world i want create a client that would use this webservice i tried some tutorials on the web but couldnt do it
|
| Redirecting to a common error page in struts | 07 May 2007 09:25 GMT | 1 |
How to redirect to a common error page on occurance an Exception,in struts?
|
| Query:difference between different mothod to create a thread! | 07 May 2007 08:10 GMT | 3 |
As we all know there are two ways to create a thread,one is by inheriting class Thread another is by implementing interface Runnable. An instance created by class Thread can not be reused while the one created by interface Runnable could.Why?I think it has nothing to do
|
| which java? | 07 May 2007 05:21 GMT | 3 |
i am familiar with programming Delphi. It supplies good interface and RAD (rapid application development) facilities including objects on the forms. Is there any such product which completely supplies all aspects of
|
| Printing rtf documents in java | 07 May 2007 05:02 GMT | 3 |
I have lots of rtf documents that were created using wordpad. Now I have to printout these documents out of a java application. Does anyone know how this might work or in which direction to search? Thanks for any help!
|