| How to display current date in textbox |
21-Nov-2009 |
 |
Hi guys, I'm really need your help.
This is my source code.
<%
if (status.equals("pending") && penanda==0){
%>
<form method="POST" action="cek_tangan.jsp?rinci=<%=rinci%>&sid=<%=sid%>">
<script type="... View Questiona/Answers
|
| Methods in Java |
21-Nov-2009 |
 |
Hello.
Currently i am involved in a group project and we have each been given a specific part of code to create our joint programI however have been given the job to create a method for storing and recalling 5 questions, which each are lalabeledith 4 answers, i was hoping it would end up looking up... View Questiona/Answers
|
| how to record qvga video using j2me |
20-Nov-2009 |
 |
hello
if it is possible
how i can record qvga video usin j2me?
... View Questiona/Answers
|
| how to record qvga video using j2me |
20-Nov-2009 |
 |
hello
if it is possible
how i can record qvga video usin j2me?
... View Questiona/Answers
|
| streams |
20-Nov-2009 |
 |
a program which illustrate the use of streams... View Questiona/Answers
|
| runtime polymorphism |
20-Nov-2009 |
 |
how run time polymorphism is achieved... View Questiona/Answers
|
| database backup and restore using java |
20-Nov-2009 |
 |
Hi...
I have MS Access 2000 database.I want to backup and restore the db using jdbc.What's the procedure for that.
Thanks in advance.
... View Questiona/Answers
|
| web programming |
20-Nov-2009 |
 |
Write a JSP page to display the number of hits to this page. (Hint: use application scope of java bean).... View Questiona/Answers
|
| web programming |
20-Nov-2009 |
 |
9)Create an HTML page containing the following features
a.Create a login JSP page with username , password and submit button.
b.On submit, display message ‘Thank you for logging in ’ Also create cookies to store username and password.
c.Open login JSP page on a new browser. If the cookie ... View Questiona/Answers
|
| web programming |
20-Nov-2009 |
 |
Write a JSP program to display current date and time and suitable welcome message.
1.If time is between 5AM and 12 PM display welcome message as ‘Good Morning’
2.If time is between 12 PM and 5 PM display welcome message as ‘Good Afternoon’
3.After 5PM display message as ‘Good evening’.
... View Questiona/Answers
|
| web programming |
20-Nov-2009 |
 |
6) Create an HTML page containing the following features
a.A combo box containing the list of 7 colors: Violet, Indigo, Blue, Green, Yellow, Orange, Red
b.An empty 1X1 table with default background color: White
c.Depending upon the color selected from the above combo box, the background of... View Questiona/Answers
|
| html |
20-Nov-2009 |
 |
Write a HTML page containing an HTML form to capture the following properties from the user:
a. Name (text box)
b. Address (text area)
c. Phone (text box)
Write javascript functions
1.to validate Name to contain only alphabets and of maximum length should be 25 ; Show appropriate mes... View Questiona/Answers
|
| web programming |
20-Nov-2009 |
 |
4) Create two HTML pages
a. First page with the following features
i. An image(logo) with a company name as the heading in the top center
ii. This page containing an HTML form, two text boxes to get First Name, Second Name of the user
iii. A submit button to the submit the data to the next page
... View Questiona/Answers
|
| java |
20-Nov-2009 |
 |
Hi, i have some problem in my code.In this code i have made two Panels(p1 and p2) and one tabbed pane(tp) in which i have added
second panel(p2). on panel 1 i have one button(Go to Tabbed Pane). I want, when i will click on this button,
then the tabbed pane should be added to the frame like this... View Questiona/Answers
|
| hr |
20-Nov-2009 |
 |
i am working as a permanent employee in one software company
i got an call from others that for temporary position
then if they ask why are you choosing for contract position what answer should i tell?
the contract is for 6 months only... View Questiona/Answers
|
| How to know acknowledment of reques t o server |
20-Nov-2009 |
 |
I am sending reques to server. how i know whether supervisor received my request or not. ... View Questiona/Answers
|
| Debugging in jsp? |
20-Nov-2009 |
 |
Hi Friends, am newbie to jsp.How to debug error in jsp... View Questiona/Answers
|
| joptionpane |
20-Nov-2009 |
 |
