| Thread | Last Post | Replies |
|
| java.util.zip.ZipException error | 11 Nov 2004 15:40 GMT | 2 |
Can anyone help me with the following exception. I'm trying to install an app for KnowledgeTree DMS.
>> /opt/SUNWappserver/jdk/bin/java -mx256m -jar FileIndexer-1.1.3.jar Exception in thread "main" java.util.zip.ZipException: error in
|
| frame from applet | 11 Nov 2004 14:51 GMT | 2 |
i have an applet from witch i need to open a frame with image drawn on his panel...i have made class that extends jPanel and override its paintComponent method,and everything is working fine when i compile a program (applet)in jBuilder...the problem is when i open the frame from
|
| Ensuring form field submission order | 10 Nov 2004 19:52 GMT | 11 |
When submitting a form to a servlet using a POST method - im currently using a call to getParameterNames() to obtain a list of all parameters posted by the form then cycling through these to obtain the value of each paramter.
|
| format output with JOptionPane | 10 Nov 2004 19:52 GMT | 1 |
I am having problems formatting my text when using the JOptionPane.showMessageDialog. the new line (\n) works but the text will not tab (\t). is there a different command i must use with GUI?
|
| tracking my listeners? | 10 Nov 2004 19:21 GMT | 3 |
I have a HashMap that several methods use for various purposes. These methods want to know when the HashMap changes. I'm experienced with Swing's event listeners and wait/notify. Do I need to keep track of the listeners, as well as notifying them, for the HashMap changes or ...
|
| J3D | 10 Nov 2004 18:57 GMT | 1 |
Ive downloaded j3d RunTime and dk , but when i try and when i try to import it with JBuilder the red swirly line comes under it saying "package com.sun.j3d.utils does not exist , any ideas
|
| jakarta regexp: how to escape forward slash? | 10 Nov 2004 17:52 GMT | 1 |
Does anyone know how to escape forward slash using jakarta regexp, the funny thing is that sed understand well the escaping of forward slash: \/ but regexp
|
| Java method stack | 10 Nov 2004 12:31 GMT | 1 |
Is it possible to put method calls on a stack, for later work? Regards, buchi
|
| Method Logic w/ Fractions | 10 Nov 2004 02:05 GMT | 2 |
Need a hand with some method logic here, I got all the code written but I am having an issue trying to get this logic to work. These two methods are designed to simplify fractions and convert improper fractions to mixed numbers ( two seperate methods). Take a look and let me know ...
|
| servlet: internal server error... | 09 Nov 2004 21:09 GMT | 5 |
http://www.francesdelrio.com/servlet/hello this is a tiny 'hello world' servlet.. I'm getting this pg full of errors.. (better than 404's I've been getting for days.. as some of you know who have very generously helped me here, I've been trying for
|
| can you help me? I don't know | 09 Nov 2004 20:57 GMT | 2 |
I have that error: "sort(int[]) in Losowy cannot be applied to ()" I don't know how to switch this program, can you help mie? class Losowy
|
| javac doesn't work. | 09 Nov 2004 18:08 GMT | 4 |
Hello, This is my first post here. I just started Java yesterday and I downloaded JCreate LE so i can make my .class files. But I wanna try doing it with javac. But i get an error when trying to compile... 'javac' is no a reconized as an internal or external command,operable
|
| Java executable | 09 Nov 2004 18:04 GMT | 2 |
I have a question that I cannot seem to find an answer to. I am writing a program ( specifically a wrapper program). I need it too be an executable because it is a wrapper. I am writng it in Java using linux redhat 7.2.
|
| very quick question re sevlets.. | 09 Nov 2004 09:49 GMT | 7 |
to upload via ftp: .class -- binary or ASCII? web.xml -- binary or ASCII? thank you.. Frances
|
| Struts: please help me | 09 Nov 2004 09:44 GMT | 1 |
I've just created a Netbeans 4 project around the "struts-blank" sources, but when try to start the debugger and see the welcome message, something doesn't work and I receive this error: ===
|