| Thread | Last Post | Replies |
|
| Mobile phone games | 03 Feb 2005 14:36 GMT | 6 |
I hope this is the right ng - if not please point me to a more appropriate one! Anyway, I am trying to download games onto a mobile phone using WAP via my webspace. I have been able to connect to my site but not download
|
| make error message from ant build go to source file and line | 03 Feb 2005 08:48 GMT | 1 |
I need to pinpoint to java source file and line via an html link when my build fails for that file. I have the logfile from ant as input. I need to produce html with links. Is there anyone out there with the experience of doing this?
|
| using packages in jar from ant | 03 Feb 2005 03:43 GMT | 3 |
This is a RTFM question, no doubt ;) I find ant somewhat mysterious in the way it uses javac because it has "srcdir" as a sort of variable, when it's "-sourcepath" in javac. There seems
|
| Opening HTML | 02 Feb 2005 22:02 GMT | 5 |
I have a program and I need to open an html file from it. What is the best way to do this? Thanks Robert
|
| circle class | 02 Feb 2005 21:54 GMT | 2 |
hello i have this script public static void main(String[] args) { Circle circle1= new Circle(1); Circle circle2= new Circle(2);
|
| Help download jar to MS Access connection | 02 Feb 2005 21:34 GMT | 1 |
where do I download jar to MS access connection? From Sun? thanks for any suggestion. fabio
|
| Directory monitoring using Java | 02 Feb 2005 20:30 GMT | 3 |
I am fairly new to Java. I have a problem at hand which I would like to solve using the Java approach. Basically, I would like to monitor a specific directory (with subdirectories) in one of the servers in a network. When a file has
|
| java/corba array problem | 02 Feb 2005 18:27 GMT | 2 |
I am trying to set up a very simple client/server system. The clients are policemen and the server is a police database with details of criminals. I want to store the offences by each criminal as an array of strings. The police can then add extra strings to this array as the ...
|
| mySQL | 02 Feb 2005 15:26 GMT | 16 |
Hi all, starting to delve into mySQL.. was wondering why there's no mySQL group (except one in German..) is it absolutely necessary to have access to a unix shell for mySQL? at my webhosting there's an interface where I have a feeling I can do a
|
| online store example | 02 Feb 2005 11:35 GMT | 4 |
I am writing an online store with servlet and jsp. I would like to know the best technology (like design patterns) for that. Could anyone point me a tutorial or example for that? Thanks,
|
| ant can't work | 02 Feb 2005 06:46 GMT | 4 |
i download ant1.6.2 bin zip file from apache's site, and followed the installing manual, but it always say Invalid implementation version between Ant core and Ant optional tasks.
|
| UML to Java | 02 Feb 2005 03:40 GMT | 2 |
Does anybody knows a good tutorial for beginners to Make java code out of UML? Irlan
|
| JSP / Servlet and HTML Form - HTTP method POST is not supported by this URL | 02 Feb 2005 02:02 GMT | 5 |
I have the following setup. A jsp, which includes a second jsp. The second jsp contains a form, which uses the POST method to call a servlet. The servlet does some validation and then makes a forward call back to the original jsp.
|
| Applet of newbie | 01 Feb 2005 20:23 GMT | 1 |
I have made the next applet; public class CanvasApplet extends java.applet.Applet { public void init() { gc = new GraphicsCanvas();
|
| How to Implement Links in a GUI | 01 Feb 2005 18:22 GMT | 1 |
I have a GUI which shows a list of 'links' (JButtons) on the left-hand side: "Books", "Movies", etc. which when clicked should change the view in the center panel. In the center panel the books, movies, etc. appear and when /they/ are
|