Hi,
I need joptionpane showinputdialog textbox string validation.
Please send the sample code for me.
Please its very urgent....
Thanks,
Valarmathi... View Questiona/Answers
|
| Dynamic variable in java |
20-Nov-2009 |
 |
My interview asked what is dynamic variable in java and where we use them. ... View Questiona/Answers
|
| spring security |
20-Nov-2009 |
 |
Can i use spring security concept acegi for any type of java applications?... View Questiona/Answers
|
| hi, |
20-Nov-2009 |
 |
what is the need for going to java.how java differ form .net.What is the advantage over .net.Is there any disadvantage in java... View Questiona/Answers
|
| java MIDlet |
19-Nov-2009 |
 |
l need to write a program in java midlet which generates 10 random numbers and perform arithmetic operations with the numbers, using operators -,+,*. the user respond to a maximum of 10 questions and the time taken to answer is stored on and updated via web link, the time can also be retreived to k... View Questiona/Answers
|
| JAVA programme |
19-Nov-2009 |
 |
Prepare a class “String_Example” following the basic functionality of “String ”type of JAVA. Use of dynamic character arrays for such class is encouraged. Following is expected from the completed
Program:
a. Use of “char At” function.
b. Use of “concat” function.
c. Use of “length” function... View Questiona/Answers
|
| joptionpane |
19-Nov-2009 |
 |
Hi,
I need joptionpane validation.
I have joptionpane inputdialog textbox.I need to enter the string values only in the textbox for validation.
Please send the sample code immediately.
Its very urgent.
Thanks,
Valarmathi... View Questiona/Answers
|
| Java Swing |
19-Nov-2009 |
 |
Hi,
I'm a java programmer, developed few java swing projects..
i want to make that swing jar packages to windows installer to .msi or .exe
is that possible? after converting is it necessary that java should be in the system to run our converted .exe or .msi package ...?
Tanx in advance... View Questiona/Answers
|
| abstract class |
19-Nov-2009 |
 |
Explain the abstract class and abstract method()?... View Questiona/Answers
|
| connection with xslx |
19-Nov-2009 |
 |
hai to all i am not able to connecting to xlsx(2007 excel file) using jdbc?please help me?... View Questiona/Answers
|
| Array problem |
19-Nov-2009 |
 |
Respected Sir/Madam,
I am having a pop up window in which the database values are available.. Its in the format of:
One radio button ID Name
Like this there is a table with n number of records.. I need to select the radio button.. After selecting, the corresponding ... View Questiona/Answers
|
| java |
19-Nov-2009 |
 |
Difference of ServerSocket and ClientSocket class?... View Questiona/Answers
|
| Using swing |
19-Nov-2009 |
 |
How can one use inheritance and polymophism while developing GUI of this question.
Develop an application that allows a student to open an account. The account may be a savings account or a current account. The student has to submit his/her names, faculty, course, year of study, University, telepho... View Questiona/Answers
|
| window.open() not working |
19-Nov-2009 |
 |
Respected Sir/madam,
I am Ragavendran.R.. Hats off to roseindia team for providing me supportive replies in time..
I am now held up in a module where I have to get a pop up window(containing Database informations) on clicking a button. I have used the following command for the... View Questiona/Answers
|
| plz solve this program |
19-Nov-2009 |
 |
write a program to out put this resault using two dimensional array
this is an image of the reasult:
http://www.4shared.com/file/154846107/dc2f1ac1/_2__Untitled-1.html
so help me... View Questiona/Answers
|
| Help Me With This Plz |
18-Nov-2009 |
 |
Write a program that's print a word like(I S E) on the black screen with 0,1 only by using two dimensional array? the 1's will represent the words ... View Questiona/Answers
|
| multiple keyword search |
18-Nov-2009 |
 |
