| Thread | Last Post | Replies |
|
| how do i test ? | 09 Oct 2006 09:16 GMT | 4 |
<%@ include file <jsp:include I want to write a code which willl show me the difference of these two.
|
| Generics: struggling against type erasure... | 09 Oct 2006 08:53 GMT | 8 |
Let me say: generics type erasure is just a misfeature that's embarrassingly hiped as a "feature". Is there any wizard that can solve this annoying problem (dynamic instantiation from a type variable using its default constructor -- see
|
| WebStart API Examples? | 09 Oct 2006 08:48 GMT | 2 |
The WebStart user experience is still a mystery to most developers. When discussing WebStart launch, I often hear comments that indicate the developer has never *seen* a WebStarted program launched onto screen.
|
| java exe wrapping... does it protect the code from decompilation? | 09 Oct 2006 07:31 GMT | 2 |
Im trying to figure out if using a program that generates an exe while wrapping my jar file inside it, would actually protect my code (without obfuscation) from potential hackers with decompilers. While I am aware that exe's can be decompiled, although very difficult
|
| Error? | 09 Oct 2006 06:23 GMT | 2 |
Can some one tell me why I'm getting this error? I really don't understand why it shouldn't work.
> Executing: C:\Program Files\ConTEXT\ConExec.exe "C:\Program > Files\Java\jdk1.5.0_07\bin\javac.exe" "GradeBookTest.java" |
| multiple selection in jsp using struts | 09 Oct 2006 05:40 GMT | 2 |
i have used the following code to populate a list and have multiple selection. The scenario is when a user is clecked the proposiitons (some values) associated with the user should get selelcted in the jsp in the mutiple
|
| MouseAdapter Bug ?????? | 09 Oct 2006 05:30 GMT | 1 |
I have a JPanel with two JButtons. Each button and the JPanel itself have the same class type of extended MouseAdapter added. Code for the Adapter as follows: public class CursorContextListener extends MouseAdapter{
|
| probably a dumb question, but I cant figure it out.... | 09 Oct 2006 01:40 GMT | 2 |
I have implemented a mouse listener in a class that extends a JDialog. I added a JLabel that contains a graphic. When the user clicks on the JLabel, the mouse clicked method should trigger a method that does something with the coordinates. However, when I do click, I get a null
|
| help!! | 09 Oct 2006 01:20 GMT | 2 |
hey guys, i'm new to java and i'm just learning so bear with me... i have writted the following code but this gives two errors when compiling but i can't see anything wrong with it... can someone give me some pointers???
|
| List Interfaces | 08 Oct 2006 23:40 GMT | 8 |
Hello people, I start programming with java 2 months ago and it goes pretty well for now. I was exploring the Collections Interface and I have a question about it.
|
| Adding months to Date | 08 Oct 2006 23:36 GMT | 2 |
I understand the differnece between Date and Calendar, and why I would prefer to use Calendar. However, I'm stuck with Date in this instance. I want to add a secific number of months to a Date. Looks like
|
| Java property files | 08 Oct 2006 23:10 GMT | 5 |
I have a java application that reads a properties file. All is well until I include a property like: AppPath = C:\Program files\myprog\dat When I use getProperty() to read the property the \
|
| How to specify an alternate JRE? | 08 Oct 2006 22:04 GMT | 4 |
The Windows XP work station I use in my lab does not have J2SE installed. It only has the JRE of version. 1.4.2_08 installed. Look: C:\Documents and Settings\antonyliu>java -version java version "1.4.2_08"
|
| JavaEE vc. Efficiency | 08 Oct 2006 19:59 GMT | 3 |
I have to implement distribute multi-tier system, I choose as a framework JavaEE 5.0. But very important feature of designing system is efficiency. Do you think that JavaEE is best choice, does anybody make overhead test of J2EE or see that test in web. What is alternative of ...
|
| Array copying question | 08 Oct 2006 17:13 GMT | 2 |
Say I have a 2 dimensional byte array appendixBlock[10][] & another 1 dimensional byte array, say, tempBytes[]. I do this in the code: String tempString = new
|