| Thread | Last Post | Replies |
|
| exe within a jar file | 17 Jul 2006 10:19 GMT | 5 |
I want to package and run an exe within an executable jar file. I've tried using the getClass().getResource("relative/exe/location"), but receive the following error when running the jar java.io.IOException: CreateProcess:
|
| jdk 5 generic, why not the other way arround for (T[] e, Collection<T> c) | 17 Jul 2006 09:55 GMT | 10 |
I'm trying to understand the generic concept. The following confused me: public static void main(String arg[]) {
|
| Browser time vs Server Time. | 17 Jul 2006 09:54 GMT | 2 |
I have a jsp / portlet / webservices application that has realtime graphing capabilities. The problem I am having is when the machine that is serving up the jsp / portlet is in a different timezone than the machine that the browser is running on.
|
| Why does JSplitPane automatically set its location? | 17 Jul 2006 08:34 GMT | 1 |
There is a tree in the left container of JSplitPane. When the tree loads data nodes, the split pane will automatically set its location to avoid tree container displaying horizontal scroll bar.
|
| Looking for a Multi-Layer "Architecture" pattern for Log4J | 17 Jul 2006 07:01 GMT | 16 |
I have a issu to solve regarding Log4J (or any other logger). This problem is probably quite common in a multi-layer architecture. I have a multilayer software, running on the same JVM (not really multilayer here thaugh, anyway).
|
| swing app, how to prevent multi-login | 17 Jul 2006 06:19 GMT | 2 |
A swing UI communicates with server via TCP/IP, socket, and the server supports up to 1 million UI. I'm wondering, what's the simple way to prevent same userID login twice
|
| Constructor Help Needed | 17 Jul 2006 05:51 GMT | 5 |
I am very new to Java programming so this may seam like the basics to some of you. I have an assignment where I am to take my code from a previous week and add a constructor. I have been trying to figure out how to add one for the past few days. Every time I tried to add one, I
|
| sample jsp servlet application required | 17 Jul 2006 04:33 GMT | 4 |
Hi geeks, I'm a beginner in jsp and servlets, i want a sample JSP-SERVLET applicaton with source code. Can you please tell me where can i get the sample applications.
|
| Java reporting incorrect directory permission under Windows XP? | 17 Jul 2006 04:27 GMT | 6 |
For the following codes: //--------------------------------- import java.io.File; public class Test {
|
| Discussion....What is your favorite web framework? | 17 Jul 2006 03:29 GMT | 8 |
I like helping people, but this newsgroup needs some discussion sometimes. So what is your favorite web framework and why? I'll throw in that mine is Seam. This web framework is the only thing really close to my idea of a utopian web framework. I always believed
|
| Why does JTree scrolling too slow? | 17 Jul 2006 03:12 GMT | 1 |
I make a JTree with own TreeNode, TreeModel, TreeCellRenderer definitions. And in the JTree panel, it has a stamp painter which paints a logo image using AlphaComposite. When I scroll
|
| calculation issues | 16 Jul 2006 23:48 GMT | 2 |
This is a simple mortgage calculator and it compiles but I am totally confused on the calculation to get it to work. Can someone help me a little. import java.util.*; import javax.swing.*;
|
| Lock-free binary trees | 16 Jul 2006 21:52 GMT | 29 |
Well, c.p.t is getting boring and slashdot has become the daytime tv of the internet so I suppose I will post some code I did prototyping lock-free binary trees since it's been long enough since I've done anything on it and I still haven't figured out a use for it. Also posting it ...
|
| Program effiency | 16 Jul 2006 20:47 GMT | 5 |
I have a slighly odd question regarding coding style and program efficiency which I would appreciate a short answer to. Taking these two code examples to call a method and send a String from an object and String made up on the spot:
|
| JFrame called Ghost doesn't show | 16 Jul 2006 20:03 GMT | 16 |
Just found out that a JFrame called Ghost won't show. Inside joke, easter egg? -------------------- Paul Hamaker, SEMM, teaching ICT since 1987
|