anyone can help me?
i have four textfield
1)country (drop down list box)
2)city (text box)
3)gender (drop down list box)
4)Age From and Age to ((drop down list box)
user may type in country and city and click search button
or
user may type in country and genderand click search button
... View Questiona/Answers
|
| graphs/charts |
18-Nov-2009 |
 |
hi frens,
How to create a bar graph by reading values from mysql database. Please help me out... ... View Questiona/Answers
|
| array in javascript |
18-Nov-2009 |
 |
how to initialize array in javascript and can we increase the size of array later on?
is Array class in javascript ?
also when we take input from user through prompt or textbox it is always in string format then how to parse or cast it into integer so that it can be used for calculation ?
i... View Questiona/Answers
|
| graphs/charts |
18-Nov-2009 |
 |
hi,
How to create a graph/chart in java by reading values from my sql database. ... View Questiona/Answers
|
| doubt in ejb3 |
18-Nov-2009 |
 |
hi i am new to ejb3 .i have written simple code which look like these
entitybean
package EntityBean;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name="login")
public class UserEntityBean implements Serializable {
... View Questiona/Answers
|
| search query |
18-Nov-2009 |
 |
hi
anyone can help me?
i have four textfield
1)country (drop down list box)
2)city (text box)
3)gender (drop down list box)
4)Age From and Age to ((drop down list box)
i have to search the result for four keyword.
1)suppose user may search country and age only
2)suppose user ... View Questiona/Answers
|
| HOW TO PARSE FILE WITH SEVERAL DELIMITERS AND LINE FEEDERS |
18-Nov-2009 |
 |
Hi All
i need to parse a file of this format,such that i can get/fetch the values present between the tags by avoiding linefeeds<lf> or "/n",carriage return<cr> 0r "/r",^^(spaces). just give me an idea with sample code such that it helps me in proceeding.....
&l... View Questiona/Answers
|
| AJAX |
18-Nov-2009 |
 |
Respected Sir/Madam,
I am Ragavendran.R.. I got your coding which was very helpful.. A big thanks for it.. But the problem I face is that:
strar[1] and strar[2] in the code is throwing an irrelavant values in the text box.. Kindly tell me where I went wrong asap...
Please visit the followi... View Questiona/Answers
|
| Getting File path error |
18-Nov-2009 |
 |
I have a requirement where i need to get certain properties on application login page start itself. I an currently using
String str = request.getRealPath("/")+"a" + System.getProperty( "file.separator" )+"xyz.properties";
serviceProp = new ServiceProper... View Questiona/Answers
|
| JSP-Servlet |
18-Nov-2009 |
 |
how to pass the value or parameter from jsp page to servlet and view the passed value.
... View Questiona/Answers
|
| JSP-Servlet |
18-Nov-2009 |
 |
how to pass the value or parameter from jsp page to servlet and view the passed value.
... View Questiona/Answers
|
| JSP-Servlet |
18-Nov-2009 |
 |
how to pass the value or parameter from jsp page to servlet and view the passed value.
... View Questiona/Answers
|
| JSP-Servlet |
18-Nov-2009 |
 |
how to pass the value or parameter from jsp page to servlet and view the passed value.
... View Questiona/Answers
|
| AJAX- Database not connected |
18-Nov-2009 |
 |
Respected Sir/Madam,
I am Ragavendran.R.. I am working with AJAX and Database.. Ajax code works fine but the database values are not retrieved if queried.. Instead, I could receive only the HTML Contents from JDBC page and Database codings not executed... What could be the possible re... View Questiona/Answers
|
| java |
18-Nov-2009 |
 |
Hi, i have some problem in my code. i have made JPasswordField to check the right password. for it i have made an array in which i have choices for the password, but it shows the message "Invalid Password" always whether i have entered right password. please do some changes in my code and ... View Questiona/Answers
|
| Request[/searchMenu] does not contain handler parameter named 'function'. This may be caused by whitespace in the label text. |
17-Nov-2009 |
 |
Hi,
i am using struts DispatchAction class .i am facing error like
Request[/searchMenu] does not contain handler parameter named 'function'. This may be caused by whitespace in the label text.
jsp file = <a href="/SDI/shippingCategorySearchList.do?method=searchMenu">Search for -... View Questiona/Answers
|
| ajax |
17-Nov-2009 |
 |
Hi all,
I want ajax validation in struts1.0 , I tried from many days but, i cound't find solution.. I am attaching my code here.
struts-config.xml
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software F... View Questiona/Answers
|
| values in combobox |
17-Nov-2009 |
 |
how to fill values in combo box i.e. select tag in html using javascript?
... View Questiona/Answers
|
| PROTOCL IDENTIFYING |
17-Nov-2009 |
 |
