Search:

Type: Posts; User: tangara

Search: Search took 0.47 seconds.

  1. Re: how to configure Launch4j the jre bundle and find my JRE version etc?

    Got it. But, after entering the version and making the exe file, the file won't run at all cos it says my jar is corrupted! However, it works perfectly in NetBean IDE. Any idea how to make it...
  2. how to configure Launch4j the jre bundle and find my JRE version etc?

    Hi,

    I've tried to used this Launch4j to test out my mini Java SE programs.

    However, I'm stuck at the JRE bundle.

    What happened was that I've entered all the necessary action required by...
  3. Any free jar to exe free ware there to use?

    Hi,

    I've got a tiny java SE file that I want to create an exe file so that anybody can execute and run it on windows based system.

    I did a google but still can't any free wares to convert a...
  4. Re: How to make JOptionPane.MessageDialog appear with a vertical bar when it calls for a constructor from a java class?

    Pardon my stupidity, after my futile attempt...it's not working...

    I tried to put these lines at my getResult() method at Test.java.



    JTextArea jta = new JTextArea(result);
    ...
  5. How to make JOptionPane.MessageDialog appear with a vertical bar when it calls for a constructor from a java class?

    Hi,

    I have a mini java swing program where by it has 3 separate classes.

    - application.java
    - question.java
    - test.java

    Now, the application.java is the main application that will invoke...
  6. how do I get the variable in my jstl and called the variable from a Web Service ?

    Dear expert,

    I have jsp page whereby it is using jstl to get the value out.

    <form name="item" method="POST" action="servlet/CartController">
    <tr>
    ...
  7. How to install Apache Axis in NetBean IDE?

    Hi forum members,

    I've tried to follow the steps outlined in the Netbean IDE to install the Apache Axis but without avail.

    What I did is I add-in this plug-ins available including Apache Axis,...
  8. How to configure context.xml in netbeans IDE?

    Dear forum members,

    I've been trying to configure context.xml but no matter what I do, I still get the below error:

    cvc-elt.1: Cannot find the declaration of element 'Context' .[2]

    Here's...
  9. Replies
    0
    Views
    331

    What's wrong with my context.xml ?

    Dear forum members,

    I'd like to seek advise on my context.xml and find out the proper way to do things.




    <?xml version="1.0" encoding="UTF-8"?>
    <Context antiJARLocking="true"...
  10. What is sql:query var refers to and what's wrong with the below code ?

    Dear forum members,

    I hope to get advise as to what jstl sql:query var refers to. Netbeans' error message is on this particular line: <sql:query var="members" maxRows="5">.

    Also, is there...
  11. Re: "com.mysql.jdbc.exceptions.jdbc4.Communication sExc eption: Communications link f

    Thank you luck999. After I add in the resources reference, they don't give me the error already. However, I am still exploring other areas of errors. :-(
  12. "com.mysql.jdbc.exceptions.jdbc4.CommunicationsExc eption: Communications link failure

    I'm trying to run my jsp page but netbean ide keep giving me this error:-

    root cause

    javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable to get connection, DataSource...
  13. Re: equal symbol expected - where had I gone wrong?

    Now, I tried to run the same declaration on another computer and it works.

    But, I am getting the following errors:-

    java.lang.NoClassDefFoundError:...
  14. equal symbol expected - where had I gone wrong?

    Hi,

    at my jsp page, I put in the following in order to use the jstl tag library but I'm not sure where I had gone wrong except Netbeans IDE kept saying equal symbol expected at the errror line.
    ...
  15. Replies
    2
    Views
    473

    Re: unterminated

    I've tried to correct the statement to below :

    <sql:setDataSource driver="com.mysql.jdbc.Driver" url="jdbc:mysql://
    localhost:3306/pract1" user="root" password="tangara8"/>
    and it works.
    ...
  16. Replies
    2
    Views
    473

    unterminated

    Hi,

    I've been trying to incorporate jstl into my coding but am getting this error:

    unterminated<sql:setDataSourcetag>

    Besides that, I have problem with the below syntax:
    <sql:setDataSource...
  17. Replies
    4
    Views
    612

    Re: Why my update.jsp is not working?

    OK. I will try to correct the html portion. But, by closing the option list with </option> doesn't seem to help.

    And the most teething problem that it doesn't allow me to do the update at all....
  18. Replies
    4
    Views
    612

    Re: Why my update.jsp is not working?

    FYI, the above code is copied from a business information system book and it says jsp.....

    Anyway, if you were me, how would you do the update for the above in real Java programming ?
  19. Replies
    4
    Views
    612

    Why my update.jsp is not working?

    I have a update.jsp in which a member after viewing a display page is allowed to click on the row and then update that particular row. Then a update page will called the data from the database and...
  20. Replies
    3
    Views
    506

    Re: Compiling error

    Hi copeg,

    I tried compiling using Netbean IDE ver 6.8, my previous version and it works!

    Thanks for the tip-off :o
  21. Replies
    3
    Views
    506

    Re: Compiling error

    I think so. The server is tomcat which comes with Netbean IDE. Previously, when I performed the same operation using Netbean 6.8 it didn't give me any trouble.

    What I am trying to do is to...
  22. Replies
    3
    Views
    506

    Compiling error

    Hi,

    I tried to compile my codes into .war file so I pressed the usual clean and build button in NetBean IDE 7 version.

    Alas, it gives me this error:-

    <target depends="do-clean"...
  23. Re: How to edit this pagination code so that it will show 5 records and next 5 record

    OK. I have modified my codes to include Beans but there are many errors including the starting heading

    <%@ page language="java" import="java.sql.* %>

    <jsp:useBean id ="members"...
  24. How to edit this pagination code so that it will show 5 records and next 5 records?

    Dear experts,

    I've copied the following pagination code, modified and adapted into my programs.

    But, it is not working in such a way that the table will display five records only and then after...
  25. Thread: hello

    by tangara
    Replies
    1
    Views
    142

    hello

    Hello,

    I'm new in this forum and really hope to get some tips/helps/advise in terms of coding.

    Having experience a lot of 'no help' answers which gave me alot of point blanks answers I hope...
Results 1 to 25 of 25