| Thread | Last Post | Replies |
|
| Is there anyone here familiar with borland j++? | 30 Jan 2007 01:56 GMT | 4 |
I am having a hard time with borland J++. I wonder if anyone knows what this all means... I have some frame classes and created an app, using borland primarily as a GUI editor.
|
| Memory consistency error in multithreaded program? | 30 Jan 2007 01:56 GMT | 4 |
Say I have a class that holds some data fields. I access an instance of this class from two or more threads. In these threads I assign new values to the fields of this class and I read some element values as well. I know that I won't ever have simultaneous access of the ...
|
| compilation/classpath problem | 29 Jan 2007 23:57 GMT | 1 |
My .bashrc file looks like this: # .bashrc # User specific aliases and functions # Source global definitions
|
| open source? | 29 Jan 2007 23:52 GMT | 3 |
I know there is a lot of "open source" software written in java. But is the language itself "open source"? Is there an open source java compiler (and/or ide) (is eclipse a compiler or just an ide)? Thanks,
|
| API CD Ripper in Java | 29 Jan 2007 23:16 GMT | 1 |
I seek a code java of a Cd ripper to implement it in an application J2EE. can you help me ? Thank you Laurent
|
| Data Validation | 29 Jan 2007 23:01 GMT | 1 |
I am really new to programming so take it easy on me :) Here is the code. Basically what I want it to do is whenever the user enters in 1 2 or 3 to say good job. When the user enters 4 to quit and anything else display an error message. This code works fine as
|
| Javascript inside struts | 29 Jan 2007 20:44 GMT | 1 |
I've been trying to figure something out for the past few days and I can't seem to pinpoint what I'm doing wrong. I've been trying to call javascript from inside a <logic:equal>, but it doesn't seem to work like I want.
|
| Dynamic charting using Flash | 29 Jan 2007 20:10 GMT | 3 |
I am trying to draw financial charts on my webpage displaying stock prices and volumes that are updated very 5 mins. So, my chart should be able to make changes to the chart as and when new data is added. For this purpose I want to use Flash or any other application that
|
| Java frames | 29 Jan 2007 18:30 GMT | 7 |
I have done a game (a scrabble game) and the way I did it is in two frames! One for the menu and one for the game. SO when you click on new Game then is opening another frame! The thing is that now I did a menubar so I want to call somehow the frame of the game in the current
|
| Java Persistence with Tertiary Relationship | 29 Jan 2007 15:32 GMT | 8 |
As we know, we can perform relationship between two entities, using @OneToOne, @OneToMany, @ManyToOne, @ManyToMany Can I use JPA to persist a Tertiary Relationship? For example, the relationship between User, Role and Module, which can
|
| JTextField Unicode Mysql | 29 Jan 2007 15:12 GMT | 16 |
Hello Friends, How are you ? I am Sohil. I am here with a problem I am creating a text editor that will store data in mySql database. I want to get the data in text field. I am having "♥" character in database.
|
| Jasper Reports BIDI languages (+ Hebrew) Problem | 29 Jan 2007 15:05 GMT | 7 |
I'm trying to generate a report with Hebrew fonts in it. When running it with iReport tool, everything works great, but when running the report from a java code, I get an error message indicating that the desired pdf font is not found....
|
| Sorting a directory content by last modify date | 29 Jan 2007 14:38 GMT | 4 |
Im trying to sort the content of a directory (a file list) according to the lastModified attribute of the object. I get the array of files in this way: File file = new File(directoryname);
|
| Is Jabwt 1.1 backward compatible with Jabwt 1.0? | 29 Jan 2007 12:36 GMT | 2 |
As is indicated by the title, supposing the KVM/JVM supports JSR-82 1.1, does it mean it also supports JSR-82 1.0a? To be more specific, can a JSR-82 1.1 implementation pass TCK which is intended to test 1.0a? Any
|
| Java | 29 Jan 2007 11:55 GMT | 6 |
Java J2ee Interview Questions http://javaj2ee-interview-questions.blogspot.com/
|