| Thread | Last Post | Replies |
|
| information decompiled by the IDE from a .class file | 04 Jul 2006 02:31 GMT | 2 |
I've got a question regarding what information a .class file contains and how the IDE (IntelliJ IDEA in my case) can extract information from a .class file. When I (try) to go to the declaration of a class (eg in Intellij by
|
| new to Java - best resource? | 03 Jul 2006 21:26 GMT | 10 |
I'm a procedural programmer (vb mostly) and I've gotten a fabulous opportunity to score a donated copy of BEA Weblogic Platform for my organziation (small non-profit). I've got a great o'reilly safari subscription and the java code is making sense (I'm starting with Heads Up
|
| help me please | 03 Jul 2006 21:04 GMT | 1 |
i have a problem. i dont understand... help me please http://www.animals-superstars.com/photo-109260.html tank you patate069
|
| C++ Senior Developer - Architect/Designer - N. Wilkeboro, NC [USA] | 03 Jul 2006 21:04 GMT | 1 |
Quoin is seeking an energetic and diligent individual to join our team. Quoin is an application development and system integration company that specializes in software development. We offer challenging opportunities for technology professionals who
|
| Beowulf clusters | 03 Jul 2006 20:51 GMT | 9 |
I need to do some parameter optimization on a long running job so I'm planning to use the Beowulf cluster on the UMSL campus. Ideally I would like to be able to kick off threads using the executor interface and have them run on available nodes on the cluster. I know that things ...
|
| Java open source projects? | 03 Jul 2006 20:14 GMT | 6 |
Can anyone suggest a good place to look for Java open source projects that need help? I'm especially interested in working on projects that involve Java skills that are in high demand among employers so that I can get some
|
| Jpanel Dashed Border? | 03 Jul 2006 19:13 GMT | 16 |
Is there a way to make a border dashed around a panel? I'm sure it could be painted somehow but I have no clue on that. Any examples on how to do this? Thanks
|
| Need Help | 03 Jul 2006 18:35 GMT | 2 |
Hi everybody, i would like to start learning some java language, i already have a litle idea about C but nothing very complicated so, if any of you wants to help me a litlte with this just take my adress and we´ll talk through the messenger, thank you
|
| read a EXCEl database from a Java programm | 03 Jul 2006 18:10 GMT | 3 |
can someone tell me how to read a *.xls database from a java programm??? some code code would be helpfull...
|
| Tomcat Newbie, need help with caching | 03 Jul 2006 17:51 GMT | 2 |
I am new to Tomcat. I have a Tomcat web site that generates PDF documents dynamically. I am having trouble because, once the PDF is generated, Tomcat caches the output file and sends the same one to the web client. I need to shut this off so the PDF can be regenerated from
|
| Ant task for database script | 03 Jul 2006 16:37 GMT | 2 |
Has anybody worked on ant script for executing the database scripts. I am working on build process and in which the sql command is working fine for simple packages and stored procs. I am working on interdependency of packages. My ant script fetches the database scripts
|
| How does one combine the Adapter and Factory design patterns in a memory efficient way? | 03 Jul 2006 15:56 GMT | 8 |
I'm using the adapter pattern, and I've got a factory to generate adapters for passed in adaptees. Let's call the class of the objects getting adapted "Foo", and the Adapter class itself "Bar". So here are some details specific to my situation:
|
| gcj TCPClient.java Error | 03 Jul 2006 15:43 GMT | 1 |
I'm attempting to compile "TCPClient.java" taken from the book, "Computer Networking" by James Kurose and Keith Ross, but I'm running into an error... I'm compiling using "gcj" under cygwin. Here's the error I get:
|
| How to detect the failure of byte[] => String conversion | 03 Jul 2006 15:39 GMT | 2 |
When I want to convert a byte array to a String object, I can use String constructor with charset parameter: String result = new String(bytearray, charset); Here, if the bytearray contains any illegal sequence of bytes in
|
| midp emulator | 03 Jul 2006 15:22 GMT | 3 |
Is there a PC emulator for java mobile programs? I need a program which can be run mobile .jar files Until now I use netbeans, but I need a very small and easy program for presentation of a mobile program.
|