| Thread | Last Post | Replies |
|
| eclipse fiasco - source path | 24 Mar 2006 06:21 GMT | 1 |
I hate causing my own problems... dammit. So I had two Eclipse projects with directories com.mysite.application.. com.mysite.framework..
|
| Fun with generics | 24 Mar 2006 01:55 GMT | 25 |
Let's say I want to write a table that may be backed by an SQL table or by in-memory store. The table is a list of column headers and a list of rows. public interface ColHdr<C> {
|
| Java HelpSet | 24 Mar 2006 01:55 GMT | 1 |
I am just trying to find out how to use Java Help and have come across a problem at the first step. I have the line below which I thought should find the help set file. For some reason it always returns null.
|
| Exception handler being called | 24 Mar 2006 01:04 GMT | 3 |
I wrote a piece of code for buffering a file - I plan on using it eventually as part of a larger application. However the exception handler seems to be getting called, but the getMessage function just returns null. I'm confused. The file copy works fine - I
|
| Java as the default application | 24 Mar 2006 00:27 GMT | 5 |
Is there a way to make a JAR file the default application to load when clicking on a certain file type on windows? On a Mac? Thanks, Adam
|
| Anyone know how to get parameter name? | 24 Mar 2006 00:04 GMT | 25 |
I want to get parameter name from specify method. Example: Code: public class AClass { public AClass() {}
|
| UPS and the SSL for senitive data transactions | 23 Mar 2006 23:31 GMT | 1 |
I am getting strated on a small application for my company that will get data from UPS and make it usefull to a group of users. Is ther any place I can go that has sample code that uses the UPS keys to access their data? Thanks for your help
|
| How to define Region of Interest in an image with mouse | 23 Mar 2006 21:43 GMT | 2 |
I need to find a way to allow a user to trace an arbitrary region of a displayed image with a mouse and capture the outlined area as a 'region of interest' (ROI) I've looked at the Java Advanced Imaging classes and they seem to have what I need to manage the data.
|
| Performance Q: java hotspot vs. native code | 23 Mar 2006 21:12 GMT | 31 |
In each of these two cases, would optimized C run substantially faster than Java (hotspot or other JIT VM)? * A number-crunching algorithm with a tight loop and a large number of iterations (from
|
| Sortin Vector | 23 Mar 2006 20:39 GMT | 1 |
I have a vector which has a series of objects in it. Id like them to be sorted in relation one of the data members or the objects. is htis possible?
|
| String to Date | 23 Mar 2006 20:00 GMT | 11 |
Let's say that I have a string with this date format "DD/MM/YYYY", could you please write me the code to convert it to date without the TIME. I tried, but It always converts the String to Data with the time at the end, could you please write me the code to do this ?
|
| How to see jsp files visually in Eclipse | 23 Mar 2006 19:59 GMT | 1 |
I am using Eclipse to do JSP development, When I click the jsp page, I can only see the source code of .jsp files. How to see it visually (like what we see in the browser)? Do I have to start tomcat before seeing it? I read the doc of Eclipse
|
| how to restore the original perspective in eclipse | 23 Mar 2006 19:29 GMT | 1 |
In Eclipse, In debug perspective, somehow I changed the placement of each window(view) in the perspective. How to change the position of these windows back to its default position. right now, I have serveral windows docking with each other. I want them
|
| Games Architecture | 23 Mar 2006 19:02 GMT | 2 |
I am currently producing a game in Java. I have come across an architecture for video games, consisting of controllers, renderers, Game state, game simulator etc. It look a lot like a basic class diagram with each of the parts being a class. I was planing on implementing the ...
|
| Eclipse bug? | 23 Mar 2006 18:45 GMT | 18 |
Eclipse bug? Using most recent version (as of a couple weeks ago, anyway), if it sits idle for a day or two in the taskbar, it stops responding -- or at least it is really sluggish if you try to use it again, and not just for a short time, but until you quit and restart it.
|