| Thread | Last Post | Replies |
|
| Error message | 18 Oct 2007 04:07 GMT | 1 |
Hi, I need some help. I am getting an error message stating "cannot find symbol variable NotCont" where the arrow is. Can some one help me with this please.
|
| FTP Timezone questions | 17 Oct 2007 19:49 GMT | 11 |
1. in FTP is there an easy way to figure out what time the server thinks it is? FTP Voyager for example wants you to configure the timezone of the server but offers no tool to discover it by comparing local time with server time.
|
| using JavaCompiler | 17 Oct 2007 05:32 GMT | 13 |
Hi, I want to use "JavaCompiler" from my program. Unfortunately I always get a null when I call ToolProvider.getSystemJavaCompiler(). I have read that this is because I have installed a JRE, and not a JDK. But I have both installed - how to I tell my program to find the compiler?
|
| Getting Multiple Values from a JList | 17 Oct 2007 05:31 GMT | 2 |
I am trying to develop a Java Program that will allow the user to remotely shutdown computers that are attached to the network. I have a JList which Populates the computer names within it. When I select one computer and then press the button for it to perform the
|
| Open and read CSV or text file from JSP | 17 Oct 2007 01:26 GMT | 1 |
Does anyone have any coding example on how to select a text or csv file (file open diagloue box) from my local drive and then read it in the backend using some kind of inputsteam? Thanks
|
| infinite recursion | 17 Oct 2007 00:13 GMT | 8 |
This method is supposed to return an array of shorts which represent all of the possibilities for a given sudoku square (where each value is a not-masked bitset with element + 1 equalling position). So far, it gets stuck in an infinite recursion. Where is the inifinite
|
| REPOST: Object Param "classid" hangs IE7 | 16 Oct 2007 17:41 GMT | 3 |
These HTML samples have been simplified to demonstrate an issue. I ventured down this road due to a Java applet that was hanging IE7. Other browsers and earlier versions of IE are not hung by the top HTML example. The "propertyFile" parameter remains to prevent the example from ...
|
| eclipse problem | 16 Oct 2007 13:47 GMT | 2 |
I am working on a project from two computers (one is from home, and one is from my office). Why doesn't eclipse (in my home computer) detect my project when I copy it from the office's machine to workspace folder in my home machine?
|
| make html/tabs working in email ? | 16 Oct 2007 00:46 GMT | 5 |
I have such things in my Ant script to send a daily report to my group member, "
|
| jsp - newbie problem: java.lang.NoClassDefFoundError | 15 Oct 2007 21:14 GMT | 12 |
I am trying to create a jsp which accesses a class which accesses a lucene index. When I develop an run the project locally using eclipse everything works fine.
|
| How to set locale for application at runtime? | 15 Oct 2007 10:20 GMT | 6 |
How to set locale for application at runtime? Using Netbeans 5.5.1, JDK 1.6.0_03. Developing a XMPP client desktop application, trying to internationalize it. I have a properties ResourceBundle with a default language, pt_PT
|
| very simple question about naming objects | 13 Oct 2007 21:36 GMT | 2 |
I have a class called Tenant and I loop over the creation of 10 of these objects. But I want to name them Tenant1 Tenant2
|
| Sum of all even integers | 13 Oct 2007 11:49 GMT | 13 |
"Use WHILE. Write an application that asks the user to input integers, calculates the sum of all even integers, and displays the result. Allow the user to decide when to quit." So far this is what I have:
|
| path problem: Windows can't find compiler or java.. | 13 Oct 2007 11:14 GMT | 9 |
I could swear when I first installed jdk 1.5 in my new machine (Vista Ultimate) about three months ago, I put path to 'bin' dir in java installation in 'path' Windows env variable, and made sure I was able to both compile and run classes; however, when I tried to compile or run a ...
|
| Need some basic help with program | 13 Oct 2007 07:23 GMT | 5 |
Hi, I am taking a java class first semester and need some basic help on this program. I know it's not as technical as it needs to be, but I'm new at this and our goal is just to make it run. I need to be able to include a provision to accept multiple lodgers
|