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 / First Aid / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to put uploaded files in web application directory?24 Jun 2005 09:17 GMT1
In my web application I load a file. In my servlet I specify that the
file should be saved in System.getProperty("user.dir") expecting that
the file would be saved in my application directory.
But instead it goes to C:\Program Files\Apache Group\Tomcat 4.1.
applet paint() refresh problems23 Jun 2005 18:47 GMT2
the following applet is supposed to draw random lines on the screen, but
doesn't. does anyone know how to make it refresh?
thanks in advance
import java.awt.*;
classLoader complains about non-existing class23 Jun 2005 14:22 GMT1
I am loading a jar-file via my JarClassLoader. Classes load ok until it
gets to the following class:
Returning newly loaded class.Exception in thread "main"
java.lang.NoClassDefFoundError:
Please help...How to use Jasper Reports in Java23 Jun 2005 08:00 GMT1
  Please help me how to use Jasper reports in JAVA.
and tell me some tutorial links to study about these things.
Thanks in Advance
cheers,
why get a warning while using the Vector's addElement()?23 Jun 2005 07:49 GMT5
This is part of the code(JDK 1.5 ,windows xp Chinese(simplified))
...
Vector v=new Vector();
v.addElement(new Integer(7));
Execution Problem (MinGW + GCJ + Win32)23 Jun 2005 00:27 GMT6
I have a sample program on my MinGW system as follows:
gcj -C Ball.java -C Collidable.java -C GamePiece.java -C Paddle.java -C
PaddleBallApp.java -C PaddleBallFrame.java -C PaddleBallPanel.java -C
Trajectory.java -d ../bin
ADA vs Java22 Jun 2005 14:32 GMT30
Writing code in ADA 95 and compiling it for the JVM should produce more
reliable code than writing in Java 2. Does anyone know any good technical
reasons for prefering Java?
3-Tier architecure?22 Jun 2005 14:26 GMT1
As I understand a 3-Tier architecure contains:
1) Presentation layer (JSP sites)
2) Process management layer (where logic on userinput is made)
3) Database management layer
java.lang.UnsupportedClassVersionError occurs22 Jun 2005 13:26 GMT1
I get this exception when I try to run my application from the command
line:
Exception in thread "main" java.lang.UnsupportedClassVersionError:
javax/xml/transform/TransformerException (Unsupported major.minor
Select Cell on a Grid22 Jun 2005 05:39 GMT3
I have the following problem
I Have to represent the 24 hours in a "grid". with 2 rows. The first
row contain the Hours o'clock, and the second row the half hours.
--------------------
locale-specific include for JSP?22 Jun 2005 02:14 GMT3
Is there a way to use a jsp:include for a locale? For example, if the
locale is US, then take homepage_us.html, if it's ES, use
homepage_es.html, etc.
This seems obvious to me (since I don't want to have all that stuff in
XPath expression in 1.521 Jun 2005 22:58 GMT1
I'm only a few days old to Java, and trying to become familiar with its
ins and outs. I'm trying to write a routine to load a simple XML
configuration file:
<root>
Finding time21 Jun 2005 22:12 GMT3
I have the number of micro seconds from the UNIX epoch time 00:00:00 UTC 1
Jan 1970.  (1092727073895638 usec)
I want to know the time in CST.
I have been trying to work with the Calendar class and GregorianCalendar.
How do I extract last character from string21 Jun 2005 19:23 GMT4
I have problem to solve
where the value is ending with c or f
lets say its 100c entered
then a I should extract the last character and then
JNI memory usage: what process?21 Jun 2005 18:30 GMT1
Can anyone tell me under what process any memory taken up by JNI will
appear as? (Under windows in this case)
I have a java application which uses native code via JNI, and on windows
it runs fine, stabilising at a heap allocation 13megs, but under linux
Pages: 1 2 3 4 5 6 7 8 9 10 11 May, 2005
 
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.