Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31918 - 31947 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31918
Hi everybody, I am packing my program into a jar archive "program.jar". In it I have some directories which contains some files. something like this: ...
Cristian Slav
cristivsflorin
Offline Send Email
May 1, 2009
3:57 pm
31919
السلام عليكم i need yo do ............ **private chat applet with socket programming and php /my sql server** انا بعمل private chat with...
lovlycat_doda
Online Now Send Email
May 1, 2009
10:13 pm
31920
Hello Friends. I want to Learn eclipse editor and totally new for this editor.and specially i want to do connectivity in eclipse to SQL Server which insert...
saurabh4java
Offline Send Email
May 2, 2009
5:36 pm
31921
Good day! I'm working on a desktop application program using Netbeans IDE 6.5. The application connects to a MySQL database. I have already made it "worked"...
john_oelle
Online Now Send Email
May 2, 2009
5:36 pm
31922
Hi, I've overwrited the toString() method of a class. Then when I am trying to assign an object of that class, it uses the String value of the toString()...
ukxavieruk
Offline Send Email
May 4, 2009
5:25 pm
31923
Hi, I am trying to configure TOMCAT Webserver in Eclipse and am not able to do that. Guidance on the matter would be highly appreciated. Also, how can I access...
ados1984@...
ados1984...
Offline Send Email
May 5, 2009
3:55 pm
31924
... You need to load them relative to the classpath, with the jar being in the classpath. What are you trying to do? -- John Gaughan ...
John Gaughan
john23874
Offline Send Email
May 5, 2009
3:55 pm
31925
Hi, Even am working on the similar application but I am going for webbased application...Actually I am willing to create a JSP page which would connect to...
ados1984@...
ados1984...
Offline Send Email
May 5, 2009
3:56 pm
31926
... I assume you already have Eclipse, you will also need Microsoft's JDBC driver (JTDS works too, but I find that in more recent versions, Microsoft's...
John Gaughan
john23874
Offline Send Email
May 5, 2009
3:56 pm
31927
... What type is "myRepository" and what is the method signature for "setPropertyValue"? My guess is the method takes Object, and internally, it calls...
John Gaughan
john23874
Offline Send Email
May 5, 2009
3:57 pm
31928
Your code snippet is incomplete. Of what class is myRepository? If the signature for setPropertyValue is setPropertyValue (String, String) there's not a lot...
Java Guy
mmjavaguy
Offline Send Email
May 5, 2009
3:58 pm
31929
... What is the signature of myRepository.setPropertyValue()? If it's (String,String) that's why it's not working. You need a (String,Object) or...
david@...
dj_segfault
Offline Send Email
May 5, 2009
10:13 pm
31930
hey ados, thanks you for the comment. but i think i have found a workaround for my problem. anyone who's got the same problem can mail me. thanks, ...
Johnoelle Santiago
john_oelle
Online Now Send Email
May 6, 2009
8:00 pm
31931
Actually I want to create a same application but at this point of time am stuck with Tomcat Configuration in Eclipse. My Issue: Interesting Things are...
Ados Daniel
ados1984...
Offline Send Email
May 7, 2009
4:02 pm
31932
I wanted to take your suggestion that I have been given a task to create a Web Data entry form to capture data and store it in ORACLE 8i. What is the best way...
dimpch
Offline Send Email
May 7, 2009
4:03 pm
31933
I've used Calendar, Date, and System.currentTimeMillis(). It all converts to one hour earlier than it should. It's now 8:54 EST (12:54 GMT), and the time...
dj_segfault
Offline Send Email
May 7, 2009
4:05 pm
31934
Hello Friends.. I am using Eclipse genemade 3.4 i want to do connection with mysql 5.0 but i dont know how to do.. please can you help me to do this...
saurabh4java
Offline Send Email
May 7, 2009
4:05 pm
31935
can u please tell me how u can connect with database in using netbeans.?? please help me... ===================== Posted through Grouply, the better way to...
saurabh4java
Offline Send Email
May 7, 2009
4:06 pm
31936
First you need a mysqlconnector jar file (download). The use the following lines of code: String connectionURL = "jdbc:mysql://localhost:3306/databasename"; ...
Gathogo Richard
muraguri2005
Offline Send Email
May 8, 2009
4:43 pm
31937
Please give me java2ee related assignment which include multithreading and db server mysql or sql. ... From: dimpch <dimpch@...> Subject: [Java] Java Web...
sabir ali
sabir_aliucit
Offline Send Email
May 8, 2009
4:44 pm
31938
... You found the right tool, that should be able to update your timezone information. That is the first step: there may be other issues here, but at the very...
John Gaughan
john23874
Offline Send Email
May 8, 2009
4:44 pm
31939
Wait a sec... if the time is 12:54 GMT and you are using a tz GMT-5:00, then it is supposed to print 7:54, isn't it? I mean, 12 - 5 = 7... But it's late and I...
Rodrigo Coin Curvo
rodrigoccurvo
Offline Send Email
May 8, 2009
4:45 pm
31940
Hi This is from jaya(jayaprakashnarayanan) To connect db netbeans is one 2 steps 1. create datasourec in controlpanel--> Administrative tool-->data souce using...
Jaya Narayanan
narayanan2312
Offline Send Email
May 8, 2009
4:45 pm
31941
import java.sql.*; public class Conexao TROWS CLASSNOTFOUNDEXCEPTION,SQLEXCEPTION { Connection con; Statement smt; void conecta(){ ...
marcelo henrique dias...
marcelohd02
Offline Send Email
May 8, 2009
7:12 pm
31942
... That would always be true if there were no such thing as DST. But right now, America/New_York is 4 hours behind GMT, not 5....
david@...
dj_segfault
Offline Send Email
May 8, 2009
7:12 pm
31943
... This is on Ubuntu 8.10, and I have both java-6-openjdk and java-1.5.0-sun installed, and tried this with both....
david@...
dj_segfault
Offline Send Email
May 8, 2009
7:12 pm
31944
See that parameter that says dstSavings=0? You need to set it to one (enable daylight savings). EST is GMT-0500; EDT is GMT-0400. This can and should be set...
Java Guy
mmjavaguy
Offline Send Email
May 11, 2009
7:20 pm
31945
Hi, I am using Eclipse 5.1.0. Here i have added sample coding to connect Mysql with eclipse.u need Plugin - it is available in Mysql folder where u installed...
Rose Mary
javasofttech
Offline Send Email
May 11, 2009
7:20 pm
31946
Thanks friend for your valuable help.....
saurabh4java
Offline Send Email
May 11, 2009
7:20 pm
31947
I was using Hibernate/Tomcat/MySQL for http://www.hitadz.com/ web application. However i'm getting a 'java.net.SocketException: Broken pipe' after about 8...
nvidura
Offline
May 11, 2009
7:20 pm
Messages 31918 - 31947 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help