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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Sorting?19 Apr 2005 01:17 GMT10
What would be the best way to sort a table of strings stored in a
array list. For example:
Col1 Col2 Col3 Col4
item item item item
HashMap cloning?19 Apr 2005 00:53 GMT7
I want to clone a HashMap.  HashMap includes a clone method.  Great.
But according to the Java docs:
clone()
         Returns a shallow copy of this HashMap instance: the keys and
javax.comm - SerialPort Prolem19 Apr 2005 00:41 GMT4
I tried to install the comm-extensions (with Java 1.5) and copied my files:
win32com.dll -> \myjdk\jre\bin
javax.comm.properties -> \myjdk\jre\lib
comm.jar -> \myjdk\jre\lib\ext
Writing to a file from an EJB18 Apr 2005 21:28 GMT8
I am trying to write to a file using an EJB.  I need to put the file on
the server for an FTP process.  Does anyone have some example code that
will do that?  Here is what I have so far, but I am having trouble...
public int writeToFile(String aosData)    {
ComboBox NullPointerException18 Apr 2005 21:01 GMT3
Hi All;
I'm having problems seting up a new Combo box model.  My Box Model...
stateBoxModel = new DefaultComboBoxModel(new String[]{state1,state2});
int size;
compiling a servlet18 Apr 2005 20:32 GMT4
I just installed Tomcat, and I'm trying to recompile the examples that
come with it.  I get the following error:
HelloWorldExample.java:23: package javax.servlet does not exist
import javax.servlet.*;
Tomcat: Place my classes somewhere other than inside WEB-INF?18 Apr 2005 20:09 GMT1
i'm trying to let tomcat pull some classes in from a dir outside of
WEB-INF. i've read something about setting CLASSPATH, but that doesn't
quite work. is there a way to do this (modify the startup script)?
thanks,
Storing a dynamically created PDF file in memory and storing it to a blob field in a database18 Apr 2005 19:19 GMT3
I have dynamically created a PDF document in memory as a FileOutputStream
Now I have to get it into a DB2 table, storing it as a BLOB. The table has a
document id,
document name, some date fields and this BLOB column that stores PDF Files.
Where download download java.awt.robot class18 Apr 2005 18:01 GMT5
I'm using Visual Age For Java environment. I need to import
java.awt.robot class because there is not in this environment. Is there
any way to do this.
Rafal
Producing an HTML using XSL file from Java Servlet18 Apr 2005 17:14 GMT2
I want to write a java servlet to produce an html file. Instead of
writing an html file directly, I want to write a xml file describing
the html file, then process it using an xsl file.
Here is the main part:
XDOClet with JSP & JSF18 Apr 2005 16:01 GMT1
I wonder where to put XDoclet tags in web-application (for instance to
specify references to EJB). We use JSP & JSF without writing any
non-default servlets. Is there any way to put the tags in JSP code? And
if not then where is the appropriate place for it?
Java compilation error: "cannot resolve symbol"18 Apr 2005 15:34 GMT2
I have a simple test package that I am using to learn Java. I have two
files, both of which belong to the same package (mypackage). One of the
files uses a class defined in the other file. Both files are in the same
directory c:\temp\test\mypackage
USERNAME and PASSWD not accepted by TOMCAT18 Apr 2005 14:46 GMT7
I am suing TOMCAT 4.1.31 ... but when i log into the admin page , it
asks for the username and the password , which i give as TOMCAT and the
password as TOMCAT ( these are the combintions with TOMCAT manual
refers ) ..
InvalidClassException COM.rsa.jsafe.SunJSSE_dr18 Apr 2005 13:54 GMT11
With this source code:
   FileInputStream istream = new FileInputStream(fullPathFile);
   ObjectInputStream oistream = new ObjectInputStream(istream);
   Object o = oistream.readObject();
Using Real Player to play an RTSP URL from an applet18 Apr 2005 13:47 GMT5
I have an applet that I'd like to have play an RTSP URL with Real
Player when I click on a button.  I can use showDocument for http URLs,
but it doesn't work for RTSP.  I get a malformedURL exception.  Does
anyone know how to construct a java.net.URL with rtsp as the protocol
 
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.