| Thread | Last Post | Replies |
|
| Java Drawing | 19 Jan 2006 07:46 GMT | 2 |
I am working on a project where I am simulating a life form. I am going to represent the life form with an oval on the screen. I want it to slowely randomly move around. I am working with a full screen display without titlebar and so on. The only problem is, everytime I
|
| UTC time in millisecond | 19 Jan 2006 07:38 GMT | 26 |
How can I get UTC time in millisecond? I have used System.currentTimeMillis() but it isn't correct! Can you help me? thanks
|
| rmi +/- | 19 Jan 2006 07:35 GMT | 2 |
can you said the advantages and disadvantages of Java RMI technology in the context of an application of great scale? thank
|
| MyEclipse | 19 Jan 2006 07:22 GMT | 3 |
Hi, guys can any one give me feedback of myeclipse plugin for eclipse .... Regards,
|
| Replacing Xml using java | 19 Jan 2006 04:20 GMT | 2 |
Hi, Fellas I have a problem regarding an Xml document, where I need to remove blocks of xml code, if there are control characters found in a block. (you know those squares
|
| Boolean query parsing.... what tools, examples, suggestionss | 19 Jan 2006 02:53 GMT | 10 |
am implementing a fairly simple and straightforward text-search (I display each line that contains required pattern ) that supports Boolean queries in the following format: str1 AND str2 NOT str3 - where not is a unary operation thus the
|
| How can I inherit a class in Bean with package? | 19 Jan 2006 02:04 GMT | 3 |
Can anyone please help me. Im having a problem to compile class RedCar. It gives no error when I remove package.com.MyCar line. Class Car works fine. -----------------------------
|
| Dynamic page content display | 18 Jan 2006 22:37 GMT | 3 |
i am working on a java tapestry based web application. i have a lot of web pages in HTML, JavaScript which talk to a java backend which connects to a Postgres DB. Now my HTML pages contain a few dynamically updated pages which update information in real time from the DB.
|
| Put tabs into Strings | 18 Jan 2006 22:37 GMT | 10 |
ich habe ein Problem, was mich wirklich verrückt macht. Als erstes lese ich Strings aus einer tab-separierten Datei. Ein Parameter namens cutchar gibt an, welcher String separiert. Da es sich bei "\t" um einen regulären Ausdruck handelt, muss ich zum
|
| Inter-applet communication in different HTML pages | 18 Jan 2006 22:34 GMT | 2 |
I saw many threads talking about this problem, all of them very old and without a solution. Basically I would like to have two applets talking. The two applets are loaded from two different web locations.
|
| Start a process as soon as Application Server starts | 18 Jan 2006 21:11 GMT | 2 |
I have a process which is packaged in a JAR file and what it does is collect some statistics on the server and email it as soon as the Application Server (Tomcat/WebSphere...etc) starts automatically? Can this be achieved?
|
| invalid flag error | 18 Jan 2006 20:54 GMT | 1 |
i m trying 2 compile a servlet from the command prompt.. i change dir to the one containing the Login.java file. then i type in javac -classpath %CATALINA_HOME%/common/lib/servlet.jar Login.java it gives an invalid flag error "files/apache". my tomcat base dir is in
|
| Project Suggestion for a Software Engineering Masters | 18 Jan 2006 20:38 GMT | 1 |
Does anyone have any project suggestions/ideas for a postgrad degree? The duration of the project will be around 2 1/2 months. I have good Java/JEE knowledge. I'm interested in doing something involving web services/SOA and also possibly have some AJAX on the front end.
|
| Applet looking for class file improperly | 18 Jan 2006 20:32 GMT | 8 |
I was having a peek at the error log on my website and discovered all kinds of errors of this form: [Thu Jan 12 01:13:59 2006] [error] [client 84.58.217.241] File does not exist:
|
| dynamic object referencing | 18 Jan 2006 19:37 GMT | 4 |
I dont seem to be able to find the answer to this anywhere, so I am wondering if anyone can help me. I am trying to see if there is a way of referencing a object dynamically by passing it a variable. For instance say I have an object called 'myObject', which contains
|