| Thread | Last Post | Replies |
|
| creating symbolic/hard link to a file in java? | 14 Mar 2005 15:23 GMT | 2 |
Is there a way to create a symbolic/hard link to a file in java? just wondering as I can't find anything in the java API as of yet. thanks in advance Neil Morris
|
| Dijikstra shortest path | 14 Mar 2005 14:19 GMT | 2 |
I need shortest path algorithms whis was written in java. If anybody have got it ,can you send my mail csselo@yahoo.com.au not: I searched in google but there is no clear algoritm in java
|
| Apache | 14 Mar 2005 11:41 GMT | 2 |
I am trying to configure Apache on Linux to run JSp Files please which configuration file would i have to modify tto make this possible seeems its not able tto display jsp Files properly
|
| Help? | 14 Mar 2005 10:32 GMT | 3 |
I've been staring at this for hours, getting nowhere. I'm trying to write a number conversion program, I've gotten the 1st part finished, which coverts a number to its base (2010, base 3 = 57)
|
| socket permissions as a applet | 14 Mar 2005 10:22 GMT | 1 |
can an applet open sockets because i've tried before and i get access deiened type errors. are applets allowed to open sockets and if so, how?
|
| serializing when object occrurs in multiple containers | 14 Mar 2005 08:17 GMT | 1 |
NewsStory story("Hamlet"); shakespeareList.add( story ); playsList.add( story ); Now I serialize shakespeareList and playsList.
|
| Web crawlers and dynamic content | 14 Mar 2005 00:37 GMT | 2 |
This must be a very old and well studied question... I created a site using JSP, that permits the viewing of articles that are fully stored in a database. The url for the articles is something like:
|
| TEST - Please Ignore! | 14 Mar 2005 00:37 GMT | 2 |
Sorry to bother.
 Signature knute. email s/nospam/knute/
|
| prolems compiling | 13 Mar 2005 09:20 GMT | 4 |
I am writing a program to store stuff to xml using the storeToXML method but I can;t get it to compile here it is; any ideas? import java.io.*; import java.util.*;
|
| making a table | 13 Mar 2005 07:50 GMT | 3 |
Need some advice on this. I have a text file and I need to read it as a table. my Table goes like this: Date Time A B C D
|
| ant question | 13 Mar 2005 00:34 GMT | 4 |
How do I get Ant to guild just one class without have to create a target in build.xml for every java file. For example in Make I would do this: .java.class:
|
| data manipulation | 12 Mar 2005 17:36 GMT | 2 |
I've declared data as double in my program, this data is not input, it's a result of a calculation. double newNumber; I would like to change newNumber to an Integer.
|
| easy type casting question..... | 12 Mar 2005 09:17 GMT | 1 |
if Wheat is a subclass of Produce, can someone please explain why: Produce grid = new Produce(); grid = new Wheat(); Wheat crap = (Wheat)grid;
|
| read XML file and get first record | 12 Mar 2005 06:53 GMT | 3 |
I need to parse XML and get the first record only. I am using DOM now, but it reads the complete XML, then I get the first record. I know it probably involves SAX, but can SAX stop parsing to the parse handler at any point? or does it have to parse the complete doc, if so, then how
|
| First-steps how to compile a program | 12 Mar 2005 00:11 GMT | 4 |
I am updating a GPL java program to introduce some new funtionality. I've finished the first round of updates and I have hit a rather large problem... I have no idea how to compile the code into a .jar even after following some guides, FAQs and other useful information on the net ...
|