Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
new to everything01 Mar 2007 17:49 GMT7
i am completely new to both java & j2me but want to build a mobile
application on j2 me so need help
my requirements are:
a hand writing recognition software builded on nokia 7710 by myself
2 Newbee questions01 Mar 2007 17:12 GMT3
1.  When I have an Class FooBar  implementing the interfaces Foo and Bar
if some other class  has the two methods
    1.  void doSomething(Foo foo) {}
    2.  void doSomething(Bar bar) {}
Parameters in Java task01 Mar 2007 16:44 GMT1
The java class that I wan't to run (with java task) requires a
commandline parameter : a single String character.
I know that in the build.xml I can specify attributes...but It's not
possible to let the user choose...
UnsatisfiedLinkError spuriously thrown01 Mar 2007 16:21 GMT5
I am working on an Axis project. This project is using Axis2 under
Tomcat5, Java is 1.5.
I built a web service and all went fine. Then I added some error
handling and some additional utility functions...nothing complex.
JSP Properties File Load In / Websphere01 Mar 2007 15:15 GMT8
A while back you guys helped me load in a properties file using jsp
code which went like this:
properties = new Properties();
URL myURL=application.getResource("test.properties");
Using optional generics01 Mar 2007 13:22 GMT2
I am intrested in creating a generic class which leaves the use of
generics optional.
I want to use the generics when I want and leave it out when I want,
just like java.util.Map
Using swing timers from actionListeners01 Mar 2007 09:29 GMT3
Hello. I have the following class:
import javax.swing.*;
import java.awt.event.*;
class Die extends JLabel implements ActionListener
Where are the resources used by NumberFormat?01 Mar 2007 07:36 GMT4
I need to format percentages for 23 different locales, and unfortunately my
client doesn't use Java. If I recall correctly, in Java I'd use
NumberFormat.getPercentInstance(locale) [or something like that], and the
JRE would get the appropriate percent formatting info from a ...
EMPTY_SET.iterator() and generics01 Mar 2007 06:18 GMT12
In the old days, before generics, I wrote
    private SortedSet onhand;
    Iterator getInventoryIterator() {
       return (onhand == null ? Collections.EMPTY_SET ? onhand)
Does JavaMail "connect" require a password?01 Mar 2007 03:47 GMT2
According to
http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html, a
method used for JavaMail requires a password:
tr.connect(smtphost, username, password);
Runtime exec/Java Main classloading console hijacking help01 Mar 2007 01:36 GMT1
Ok here's my problem:
I have a java program, that I don't have class to.
This java program, once started, sets up a command line for itself;
Once the command line is there, I have to give it a command to fully
is tomcat 6 stable?01 Mar 2007 00:09 GMT1
Site doesn't say
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.