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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
db woes big time...20 Feb 2005 02:00 GMT29
the harder I try to connect to a db the more complicated it gets...
my Tomcat webapp is here:  C:\tomcat\webapps\movies
(servlet is here..  C:\tomcat\webapps\movies\WEB-INF\classes\com)
db is here..  C:\Program Files\MySQL\MySQL Server 4.1\data
Netbeans doesn't recognise compiler options ?20 Feb 2005 00:17 GMT1
Hi there I am using Netbeans 4.0 on windows XP. My problem is that the
compiler
doesn't seem to be receiving *some* of my options. Has anyone else come
across
Packages and imports19 Feb 2005 21:04 GMT3
I have been programming in Java for a while, however I have always had all
of files in one directory and therefore all the class files in one directory
too.  I have obtained a relatively complex project which I am hoping to edit
for my needs.  The files are organised as follows:
Font in UI question.19 Feb 2005 17:40 GMT1
At the moment I'm developing an application's UI using Netbeans and JDK 1.5.
When selecting swing components in a JFrame, the font property allows you
to set the font to any font installed on the OS. But what happens if you
select a font that is not installed on a machine that is ...
Disadvantages of "instanceof"19 Feb 2005 16:34 GMT39
As far as I know one should not use the operator "instanceof" if possible.
Why?
Mark
Crossing interfaces question19 Feb 2005 14:14 GMT2
I stumbled upon this:
interface A { }
interface B { }
interface AB extends A, B {}
Date parsing bug?!19 Feb 2005 08:07 GMT5
Can anybody explain me why the following code does NOT throws exceptios??
 Date d=(new SimpleDateFormat("dd/MM/yyyy")).parse("01/01/200z");
look at the "z"
multiple threads grabbing items from a vector19 Feb 2005 07:48 GMT13
I want to startup 3 threads which will access elements of a Vector and
perform an action based upon the value in the vector. I want to each
thread to get priority to the Vector to grab the next element in order
that the particular thread completed enacting on the previous Vector
package installer for Java applictions19 Feb 2005 02:25 GMT1
If I have Java application, and want to use Installer to package
the application, what installer I should use? In Win32 applications, we
can use InstallShield. Can InstallShield do the same thing for Java
applications. Or any good package installer suggestions.
Packages-storing method..19 Feb 2005 01:52 GMT2
I have some packages that I am creating for a client..
He wants the packages to be stored in with the native Java packages, so
when you compile a Java program, the user does not have to mess with the
classpath,, etc. or have to store the packages in the same location as his
How to debug EXCEPTION_ACCESS_VIOLATION?18 Feb 2005 23:11 GMT2
I am experiencing EXCEPTION_ACCESS_VIOLATION in my JNI code, and I
can't find the location the violation is happening. Would really
appreciate any helpfule debugging tips!
Thanks
Newbie help arrays !18 Feb 2005 22:19 GMT4
Hi all I could create an array like this with no problems. It works:
String [] arrayName4 = {"ENTT","SRDM","NCOS"};
I have to create it passing the string like this:
String test = "\"ENTT\",\"SRDM\",\"NCOS\"";
insertion sort problem18 Feb 2005 21:48 GMT1
I'm trying to do an insertion sort on a Vector of Vectors.  However, I
get a ClassCastException on the following line:
compare = ((Vector)v.get(j-1)).get(0).toString();
Where am I going wrong?  I use almost the exact same code right above
configure CLASSPATH18 Feb 2005 17:34 GMT6
Hi, i have a problem, i don't now to the configure a CLASSPATH, whit linux
mandrake 10.1
Thanks
Help!!!!18 Feb 2005 12:10 GMT1
Help!!!
I'm new to j2me and i was trying to create a simple midlet and when i
run the code below in the j2me wireless tool kit i get the following
error message
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 January, 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.