| Thread | Last Post | Replies |
|
| using xalan and xerces | 20 Feb 2004 15:51 GMT | 3 |
How does one use a third-party jar in one's application? I am on a project which wants to incorporate Apache's Xalan / Xerces projects. I'm a relative novice at Java (obviously). How is a third-party jar included in a project?
|
| Arrays: comparing and removing non-matching elements | 20 Feb 2004 15:46 GMT | 3 |
I'm new to the Java scene, and for this particular problem I'm trying to find a way to look inside a character array, compare each element, and then remove matching elements. The end resulting array must have all unique elements. I've got to the point of comparing and returning
|
| FileNotFoundException for zip files | 20 Feb 2004 12:40 GMT | 4 |
I get the following exception. java.io.FileNotFoundException: attrtest.zargo (No such file or directory) at java.io.FileInputStream.open(Native Method)
|
| How to add two arrays of same type | 20 Feb 2004 11:55 GMT | 2 |
I am trying to add two Attribute [] is it possible? Can I do like below? All opinions are welcome! BR
|
| is there a script that chooses a random source file? | 20 Feb 2004 09:27 GMT | 1 |
I'm using a javascript with a separate source file. In order to get the load time down to a minimum I'm thinking of using several source files. I would like my javascript to choose one of the source files randomly. Would be nice to name the files getcontent1.js, getcontent2.js
|
| Newbie string processing query | 20 Feb 2004 04:34 GMT | 6 |
I'm trying to work out an efficient way to convert a String (with extended characters - ie accents, symbols and so on) into a block of HTML. So, for example, every instance of unicode 0224 would be replaced by the "à" entity.
|
| IllegalStateException:Writer being already used by the servlet | 19 Feb 2004 22:39 GMT | 5 |
I am faceing a problem (ofcourse thats what makes all of us come here)..what I am trying to do is , create a image offscreen in a servlet , then using PixelGrabber serialize the int[] and then the applet reads it, ..so far fairly straight, now here...
|
| How to get stack dump on Linux | 19 Feb 2004 20:04 GMT | 2 |
On Windows, I can get a stack dump by hitting Ctrl-Break. I can't seem to find the equivalent action in Linux, either with Google or in the Sun API tools documentation section. Can anyone help me out, please?
|
| Named Pipes | 19 Feb 2004 16:26 GMT | 2 |
I've looked everywhere for help on how to do this. I need to write to a named pipe (created outside the program) in order for another application to read its contents. does anyone know how i would have to go about this? I've looked everywhere for help on how to do this. I
|
| Help | 19 Feb 2004 16:13 GMT | 4 |
Help! I have had VB6, C++, well versed in html but I am about to pull my hair out on JAVA!!! I am getting an error in line 54 of this code. Can someone help me please? I am a college student trying to get a grasp on this situation
|
| buff = new StringBuffer(10000); buff.toString(); Will GC be complete here? | 19 Feb 2004 16:08 GMT | 5 |
import java.util.*; class garbage_collection { public static void main(String args[]){ System.out.println("Init");
|
| Design question | 19 Feb 2004 15:42 GMT | 1 |
I am designing a class that is supposed to handle different file formats ( eg. zip and gzip) and retrieve a *.xmi file. I will point to a specific directory. At the moment there could be *.gzip and *.zip files. There could be more types in the future. However
|
| Newbie Compiler problem with sdk 1.5.0 beta | 19 Feb 2004 13:37 GMT | 3 |
Yesterday I downloaded and installed j2sdk 1.5.0, beta 1. eI tried the compiler by entering javac HelloJava The compiler replies"
|
| Mac OS X "Reveal in Finder" ? | 19 Feb 2004 11:28 GMT | 4 |
Any ideas how to implement a "Reveal in Finder" function that works on Mac OS X ?
|
| NoClassDefFoundError / JSP / Classes | 19 Feb 2004 01:59 GMT | 7 |
From http://www.mycgiserver.com/~ppowell/chat.jsp: [Code] <%@ page import="java.io.*, java.net.*, java.util.*, java.util.regex.*" %>
|