Hi All,
how to find the protocol being used by a device with the help of its ipaddress in java
i will b thankful for ur valuable replies
Regards
Harikrishna ... View Questiona/Answers
|
| ServletConfig and ServletContext |
17-Nov-2009 |
 |
Hi,
What kind of infomation can be stored in <init-param> and <context-pram> for ServletConfig and ServletContext objects .PLease give examples.
Thanks,
Poonam.... View Questiona/Answers
|
| Servlet |
17-Nov-2009 |
 |
Hi,
Can Servlet have instance variables.If yes please give an example.
Thanks,
Poonam.... View Questiona/Answers
|
| JSP and AJAX- very urgent |
17-Nov-2009 |
 |
Respected Sir/Madam,
I am Ragavendran.. I have a simple doubt.. At present, I am in a module of the project wherein I am having two pages, One is Login.html and other is check.jsp.. In Login.html, I am entering the starting letter in a text box and when I click "Get details" button... View Questiona/Answers
|
| javascript in firefox |
17-Nov-2009 |
 |
i am not able to run javascript in firfox.
firefox does not run javascript. i have also enabled it from tool -> options and checked on enabled javascript still its does not run.
it does give any message no pop up blocks no reponse.
any one knows this problem then plzzz help !!!!... View Questiona/Answers
|
| ajax |
17-Nov-2009 |
 |
Dear Roseindia,
I want small application using ajax validation in struts1 login. I tried from many days but, i coudn't get solution..Do some favour me..it's urgent.
Thanqs for advance.
... View Questiona/Answers
|
| Could not establish the connection to oracle |
17-Nov-2009 |
 |
Hi Friends,
I am working on JDBC.My program is to insert the data into student database.
I am getting error like:
java.sql.SQLEXception:IO exception:The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseEroor.throwsSqlException<DatabaseError.java.111>
at... View Questiona/Answers
|
| java project |
17-Nov-2009 |
 |
how can i download the source code for the project college admission system... View Questiona/Answers
|
| java project |
17-Nov-2009 |
 |
Sir,
how can i download the source for for the proect college admission system?... View Questiona/Answers
|
| codigo agenda |
17-Nov-2009 |
 |
si hay un modelo de codigo para agenda en java consola... View Questiona/Answers
|
| PHP help needed |
16-Nov-2009 |
 |
