35,618 Topics

Member Avatar for
Member Avatar for ali_shah

hi i m the student of bcs 6th term and i have a project in java and i am new to java plz help me how to create the IDE in java [B] project operation[/B] it can have all the editing capabilities it can compile the source code it can …

Member Avatar for redZERO
0
56
Member Avatar for nishanthhampali

Hi, I have hidden field in the jsp mentioned below: [B]<input type="hidden" name="SelectedTime" value="<%=request.getParameter("SelectedTime")%>"/>[/B] How to set this hidden field value to null? I tried using request.setAttribute. But it is not working. Please note i am using this field in the current page only. Please help me out. Regards, hampali

0
39
Member Avatar for kselvakumar_82

Hi can any help me how to call a Crystal report 10 in JSP? Please provide me sample codings if you have. [B]Thanks[/B] in advance

Member Avatar for itanmoy
0
281
Member Avatar for itanmoy

I am using one jsp page. In that page there is a field to select a date this value will go to the report and report contain one selection formula. Which value we are passing on that basis the report should display with date which we are passing from GUI.

0
40
Member Avatar for Waseemn

Hello All, OK I am not sure if any of you here are also coming from the C++ forum, but I finished my C++ class, got an A, thanks to all your help, and now I am onto Java. I am still a beginner in both Java and C++ and …

Member Avatar for Alex Edwards
0
181
Member Avatar for thorneko

1st off, I'm new to JAVA/NETBEANS, and my experience lies mainly in C and the Sparc assembly language. The above problem is one I've solved in C (input a string of hex characters and then convert it to a binary array for the purposes of bit manipulation, namely for debug …

Member Avatar for Ezzaral
0
1K
Member Avatar for sayedjustetc

Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using …

0
54
Member Avatar for sayedjustetc

Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using …

Member Avatar for stephen84s
0
84
Member Avatar for m_sam6

hi i m new to java programming and i want to make a voice chat which access a sql server db and extract ip 's of all clients that every one log in by ip (on LAN) and the problem face me now is to broadcast voice to all these …

Member Avatar for m_sam6
0
125
Member Avatar for redZERO

Hi, I want to build my own simple 2D RPG in Java. Whilst I am new to Java, I do understand the fundamentals of OO programming, and I am quick to learn, as long as someone isn't too impatient. I just wonder if there is anybody who can check my …

Member Avatar for redZERO
0
110
Member Avatar for saurabh92

Hey, I'm pretty new to Java and I was hoping someone could help me out. I wanted to know how to store the information that a loop shows. I've been asked to create a project which adds up the squares of the numbers from a to c, and this is …

Member Avatar for saurabh92
0
127
Member Avatar for nomolos
Member Avatar for k.samdani

i am the student of final year computer engineering and i need the topics of projects applicable to it... so please help me if u can..... i really thank you in advance for giving me your time and mind blowing ideas....

Member Avatar for jasimp
-1
79
Member Avatar for nnhamane
Member Avatar for anthrex

hello guys, good day! i would like to seek for help regarding on how to cascade drop down list using struts tag <html:select> with ajax. it goes like this. drop down list 'A' is the list for Car Brands and drop down list 'B' is for the Car models by …

Member Avatar for ~s.o.s~
0
333
Member Avatar for gorty

hi, want to call td element value to next page ,which is getting thru session attribute.while calling getting null in next page. below is my code pls help me thanks in advance. <input type="text" id="tname" value="<%= session.getAttribute("ename") %>"></td> next page iam calling as: name=request.getParameter("tname")

Member Avatar for ~s.o.s~
0
59
Member Avatar for nschessnerd

so i have a war deployed, and i need to make a temp file. but when i make one in the java app it creates it in the tomcat root which is not equal to the web root... how do i create a tmp file in the root if i …

Member Avatar for ~s.o.s~
0
177
Member Avatar for Bishnu Mishra
Member Avatar for sciwizeh
0
45
Member Avatar for new_2_java

Hi all, I have to write a synchronization utility which synchronizes a target folder with a source folder: i.e. I have the following source directory structure and would like to synchronize it. [code] C:\source\ | +----Folder_A | | | +---Folder_A1 | | | | | +---File_AA1.txt | | | +---FileA1.txt …

Member Avatar for new_2_java
0
158
Member Avatar for k.samdani
Member Avatar for sciwizeh

simple questions, hopefully simple answers: How do i give a JButton the capability to accept a right click? When a JButton is being clicked it changes to a darker color, is there a way to make it a completely different color? i cannot find these answers in the API or …

Member Avatar for Ezzaral
0
217
Member Avatar for cutelucks

hello, i am trying to convert a doublt to float but it doesnot work on the form..can some one please help me.my code: <display:column property="WGTD_AVG" title="Avg.Sales 3Months" sortable="true" class="alignright" format="{0,number,###.##} " style="text-align: right;" /> thanx a lot, cutelucks

0
39
Member Avatar for Alex Edwards

I'm a complete rookie with NetBeans, and that's unfortunate because this summer our Instructor wants us to use NetBeans throughout the entire course. I'd just like to know... how do I add existing files to a project? I've tried right-clicking the project folders to see if there was some kind …

Member Avatar for Alex Edwards
0
182
Member Avatar for Lakepoint

Hi, I'm working on a personal project, developing a program that would help me. I just thought it would be nice if I could turn it into a click-and-run executable application rather than the .bat file I've put together. Anyone have any ideas? Thanks, Lakepoint

Member Avatar for dreadrocksean
0
1K
Member Avatar for regent_royal

Hi friends, I have[B] build swing based application on windows os and I want to run this application in linux.[/B] The .jar file runs perfectly on windows. but not running on linux. gives error as below. pls. help regent@regent:~/main the law$ java -jar thelaw.jar Exception in thread "main" java.lang.NoClassDefFoundError: while …

Member Avatar for regent_royal
0
174
Member Avatar for zyaday

Hey everyone, i'm working on this code...i'm trying to put some images ---animations--on to my jpanel..the problem is everytime i try that, it gets repainted with initial screen setup I have...how do i solve this..here is the code.. import com.sun.org.apache.bcel.internal.classfile.JavaClass; import java.awt.event.*; import java.awt.image.ImageObserver; import java.text.AttributedCharacterIterator; import javax.swing.*; import java.awt.*; …

0
45
Member Avatar for Bishnu Mishra

Hi, i am currently devloping our own version control system. i want to compare two xml file by using sax parser in java. can any one give the source code to me or post to <<email snipped>>

Member Avatar for Bishnu Mishra
-1
40
Member Avatar for sawant_nitesh

I am working on a JAVA project which needs to set the System date and time. I want to open Date and Time Properties of Windows through my Project. When I click on JButton, it should open Windows Date and Time Properties. How to do it ? Please Reply.

Member Avatar for sawant_nitesh
0
78
Member Avatar for abhi11shukla
Member Avatar for mattsh

I have a problem here that's stumping me. OK, more than one. :) But only one for now. This program reads two input files. The second file is processed first in a loop. Then, I want to use this information to update information in the first file. Here's the section …

Member Avatar for Ezzaral
0
142

The End.