java form connections
hi i am new to Java i developed many forms but i am unable to connect those forms please any one tell me how can connect one form to another form for example after login screen my application form should be open ...
hi i am new to Java i developed many forms but i am unable to connect those forms please any one tell me how can connect one form to another form for example after login screen my application form should be open ...
I am trying to load the tomcat log of combined pattern to MySQL db,now I push each record to db when it is parsed. First,read a line from the InputStream, then parse it to a LogItem which is used to wrap a log record, then Using the MySQLDbManager to insert the record to db, MySQLDbManager hold a reference of a database connection po...
Hi. I will develop on an Android device with 2 USB 3G modems plugged in. I require 2 GPRS connections to be available and used at the same time. How can I manage this? What is the best start for implementation? Thanks. ...
Can someone tell me whats wrong with the nhibernate config below? Using the latest ODP.NET version. <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session-factory> <property name="connection.driver_class">NHibernate.Driver.OracleDataClientDriver</property> <property name="connection.connection_string">DA...
Server has couple of ip addresses (let say 1 and 2) iface eth0 inet static address 1.1.1.1 netmask 255.255.255.0 addresses-test 1.1.1.2/32 Address 1 is default and all applications use it. How can I change connection address for my applicaton? For example, app1 connects to serverX and serverX see client ad...
Hi, I am using Eclipse helios. When I try to use the update it could not connect to the update site giving error, Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Permission denied: connect I am using Widnows vist...
Hi all I was trying to use Firebird embedded server with Microsoft Visual C# 2010. so here is what I done till now: 1- Downloaded Firebird .Net Data Provider (Firebird Client v2.5.2). 2- Downloaded Firebird Embedded server (Firebird Embedded Server v2.5.0). 3- Added a reference to FirebirdSql.Data.FirebirdClient.dll to my project. 4-...
I am configuring a WebLogic app server. I am unclear about what is an instance connection and what is a service connection. Also, in my SQL Developer, when I make a new connection, it asks for either an SID or a Service Name. What are they? ...
i have the following code ] connection.objectEncoding = ObjectEncoding.AMF0; connection.connect("http://localhost/test/test.php"); var responder = new Responder(recvdata,recverror); connection.call("test.test",responder); but no connection established what is the reason behind not know help required and one more thing XAMPP is insta...
I'm currently trying to connect to an Oracle database. I can connect fine on my development machine, but when I deploy to my Win2k3 sp2 server I get the following error. Faile to open connection... Oracle.DataAccess.Client.OracleException ORA-12541: TNS:no liestener at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 err...
Hi I am trying to convert a UTF-8 data to String. The UTF-8 data is obtained by HTTP connection. My problem is the converted String does not display UTF-8 Characters properly. Here is my code {extra bits removed } URLConnection urlconn = url.openConnection(); httpConn = (HttpURLConnection) urlconn; httpConn.connect(); InputStream in= ...
How can I in C# call a URL which gives me a xml file, and then process that xml file for example for parsing. ...
Howdy, This is not a programming question; but I am at my wits end and was hoping people wouldn't mind me asking for help here, sorry if this is a problem! I just found the people on this website are generally so helpful and knowledgable that I was hoping that somebody would be able to help. I have a quite peculiar problem that I canno...