| Thread | Last Post | Replies |
|
| Querry on whether Eclipse can use WinCVS without client-server confiiguration | 18 Jul 2007 15:07 GMT | 2 |
I have created my Code repository on a local system. I have installed CVS (which is a plug-in to the Eclipse). As i am not using client- server configuration, no protocol like ssh, or pserver, i am using. When i am using eclipse, taking CVS as a plugin for Eclipse , i am
|
| Which VM to install for Swing in IE | 18 Jul 2007 14:40 GMT | 1 |
I'm developing an applet using Swing components in JBuilder 2006 on a WinXP machine. I want to test the applet in IE7 on the development machine. What plug-in or runtime do I need to install to give IE the capability?
|
| Swing validation in Config file | 17 Jul 2007 13:26 GMT | 1 |
I have a swing application, which includes a lot of validation in the client side, For Eg. 1, If you select a particular value in a combo box, one radio-button
|
| JSP: file-include question.. | 17 Jul 2007 07:44 GMT | 3 |
I have found something strange with JSP file-includes: if I'm in a webapp called "photoblog", for example, if I do <%@ page errorPage="/errHandler.jsp"%> it works fine; if I do
|
| Problem with CORBA Tutorial | 17 Jul 2007 05:20 GMT | 3 |
I am trying to work through this tutorial: http://java.sun.com/developer/onlineTraining/corba/magercises/pingpong/index.html They provide me with a file called "PingObjectImpl.java" in which the constructor contains the line:
|
| Load Java class into jar with ANT | 16 Jul 2007 14:52 GMT | 2 |
Hello!!.. sorry for my english... This is my problem: I have a application APP and use JET for create Java classes with templates.
|
| Add multiple data items inside JList | 16 Jul 2007 12:32 GMT | 9 |
Hi all. I am currently developing a java application that will add multiple data items into a JList. I have it adding data into a loop using JList.setDataList. However it outputs everything correctly into the loop but it will only add the last thing that the loop did into
|
| I need help, I have problom using iReport | 15 Jul 2007 19:25 GMT | 5 |
HI every no I have problom with this code this code for create report in java using iReport ///////////////////////////////////////////////
|
| Looking for a part image copying strategy | 15 Jul 2007 00:35 GMT | 2 |
Given a bounded black, thinline "DiamondShape.png" that is on a white background, I want to fill that shape with an portion/part of an "multicolored.png" At the present time I am thinking of using "pixelgrabber" that will
|
| Need Java online class for beginners | 14 Jul 2007 20:58 GMT | 2 |
Hi, Im not a programmer but it would be a good idea for me to pick up some java for my job. I got a book but it just wasnt going anywhere. I need a online class or interactive software for total beginner. Any recommendations?
|
| Java/JSP to register and Host activeX component in windows / internet explorer | 14 Jul 2007 10:05 GMT | 1 |
I have made a ActiveX control for commericial application. I need to host the component in Internet Explorer using Java Script. When the page loads for the first time, the user should be prompted with the drop down menu, when he clicks 'Install ActiveX Control' a
|
| running a class from another class | 13 Jul 2007 20:33 GMT | 9 |
Hi again, Another problem is blocking me in my progress here. I know it should be very simple but... I'm trying to run a class (that should be displayed in a separate
|
| jsp code can't display information correctly | 13 Jul 2007 13:24 GMT | 2 |
<html> <body> <% // Allocate a holder for the data.
|
| How to find printer resolution? | 12 Jul 2007 23:53 GMT | 8 |
I'm doing some printing using the following basic code skeleton. PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet(); PrinterJob prtJob = PrinterJob.getPrinterJob(): prtJob.setPrintable(<my printable>);
|
| Access denied | 12 Jul 2007 19:13 GMT | 6 |
In the program below (downloaded from Sun java site) I get in <init> trying to read my 4 files >>> java.security.AccessControlException: access denied (java.io.FilePermission /home/lando/Desktop/HTMLCSS/IMGS/pic_1h.jpg read)
|