| Thread | Last Post | Replies |
|
| product and jre as singe executable | 05 Sep 2007 05:16 GMT | 2 |
How you deliver java based solutions to some systems, where there is no jre? Is it possible to bundle jre with the product as a single executable? Are there any such solutions already available?
|
| Does anyone know how to decompile class built in using jdk1.4.2? | 05 Sep 2007 05:01 GMT | 3 |
I had tried to decompile using JAD or DJ Java decompiler. But I could not obtain full source. Please let me know excellent way how to decompile completely!! Thanks in advance.
|
| jdk1.6 - has no applet plugin | 04 Sep 2007 21:26 GMT | 2 |
I cannot find the plugin that, I thought, should come with jdk1.6. Have I lost my mind or have they hidden it somewhere? Thanks for your time.
|
| problem with Eclipse and TPTP | 04 Sep 2007 17:30 GMT | 1 |
i've installed Eclipse 3.3 and the TPTP plugin version xxx by using the integrated update manager. I choose 'Run -> Profile' from the menu and the dialog opens. Then i create i chhose 'Java Application -> New' to create a new profile for my
|
| inconsistent compiler behavior with generics example | 04 Sep 2007 16:31 GMT | 3 |
I have this new function that I wrote inside Eclipse (OS X, Java 1.5.0) and it both compiles and runs in Eclipse, and compiles using javac within OS X. But it fails to compile through either (1) javac on Linux (version 1.6.0), or (2) Apache ant on either OS X or Linux.
|
| dispatch class, modularity, initialisation? | 04 Sep 2007 14:38 GMT | 13 |
I would like to have a base class "Widget", that amongst other things has a method getWidgetFor(String name). I would like this method to be able to use (e.g.)
|
| Eclipse RCP Plugins Technical questions | 04 Sep 2007 13:36 GMT | 5 |
I'm starting to implement a application using the Eclipse RCP tecnology. I have some questions about some techinnal details. My application will have resumdly three main pluggins: ------- ------- --------
|
| Adding a timeout to commands by wrapping + thread - suggestions? | 04 Sep 2007 13:34 GMT | 11 |
As I know this is something that is notoriously hard to get right, I thought I would post my naiive implementation here for comments and advice. The problem is a common one: We have several actions that all comply
|
| Skype4java API | 04 Sep 2007 12:03 GMT | 2 |
I just try now this API, i want to create my socket connection over the skype AP2AP protocoll, but it isnt work (the AP2AP samples dont, but other skype4java sample still works). My Skype version is 3.5, with Skype protocoll 8. Could you help me? (I want a source, what is
|
| Java Mix | 04 Sep 2007 11:19 GMT | 2 |
I have created a website which aggregates Java news. I created the site as I was a frequent visitor to javarss which is no more. I hope is is of use to you: http://www.javamix.co.uk/
|
| Sun changing its stock symbol to JAVA | 03 Sep 2007 22:17 GMT | 12 |
I haven't seen any discussion about this on the group so I thought I'd mention it. Jonathan Schwartz announced on his blog last week that Sun is changing its stock symbol from SUNW to JAVA. Does this make sense to anybody? Obviously Java is an important part of
|
| Generic file name validation code? | 03 Sep 2007 19:32 GMT | 3 |
I need to validate a file name but it has to work on Windows & Unix! Does anybody know of java code that does this? thanks in advance harry
|
| Read binary data file | 03 Sep 2007 17:08 GMT | 37 |
I am a C++ programmer, working on a java program. I need to read a binary file using Java. Here is how I read it in C++, Struct SOME_DATA
|
| New to swing, need gui layout help | 03 Sep 2007 17:06 GMT | 8 |
I have been using java for years, now I need to go gui work. I am having a Dickens of a time trying to grasp the swing layout managers, specifically how to control placement on screen. I am not looking for an IDE, but want to gain a better understanding
|
| Image resizing with Java2D and quality loss | 03 Sep 2007 17:05 GMT | 1 |
I need to scale / resize an image and create a thumbnail out of it. I'm using the Java2D approach (i.e. using only Java's image manipulation API without external libraries), but I'm getting thumbnail images that are of visibly lower quality than originals (and
|