| Thread | Last Post | Replies |
|
| EclipseMe MIDLET project failure | 06 Mar 2006 20:25 GMT | 19 |
I recently have updated the eclipse IDE to the newest version 3.1.2 and downloaded the eclipseMe 1.2.3 and the J2ME toolkit 2.2...and I did all the configuration for the eclipseMe...and created a new J2ME project and new MIDLET, but when I try to debug it or run it a "Lanuching
|
| array to generate words | 06 Mar 2006 20:24 GMT | 28 |
I need to generate a message box with each of these random words but cant figure out what im doing wrong, can anyone help? import javax.swing.*; public class random
|
| J2EE (websphere) + Hibernate + ThreadLocal | 06 Mar 2006 19:50 GMT | 3 |
According to Hibernate team the standard way to use hibernate in a J2EE environement (on a session per request basis) is with the HibernateUtil class describe here : http://www.hibernate.org/hib_docs/reference/en/html/quickstart.html
|
| Why Apache when Tomacat can do | 06 Mar 2006 19:37 GMT | 5 |
Tomcat is a container and can also function as a web server, then why on eath do we requier Apache Web Server, why do we need two, when one can serve the purpose.
|
| how to detect file creating and deleting and renaming files immediately in java | 06 Mar 2006 19:30 GMT | 8 |
Hi.. how to detect file creating and deleting and renaming files immediately in java please give the answer .....urgently...
|
| how to find cpu is idle or not??? | 06 Mar 2006 19:25 GMT | 9 |
hi... how to find cpu is idle or not using java programming... bye.. frnds...
|
| Java JDK installer's messy housekeeping | 06 Mar 2006 17:59 GMT | 3 |
My C: drive was getting very full and I decided to see what was chewing up the space. Three biggies were files like this J2SE Development Kit 5.0 Update 5.msi
|
| How to only display the error of one instead of multiple projects in a workspace folder in eclipse | 06 Mar 2006 17:04 GMT | 2 |
I have used elipse for my java project development. I set up a project workspace: c:\prj. Under this workspace I have several projects. say, c:\prj\prj1, c:\prj\prj2, .... However, when I am working on prj1, the compiler error of all these
|
| J2ME, Thread, interrupt() | 06 Mar 2006 17:02 GMT | 2 |
When using the J2ME WIreless Toolkit 2.3 I am getting the following error when I compile: Project settings saved Building "Foo"
|
| JAI - How to convert PNG to TIFF | 06 Mar 2006 14:45 GMT | 2 |
JAI can be used to convert PNG images files to TIFF: String source = "c:/tmp/1.png"; FileOutputStream out = new FileOutputStream ("c:/tmp/2.tiff"); RenderedOp src = JAI.create("fileload", source);
|
| No interface when the constructor mandatorily requires arguments?? | 06 Mar 2006 14:16 GMT | 2 |
Requirement: - A class has 4 members. 2 of these members are must to constitute the concrete object. The other 2 are optional.
|
| Where do my applcation autenticate ? | 06 Mar 2006 13:00 GMT | 3 |
Good morning, Im getting crazy to understand where in the application Im working to I get the autetication. My problem is that when the user write the correct usr/pwd all works
|
| Version history | 06 Mar 2006 12:57 GMT | 10 |
What is the canonical way to format version history, i.e. the version numbers, release dates and changes. How do you embed this is the comments? Where does it go?
|
| Is it possible? (not a monster?) | 06 Mar 2006 11:50 GMT | 7 |
Could someone examine this code I made while studying and explain what it does and why do you think is possible to generate this kind of code? Shouldn't it give a compilation error ? class Frankenstein{
|
| searching for good interface names | 06 Mar 2006 11:12 GMT | 8 |
What would be good names for the following interfaces? Where »good« means: adhering to common naming conventions and suggesting the contents of the interface just by the name of the interface to as many readers as possible.
|