This is my code that I am using for search engine, can any body answer how to cheange the code if I want limited and per page result display???
code
<html>
<head>
<title>Career Search result</title>
<style type="text/css">
<!--
.style1 {color: #800... View Questiona/Answers
|
| which server side script used in j2ee |
16-Nov-2009 |
 |
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.... View Questiona/Answers
|
| java |
16-Nov-2009 |
 |
Hi, i have some problem in my code. i have set an image on Janel, this image hides labels and buttons under it. how can i set buttons and labels over it.
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.BufferedImage;
import javax.swing.*;
import javax.sw... View Questiona/Answers
|
| java programs |
16-Nov-2009 |
 |
a coin is tossed for three sets of times i.e 10,100,1000.write to print how many times the head and tail occurs in each sets of toss and total number of head nand tail occured at the end.use method call.... View Questiona/Answers
|
| javaBeans |
16-Nov-2009 |
 |
Sir Good Morning i has created one package name is Master in D Driver
In that package i crated one bean class name is connect.jar how i can use in my Jsp program i am using j2sdkee1.2.1 server. the Web-inf Directory has no sub classes directory how i can slove that problem
Thank you... View Questiona/Answers
|
| JSP |
16-Nov-2009 |
 |
Sir Good Morning i has created one package name is Master in D Driver
In that package i crated one bean class name is connect.jar how i can use in my Jsp program i am using j2ee server. how i can set the path
for this.
Thank you
... View Questiona/Answers
|
| java program |
15-Nov-2009 |
 |
a coin is tossed for three sets of times i.e 10,100,1000.write to print how many times the head and tail occurs in each sets of toss and total number of head nand tail occured at the end.use method call.... View Questiona/Answers
|
| java programs |
15-Nov-2009 |
 |
write a program to enter name of book,author's name,year of publication,and price of any 10 different books in respective arrays.then input an auther name and print all the details such as name of book ,auther's name,price and year of publication.... View Questiona/Answers
|
| Assigning ordinate numbers |
15-Nov-2009 |
 |
Hi all,
I have a question to seek your help.
How do I assign an ordinal number to a randomly generated number? For example is the generated number is 5, how do i write a code that will print it as the 5th, 1 - print 1st, 2 - print 2nd, 3 -print 3rd, 4-10 print with "th". Is there a ... View Questiona/Answers
|
| Please give me the code for the below problem |
15-Nov-2009 |
 |
PROBLEM : SALES TAXES
Basic sales tax is applicable at a rate of 10% on all goods, except books, food, and medical products that are exempt. Import duty is an additional sales tax applicable on all imported goods at a rate of 5%, with no exemptions.
When I purchase items I receive a receipt wh... View Questiona/Answers
|
| MVC |
14-Nov-2009 |
 |
Can any one help me in good design of an struts MVC....tell me any e-book so that i can download from site... View Questiona/Answers
|
| java |
14-Nov-2009 |
 |
java program that correctly implements producer consumer problem using the concept of inter thread communication... View Questiona/Answers
|
| DIAMOND PROGRAM 122 |
14-Nov-2009 |
 |
I Want Print Exact Diamond Shape?I Want Code ?Plz Help Me?... View Questiona/Answers
|
| ARRAY ELEMENTS |
14-Nov-2009 |
 |
How To Find Out Missing Elements {1,2,3,4,5,to 100}?I Want Source Code?... View Questiona/Answers
|
| Struts 1.2.9 (NB6.1) – Problems with depend and AJAX |
14-Nov-2009 |
 |
Hi
I have 2 <html:select> and one is depend to the other
The 1st select I fill it of the DB with the help of the jstl :) but the 2nd will fill of the DB too but taking the 1st select value as a parameter
How I do it with AJAX?? Maybe JQuery?
Sorry for my english... ;)
Regards
... View Questiona/Answers
|
| STRUTS 1.2.9 (NetBeans 6.1) - ValidationGroup for and as .NET? |
14-Nov-2009 |
 |
Hi
I have 3 <html:submit> and 6 <html:text> each one with its respective <html:error> (required)
[text1]<error1>
[text2]<error2>
[submit1]
[text3]<error3>
[text4]<error4>
[submit2]
[text5]<error5>
[text6]<error6>
[submit3]
I... View Questiona/Answers
|
| Search Engine |
14-Nov-2009 |
 |
Hello Sir,
I am new jsp, also i need search engine coding from the local computer or database only.pls send the jsp with mysql codes.I dont know how to create a search engine(like google) in local computer using jsp.please help me anybody.
Thanking You.... View Questiona/Answers
|
| What is Abstraction |
14-Nov-2009 |
 |
What is abstraction in java? How is it used in java..please give an example also... View Questiona/Answers
|
| login form |
14-Nov-2009 |
 |
Q no.1:- Creat a login form in servlets?... View Questiona/Answers
|
| Pkg Inheritance under same pkg |
14-Nov-2009 |
 |
Hi Friends
I want to extend the Predefined ( . java File ) class in a another inherited class( .java file ) in the same pkg
If this is allowed in the same pkg, please tell me how........
Regards : - Lect.Mohit Verma ... View Questiona/Answers
|
| How to add new class in Pkg using the feature of existing class |
14-Nov-2009 |
 |
Hi Friends,
I want to know , is it possible to add new class in a user Defined Package , which already contain any Class Having Public , Default, Protected access Variables or methods.
Can i use them in another Class in the Same Pkg , If Yes then please send me the code of that.
Regards :... View Questiona/Answers
|
| plz help me |
13-Nov-2009 |
 |
1)Rewrite the method in exercise 10 such that it use the binary search algorithm instead.
the linear search algorithm is suitable for small arrays or unsorted arrays.
for large arrays linear search is inefficient; if the array or sorted , the high-speed binary search can be used as follow:
"... View Questiona/Answers
|
| Shifting txt file to database |
13-Nov-2009 |
 |
Question Details:
I want to shift data from txt file to Database. The data is written in the following text format.
Record No. = 0001
Name : Abdul Rauf
Designation : General Manager
Join Date : 2007-12-31
Birth Date : 1980-05-17
.
.
.
... View Questiona/Answers
|
| What is LDAP? |
13-Nov-2009 |
 |
