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...
Type: Posts; User: tangara
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...
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...
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...
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);
...
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...
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>
...
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,...
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...
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"...
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...
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. :-(
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...
Now, I tried to run the same declaration on another computer and it works.
But, I am getting the following errors:-
java.lang.NoClassDefFoundError:...
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.
...
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.
...
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...
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....
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 ?
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...
Hi copeg,
I tried compiling using Netbean IDE ver 6.8, my previous version and it works!
Thanks for the tip-off :o
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...
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"...
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"...
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...
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...