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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
while loop in a while loop30 Mar 2005 22:19 GMT5
I have the following situation:
while(rs.next()) {   //loop1
   while(rs2.next()) {
            //loop 2
JAR in <applet> tag30 Mar 2005 21:51 GMT1
Why doesn't this work:
<applet archive="foo.jar" code="foo.Bar" />
It doesn't look in the JAR for the class but in the file system...
Exporting contents of JSP to Powerpoint30 Mar 2005 19:29 GMT6
I am trying to open the results of my JSP page in PowerPoint.  I've
tried both the following statements but it won't open in PowerPoint.  I
would like a simple example of a JSP page would open in PowerPoint..
Excel would be fine too.  Thanks in advance.
URLConnection & redirects30 Mar 2005 18:31 GMT1
Ok, as far as I know URLConnection does follow redirects ("Location:
newURL" in the header), but what I do not know is how am I going to see
if my URLConnection has been redirected and what the new URL looks
like.
jsp frontend development with struts30 Mar 2005 18:29 GMT2
I just did a project using Eclipse/myEclipse to deal with the combined
html,jsp,struts and jstl tags, syntax... i found it has been
a big mess, for coding, MyEclipse deals ok, but cant really do things like
we can do in dreamweaver.
how can I get username in my web application?30 Mar 2005 18:22 GMT1
I use IIS 6.0 and Tomcat 5.5.7.
In IIS -> Directory Security -> Authentication Methods, I set the
"Digest Auth. for windows domain servers" checkbox so that users can
log on by domain username/passwords.
how do I encode image as string30 Mar 2005 17:06 GMT10
I am trying to pass an image that I am manipulating in a java applet to
a javascript fuction, to be used there as either the source for an img
tag, or to save and/or print.  Another possibility is to pass the image
up to a php script for further processing on the server.  I know ...
Reader Writer monitor in JAVA30 Mar 2005 15:51 GMT4
I am trying to program a simple monitor for a multiple reader single
writer problem in JAVA based on the pseudo code given at the bottom of
this post. A link to my code is also given bellow.
I get deadlock. I basically have producer and consumer classes which
creating an object outside method30 Mar 2005 14:59 GMT2
There are 2 different places a class member can be instantiated, at the
class level of within a method :

class MyClass {
Error loading log4j properties file30 Mar 2005 12:10 GMT1
I am experiencing a very strange problem. I am using log4j for logging,
and I *do* have a log4j.properties at the root of my source hierarchy
(in the same directory as all my other .properties files).
However I keep getting these errors saying the file can't be found. I
[JSP] Is it possible to put a List into a session and use on a different page?30 Mar 2005 10:58 GMT2
I've got a simple list like :
----
List names = new ArrayList();
names.add("Bill");
Blackdown : wrong value in java.vm.version property ?30 Mar 2005 10:44 GMT2
I have a third-party ORB that parses the 3 first chars of
"java.vm.version" property to a float.
It fails with "Blackdown" because the value of "java.vm.version" is
"Blackdown-1.4.1-01"
Ruffini evaluation method30 Mar 2005 09:09 GMT4
Hi friends, does anybody know where can I find the java code for the Ruffini
polynomial evaluation method??
Thanks in advance
A
Does anybody know the JJ2000 Project?30 Mar 2005 09:01 GMT2
I have few questions regarding the JJ2000 implementation.
(http://jj2000.epfl.ch/)
I am trying to load JPEG2000 (J2k) image and make use of the scalability
features
Simple RMI Client questions30 Mar 2005 08:21 GMT1
Do you need security policy files from RMI clients in 1.4 and 1.5?
 
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.