Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by swaroop

  1. swaroop

    Need a command to format display column width

    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...
  2. swaroop

    i am getting error while running the web application using WEBLOGIC8.1

    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.
  3. swaroop

    log4j.rootLogger=DEBUG,A1 identifier expected

    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.
  4. swaroop

    log4j.rootLogger=DEBUG,A1 identifier expected

    import com.foo.Bar; import org.apache.log4j.Logger; import org.apache.log4j.PropertyConfigurator; public class MyApp { static Logger logger = Logger.getLogger(MyApp.class.getName()); log4j.rootLogger=DEBUG, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender...
  5. swaroop

    error while running web application using web-logic

    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...
  6. swaroop

    i am getting error while running the web application using WEBLOGIC8.1

    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...
  7. swaroop

    error while deploying servlet application in weblogic

    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...
  8. swaroop

    New installation

    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.
  9. swaroop

    New installation

    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
  10. swaroop

    New installation

    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.
  11. swaroop

    New installation

    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.
  12. swaroop

    Script dosn't work in Redhat Linux Ver 4

    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...
  13. swaroop

    java.lang.OutOfMemoryError while compailing XmlSchemas

    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.
  14. swaroop

    Key Map in text area in java swing

    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.
  15. swaroop

    Cannot able to type Telugu charecters in JTextField.

    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...

Part and Inventory Search

Back
Top