| Thread | Last Post | Replies |
|
| Applet download issues on OSX with both Safari and FireFox | 11 Oct 2006 13:08 GMT | 1 |
I'm having a problem running an applet on OSX. It is working fine on Windows using IE and Firefox and on Ubuntu Linux using Firefox. Initially I assumed it to be a JRE version issue on the Mac but was not. The Java console on safari reports:
|
| New Software Development Articles Directory | 11 Oct 2006 12:48 GMT | 1 |
A new links directory of articles related to software development is "under construction" on http://www.softdevarticles.com/ Please feel free use it in future research and to contribute with your articles on java.
|
| Cannot find symbol variable date | 11 Oct 2006 12:25 GMT | 1 |
Please, what is wrong in code below? Why do I get compiler error "cannot find symbol variable date" in compareTo method of class TestItem? Thank you! public class Test<TestItem> implements Iterable<TestItem> {
|
| (expression)++ | 11 Oct 2006 10:21 GMT | 5 |
I see from several sources(*) the following as part of the definition of the Java syntax: numeric_expression ::=
|
| Reflection: discovering the implementations of an interface | 11 Oct 2006 10:16 GMT | 15 |
What's the smoother way to discover via reflection all the classes implementing a specific interface inside a package? Example: package com.acme.mypackage
|
| Java maybe, some help with something puzzling | 11 Oct 2006 10:08 GMT | 2 |
I was given this quiz as it were. I'm asked certain questions about two snippets of code. The questions do not indicate the programming language. I'm mainly familiar with java methods but don't know if other languages would also use "methods." I'm also a bit confused ...
|
| Quick Servlet question: meaning of getPathInfo() | 11 Oct 2006 09:21 GMT | 2 |
What is the purpose of javax.servlet.http.HttpServlet.getPathInfo()? I wanted to build a servlet that stores a virtual filesystem in an SQL database. It just has one class, which overrides doGet and doPut so far. Here's what WEB-INF/web.xml looks like:
|
| A problem about JSP tag library! | 11 Oct 2006 06:14 GMT | 1 |
I try to run a simple example of JSP tag library. but I am getting the following Exception . I am not able to understand what this is all about. Here is Exception message:
|
| Date value set to current datetime, after recall the date value is null | 11 Oct 2006 05:45 GMT | 5 |
Output as below D:\Example\javaux\OO>java appmotor The engine is now on. Tue Oct 10 23:44:41 CST 2006 (Yamaha RZ350) Engine Start date = Tue Oct 10 23:44:41 CST 2006
|
| Style question on abstract classes that implement interfaces | 11 Oct 2006 05:16 GMT | 2 |
This may seem like an odd question, but please bear with me... Consider the common scenario where you have an interface, an abstract base class that implements some (but not all) of that interface, and a concrete derived class that implements the rest. In Java, unlike in C#, it is
|
| Declaring a variable in one JSP file and accessing it in another JSP file | 11 Oct 2006 02:15 GMT | 8 |
I am new to JSPs and am actually a core java programmer. I have a problem. I have different jsp files and all these jsp files should be including a header.jsp. I want to display different title in this header.jsp for each of the above files, I mentioned. The way I thought
|
| Java currency | 11 Oct 2006 00:32 GMT | 10 |
Is there any clearly defined currency for Java? For example, with .NET, Microsoft clearly defines what versions are viable and what are considered "legacy" - no longer under support. With Java, it's fuzzy - at least to me. For example, how do I convince
|
| Query in callable statement | 10 Oct 2006 23:57 GMT | 2 |
Can i pass a query in callable statement ? Thanks
|
| newbie needs help with eclipse and eBay Java SDK | 10 Oct 2006 21:40 GMT | 1 |
My name is David Shere and I work for Steele Rubber Products. I've successfuly written an application with Perl which, using the eBay API, lists our products on eBay, handles the purchases, and leaves feedback. Now I want to do the same with Java.
|
| Struts File Upload Error - erroneous handlers | 10 Oct 2006 21:38 GMT | 4 |
I'm trying to do a very simple upload using velocity and struts. This is my html: <html> <body>
|