| Thread | Last Post | Replies |
|
| child access to parent class protected member | 13 Apr 2007 08:13 GMT | 2 |
My question involves child class access to protected member of parent class. (Arose from attempting to solve exercise in Bruce Eckel's book). The following three files, each in its own separate packages, compile
|
| Unable to start tomcat server | 13 Apr 2007 02:52 GMT | 2 |
I'm doing tomcat configuration for the first time. I'm unable to start tomat server. What are the mandatory configuration steps. It populated following error
|
| web start | 13 Apr 2007 02:34 GMT | 14 |
Hello all, I am trying to install my first web start program into my web page. When I click on the link to the jnlp file, instead of trying to run it it asks what do I want to do with it. This is obviously wrong and I'd be grateful for any suggestions.
|
| advanced eclipse? | 13 Apr 2007 01:44 GMT | 2 |
Where is the best place to take my Eclipse issues? Have had very little luck in here so far. Thanks! Martijn
|
| Eclipse & classpath magic | 12 Apr 2007 22:52 GMT | 2 |
Hey all. I decided to learn a new IDE so I'm poking at Eclipse. I've too small projects now, and just noticed something odd. Both projects have their own name and live in the workspace directory. Just without thinking, I
|
| Installation of new hdd | 12 Apr 2007 22:01 GMT | 1 |
I have purchased a dell latitude ls and i installed the missing hardware, a hdd,battery,floppy (ext),cd-rom (ext),power adapter and cables. The probem is how to install an o/s, the bios is fine but thats all i can read. I have the drivers for the floppy and the cd-rom
|
| Testing a Singleton with Junit4 | 12 Apr 2007 21:32 GMT | 4 |
I'm getting in trouble while trying to test a Singleton class X with Junit4 in order to be able to test private (!!!) methods... ( X is also a thread and all its methods are private because it works by itself, therefore there is no need for making them public )
|
| static as only identifier | 12 Apr 2007 20:51 GMT | 5 |
I've been looking around the apache Harmony java files and found a statement which I have never seen before. package: org.apache.harmony.x.imageio.plugins.jpeg file: JPEGImageWriter.java
|
| break | 12 Apr 2007 19:15 GMT | 7 |
public class bbb { public static void main(String args[]) {
|
| A design problem | 12 Apr 2007 18:59 GMT | 2 |
I am trying to make a small issue tracker to for learning JSP/ Servelets. I am trying to follow MVC architecture for the same and I am stuck in a design issue with model classes. Here is the scene....
|
| how does one get an existing .class file in a byteBuffer? | 12 Apr 2007 18:40 GMT | 2 |
how does one get an existing .class file in a byteBuffer? and can I then convert it into stringBuffer? Thanks!
|
| JRE1.6 | 12 Apr 2007 18:37 GMT | 5 |
Hello Every Body, We are into online ticketing business in south africa.We a and applet loadng for prefered seat selection which load using JRE in IE. Can any one suggest me for Java VM/JRE downloadable via SUN. Can we
|
| executing bluez functions in java | 12 Apr 2007 16:05 GMT | 3 |
I am trying to schedule a script which runs a java file and that java file executes a bluez linux command called hciconfig -i hci0 scan which scans for bluetooth devices but i get an error in the cron log file which is :
|
| Configuration File and Design | 12 Apr 2007 15:38 GMT | 1 |
I am somewhat stumped on how to implement a component into my application. Basically, I already have a ConfigurationFile object that I read in from a file when my application starts and write out to when my application closes. I can also update that ConfigurationFile
|
| Problem with Runtime.exec() and compound commands in Solaris | 12 Apr 2007 15:17 GMT | 2 |
I'm trying to use Java's Runtime.exec() to call some unix commands in an uninstaller. For reasons I don't have time to explain, making a call to a shell script which executes the unix commands isn't an option.
|