Please help me, I am typing a Sql command on a database table
Select * form SoSo..
The display come up zigzag on my sqlplus screen because of uneven size of columns in the table(there are 5 columns). I wanted to display all columns with certain width. I want a sql command for that.
Thanks...
hi,
I am sorry for posting questions in unformatted way,this is the first time i am posting to the forums.my problem has been solved,i made a mistake while putting context-path discripter element in weblogic.xml file.i am really sorry for troubling u people.
thanks for the reply.
hi,
I am sorry for posting code in unformated manner.I really don,t want to struggle u people,but this is the first time i am posting to forums.Anyway my problem has been solved.Thanks for u r reply.
Error 500--Internal Server Error
javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
Error 500--Internal Server Error
javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
Error 500--Internal Server Error
javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
Kozusnik,
I donot have windows on that system. So I don't know what is the I.P. I'll find the output of ipconfig on windows connected on other mc. I dont have login on that mc now. I'll let you know by another 2 hours.
Regards,
Swaroop.
I am connected my windows with wireless router. When I connected RJ45 to router the port 2 is lighted.
When I give ifconfig -a I got an A4 size text info with headings
eth0
inet addr 192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
etc....
lo
sit0
Kozusnik,
Thankyou for the responce. I am using NetGare wireless router connected to by RJ45 cable. My wireless router have 4 RJ45 ports.
Regards,
Swaroop.
Hi All,
I installed linux and have aproblem connecting to internet. I am serching for the documentation over net I did not happen to find one. Please suggest me to find documentation over net.
Regards,
Swaroop.
All,
echo ${DEBUG_PORT}
if [ "${DEBUG_PORT}" == "" ] ; then
DEBUG_PORT="8453"
export DEBUG_PORT
echo " FINALLY I AM HERE "
echo ${DEBUG_PORT}
fi
The above Script is in a file named test.sh I am trying to run it. It dosn't print 8453 at first.
I am running the script...
Hi All,
I am getting java.lang.OutOfMemoryError while compiling XmlSchemas. But it is good while doing the same weblogic workshop. I wanted to compile them with ant scripts. Please help to overcome this problem.
Thanks in advance.
Regards,
Swaroop.
Hi All,
I would like to map my key board so that when I type a char 'a' it should type '\u0C05' in text area the list is as shown
'a' '\u0C05'
'A' '\u0C06'
'i' '\u0C07'
'I' '\u0C08'
How should i do it in java swing.
Thanks in advance,
Swaroop.
Thanks for the reply stefanwagner,
On JTextField or any TextEditor component, I use setFont method and use gautami font. See the piece of code.
textfield = new JTextField("\u0c13\u0c21\u0c32\u0c41");
textfield.setFont(new Font("gautami", Font.ITALIC, 16));
It displayes as shown below...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.