Forum: JSP Aug 24th, 2009 |
| Replies: 2 Views: 466 I have a plain java class, so i won't have any request come in. |
Forum: JSP Aug 22nd, 2009 |
| Replies: 2 Views: 466 Hi,
I am using Weblogic 9.2 MP3, I want to find Programmatically IP, Port & Server State of Weblogic. Let say there is a page named index.jsp deployed on domain mydomain. So after weblogic is... |
Forum: JSP Feb 21st, 2009 |
| Replies: 2 Views: 445 thanks stephen. This is helpful. |
Forum: JSP Feb 19th, 2009 |
| Replies: 2 Views: 445 Hi,
I have web app deployed on weblogic 9.2. There are several reports, each having a input jsp, a output jsp, a java support bean and a export page to export output generated to excel file.
The... |
Forum: Java Apr 13th, 2008 |
| Replies: 2 Views: 4,756 Execute ls -l command using java.
Runtime rt = Runtime.getRuntime();
Process p = rt.exec("ls -l");
p.waitFor();
Here ls -l can be replaced with any valid Unix/Linux/DOS commands as well as... |
Forum: Windows NT / 2000 / XP Mar 1st, 2008 |
| Replies: 3 Views: 1,415 folder.htt virus had infected my PC, which caused it to work slow with .swf files. |
Forum: Java Mar 1st, 2008 |
| Replies: 0 Views: 730 Hi,
I have a JTable (call it Log Table) in my code showing Records & below that I have other tables showing some statistics based on new Record Inserted.
The Log Table contains 21 columns. Each... |
Forum: Java Nov 10th, 2007 |
| Replies: 15 Views: 1,867 Your Program expecting to have been passed 2 argument via cmd line.
1. String which is to be searched
2. the char to search.
You are directly passing 2nd argument's first char in call of... |
Forum: Windows NT / 2000 / XP Nov 9th, 2007 |
| Replies: 3 Views: 1,415 My Thumbnail is already off.
The .swf files are small flash games. |
Forum: Windows NT / 2000 / XP Nov 8th, 2007 |
| Replies: 3 Views: 1,415 Hi,
When I opens a folder containing .swf file, it takes much time for file list to appear the in that folder. During that time it looks like the window is Not Responding (Some time even Not... |
Forum: Java Sep 23rd, 2007 |
| Replies: 22 Views: 2,303 1. try firing query like select * from Customers where stud_ID='45698' . If it returns some rows means that there is record with stud_ID='45698'
If no row is selected then the datatype of field... |
Forum: Java Sep 22nd, 2007 |
| Replies: 22 Views: 2,303 You might not committing the update to database. |
Forum: USB Devices and other Peripherals Jun 26th, 2007 |
| Replies: 6 Views: 950 But the other keyboard is working fine. & also that (old) keyboard works fine for about week after some days keeping it unused. |
Forum: USB Devices and other Peripherals Jun 23rd, 2007 |
| Replies: 6 Views: 950 Hey,
I am also having same problem, My first keyboard was also giving same problem (giving effect of right click on pressing spacebar, acting as alt+w on only pressing w). It worked fine for week... |
Forum: Oracle Jun 15th, 2007 |
| Replies: 1 Views: 4,898 exp <db_username>/<password> file=<file_name.dmp> tables=<comma_separated_lists_of_tables>
imp <db_username>/<password> FILE=<file_name.dmp> ignore=y rows=y commit=y... |
Forum: Oracle Jun 13th, 2007 |
| Replies: 1 Views: 4,752 Hi,
I want a variable table name in a procedure.
I thought some IN parameters can be passed like
procedure may receive a varchar table name or a number deciding which table to use for fetching... |
Forum: Java Jun 8th, 2007 |
| Replies: 10 Views: 1,886 Actually declaring all vaiables as instance variables is good idea from memory point of view, but instance variable mainly are such variables which are accessed( &/or processed) by more than 1... |
Forum: Java Jun 8th, 2007 |
| Replies: 10 Views: 1,886 Thanks for reply.
Yeah, StringBuffer is good idea (It was suggested by other ppl also).
In my example code I have initialised it as a constant, but they r not constants. |
Forum: Java Jun 7th, 2007 |
| Replies: 10 Views: 1,886 Hi
I have a method, which is called more than 50 times a second.
I have multiple(more than 10) individual variables of different data types initialised in that method & in last part of the method,... |
Forum: Java Jun 7th, 2007 |
| Replies: 11 Views: 7,976 Thanks to all for replying.
I found that packing a jar in other jar is possible(like any other file), but using the packages inside the jar is not possible.
The only way is to unpack the jar, &... |
Forum: Java Jun 5th, 2007 |
| Replies: 11 Views: 7,976 Hi,
I want to add a jar file to another jar file in such a way that my code should be able to access it(ie. internal classes of that jar).
Thanks in advance. |
Forum: Windows NT / 2000 / XP Apr 16th, 2007 |
| Replies: 1 Views: 1,482 Hi,
Can I configure Outlook Express to view my GMail or Yahoo mails.
If yes, tell me how? Specifically what to select for Server (POP3/IMAP/HTTP).
I have Office 2003 Installed.
Thanks in... |
Forum: Java Mar 9th, 2007 |
| Replies: 0 Views: 1,962 Hi,
I want to know any idea about detecting Socket Block (socket overflowed with lots of data, thus not able to receive any new)
& thus automatically flushing it, & get fresh data, without... |
Forum: Windows NT / 2000 / XP Jan 25th, 2007 |
| Replies: 4 Views: 1,496 i didn't get u.
i want Load option, like presently we're having Eject. |
Forum: Windows NT / 2000 / XP Jan 20th, 2007 |
| Replies: 4 Views: 1,496 Hi All,
I want Load CD option on right clicking optical drive icon.
Is it possible without installing any software, through registry changes?
If yes, gimme solution. |
Forum: USB Devices and other Peripherals Jan 1st, 2007 |
| Replies: 0 Views: 1,049 Hi All DaniWeb users,
I am new here. I have problem with keyboard.
In Dec 2004 I got new P4 PC, previously i was using 486 machine.
From last 2 months my keyboard is not working, on pressing... |