Hi,
Please explain me about the LDAP. Provide me some of the working example of LDAP.
Thanks... View Questiona/Answers
|
| How Code Resuablity easy in servlet |
13-Nov-2009 |
 |
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp.here reusabillity means only javabeans or any thing else.... View Questiona/Answers
|
| web designing |
13-Nov-2009 |
 |
Hello, i have made one web page using html and css. i have also used gradient colors in my web page. the problem is that when i open my web page with IE it looks great. but when i open my web page with Mozilla Firefox and other browsers ,the gradient color disappears and menu(Home ,login etc.)looks ... View Questiona/Answers
|
| servlet |
13-Nov-2009 |
 |
1.how can i run servlet program without creating html and xml program on
tomcat 5.0?
2.how to use weblogic for servlet?
... View Questiona/Answers
|
| Document Conversion |
13-Nov-2009 |
 |
I have a full scanned book pages in which I have to make some changes for my new publication. From where I can do this?... View Questiona/Answers
|
| help me in these |
13-Nov-2009 |
 |
hello every body
i have some question if you cam plz answer me it is important to me
and these are the questions :
1)Write a program that asks the user for a word and prints that words as many times as length of that word??
2) Write a program that asks the user for two words and then prints... View Questiona/Answers
|
| Package Access Specifier |
13-Nov-2009 |
 |
Hello Friends,
I have created a Pkg named BCA , iN this Package i declare two classes
name : - Test Class & House Class
House is the Public Class I saved it with House.java File.
Now i also create another class in the same pkg,
Now i want to extends the House Class in it... View Questiona/Answers
|
| Magic Squares |
13-Nov-2009 |
 |
Magic Squares
A magic square is an n by n grid containing the integers 1 to n2, which fulfils this condition: each of the sums of the n numbers on any row or column must add up to 0.5n(n2 + 1). Based on this definition, an example magic square for n = 4 is
16 15 1 2
6 4 10 14
9 8 12 5
3 7 11 1... View Questiona/Answers
|
| Java Program |
13-Nov-2009 |
 |
Write a program to store and read the data of a student(s) in & from a file named “STUD.DAT”. The student’s data consists of name (string of maximum 30 characters), age (integer), and marks of three subjects (all integers). The program should have the option for inserting new data, updating or ... View Questiona/Answers
|
| Desgining a Class |
13-Nov-2009 |
 |
Design a class named “DBList” having the following data members and member functions :
Class Name : DBList
Data Members /Instance variables:
Start : stores a link to the first node of the linked list.
Member functions:
DBList( ) : constructor to initialize the start
void insert_beg() : add... View Questiona/Answers
|
| Defining a class |
13-Nov-2009 |
 |
A Keith number is an n-digit integer N>9 such that if a Fibonacci-like sequence (in which each term in the sequence is the sum of the n previous terms) is formed with the first n terms taken as the decimal digits of the number N, then N itself occurs as a term in the sequence. For example, 197 is... View Questiona/Answers
|
| DIAMOND PROGRAM |
12-Nov-2009 |
 |
I Want Print Diamond ?I Want Code?plz help me... View Questiona/Answers
|
| Java code to parse xml |
12-Nov-2009 |
 |
<?xml version="1.0" ?>
<input>
<sys>
<protocol>TL1</protocol>
<ipAddress>10.50.26.98</ipAddress>
<port>2001</port>
<prompt>agent</prompt>
<TL1Command>
<... View Questiona/Answers
|
| send without authentication mail using java |
12-Nov-2009 |
 |
Dear All,
I am tring to send simple mail without authentication using java.
is it possible, could i send email without authentication.
I have written following code.
public void send() throws AddressException, MessagingException
{
Properties props = new Properties();
props.p... View Questiona/Answers
|
| java mail |
12-Nov-2009 |
 |
how to send a mail without authentication one domain to another in java?... View Questiona/Answers
|
| Tomcat error |
12-Nov-2009 |
 |
Sir I have Installed Tomcat 6.0 om my personel computer havind Operating system windows xp. But when I start the tomcat it gives the error :-this is non microsoft product please see event log . what might be the reason of such error... View Questiona/Answers
|
|
Pages:
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
|