32,204 Topics

Member Avatar for
Member Avatar for warriorone357

This time I am trying a different way to write a program that takes user input, converts euros or yen to u.s. dollars and should output the total dollars collected when the user chooses to exit the program. Can someone give me a clue about what I am doing wrong??? …

0
57
Member Avatar for iamthwee

Does anyone no of any tutorials about string parsing. I couldn't find any good ones. God bless. :cool:

Member Avatar for hooknc
0
117
Member Avatar for danes_h

how can i save the content of a linked list to a file, plzzz help me :confused:

Member Avatar for hooknc
0
81
Member Avatar for nabil1983

Hello. I require help with my java stuff. Basically what i gotta do is create classes for a Text User Interface which will allow users to input student details. The problem is i really am confused with all this stuff , i've managed to create the classes, but i cant …

0
68
Member Avatar for freesoft_2000

Hi everyone, Does anyone know where i can get hold of the source code for the following api JTextComponent.print(MessageFormat headerFormat,MessageFormat footerFormat) throws PrinterException This code is part of the new java second edition 6.0. I have tried searching google but could not find any of its source code. What i …

Member Avatar for jwenting
0
91
Member Avatar for psodhi

Hi Friends..im new to this site and i need help. I need source code for removing duplicate values from an array of integers. please help me as soon as you can..Thanks a lot!!

Member Avatar for iamthwee
0
103
Member Avatar for csnewsome

A former instructor (process technology) has emailed me with a question concerning a runtime error he is receiving. I am not a programmer and provided him with code snippets for his WebCT environment. He has emailed me and asked a question I cannot answer. He is receiving a runtime error …

Member Avatar for hooknc
0
98
Member Avatar for KCC1982

Hi, I just want to say thank you in advance to anyone that replies to this. I'm new to JAVA & my 4th assignment has got me stumped. I have to write a program that reads 4 integers and prints the largest and smallest value that the user entered (using …

Member Avatar for morans
0
182
Member Avatar for Fredjava

I am trying to write a date of birth compair. here is how i have started out but I am not getting the results I want to see I am wanting to enter the text as 03/14/73 and compaire that to todays date and tell the user how old they …

Member Avatar for sam1
0
274
Member Avatar for nabil1983

Hello. I am doing a project for a database that takes in student details and allows users to display their records. My problem is this: I have created a class called student (below coding) and created a menu class that displays the menu (2nd coding) I seem to be stuck …

Member Avatar for server_crash
0
106
Member Avatar for Fredjava

I have a bad instructor.... I need to know were to find the best online help I can to start from the begining JAVA and do it right... Suggestions :?:

Member Avatar for server_crash
0
151
Member Avatar for RATED3X

I have the following program compiling and running. However, the program is supposed to print out stars equal to the user input, with each star representing 10. If the user inputs 100 the program should print out 10 stars. No matter what number I input the program is printing out …

Member Avatar for RATED3X
0
120
Member Avatar for atul_manaskar

Hi I have a problem in connecting modem with another modem through PSTN. i want the solution in java code i want this connection to upload file from remote pc to my local pc i want to develope the whole application in java plz help me out as early as …

Member Avatar for DMR
0
762
Member Avatar for paul221

Hi I am trying to compile a program from a tutorial I am doing. The program is titled myprogram.java and is located in the c:\src> directory. When I use the command c:\src>javac myprogram.java I get the following errors. myprogram.java:1: <identifier> expected class ^ myprogram.java:8: '>' expected ^ 2 errors and …

Member Avatar for InNeedOfHelp
0
153
Member Avatar for TheUglyKing

[COLOR=DeepSkyBlue][COLOR=Cyan]how do i change/get my port number because i have my ip address and all that i just need to find my port number. if you know it please tell me how to change or get one for free since i need it for my site if your interested in …

Member Avatar for paradox814
1
102
Member Avatar for jigvesh

Well, I have done the following coding:- [code] import java.awt.*; import java.awt.event.*; public class line extends Component { /** * */ private static final long serialVersionUID = 1L; private int len; // private int nx,ny; private int relx,rely; boolean pressed = false; boolean endp = false; boolean resized=false; ActionListener actionListener …

Member Avatar for server_crash
0
88
Member Avatar for nawal

Hi , I need some help write program to send data between two computer with modem. please , thank you .. nawal

Member Avatar for Phaelax
0
198
Member Avatar for InNeedOfHelp

Hello, I've been set to complete this project within a week and a half, and have had quite a few problems attempting to implement it. I have problems with the recursive part of it, which really, is the whole project. Any help would be ENORMOUSLY appreciated, and i would like …

Member Avatar for iamthwee
0
116
Member Avatar for NoviceOne

I have been assigned to complete 45 questions using any Java source avaialble. I have found all except 16 of them in my Java book. This source was mentioned by the instructor as available. Could you please spend a minute to T or F them? 1. T or F. Static …

Member Avatar for server_crash
0
98
Member Avatar for sarangarao

Hey can any body help in this matter: interface with in interface : ex: interface ee { interface rr{ void ere(); } } how to implement the ere method : please sugesst me Regards Saranga

Member Avatar for server_crash
0
173
Member Avatar for sandy183

hi, am new to jsp and java beans each time i try using beans i get the following error: org.apache.jasper.JasperException: /examples/jsp/process2.jsp(3,0) The value for the useBean class attribute foo.Login is invalid. org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:146) org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1223) org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1116) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163) org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213) org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219) org.apache.jasper.compiler.Node$Root.accept(Node.java:456) org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163) org.apache.jasper.compiler.Generator.generate(Generator.java:3284) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:189) org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) …

0
63
Member Avatar for indianscorpion2

hi everyone. i am an amateur programmer in java. can anyone please tell me how do i go about connecting my java application to oracle 9i database? please be specific about what is the URL that i should use and how should i install the oracle JDBC driver.where should i …

Member Avatar for jwenting
0
218
Member Avatar for Nazzy

Hello, I am having a lot of difficulty with this program. I have to find the data types of strings that have been inputted by users into the command line. I have used StringTokenizer to break data into strings but I am not sure where to go from there. How …

Member Avatar for server_crash
0
132
Member Avatar for david31337

[code]try { for (int j=0; j < length; j++) { int indx = s.indexOf(text.charAt(j)); if (indx >= 27 && indx <= 36) { code += ((indx + key)%26); } else { code += s.charAt((indx + key)%36); } } }[/code] Hi, Im pritty new to java, I wrote this code and …

Member Avatar for david31337
0
124
Member Avatar for tankedup

Hi I have just been attempting to update my site. Apparently an applet I use now needs to become an object for XHTML. I have managed to do this and it works in Firefox and Opera ... but IE6 will not play ball. [URL=http://www.tankedup-imaging.com/xhtml/links.html]I've got a link to a test …

Member Avatar for tankedup
0
206
Member Avatar for kedklok

hi, i was wondering if someone can help me. i am trying trying to convert a string containing aA into a bigInteger Value. i've read about it but have no idea how to implement it in java. thanks in advanced, K

Member Avatar for iamthwee
0
138
Member Avatar for rahulgupta1979

Hi, I need help in solving Incomplete Gamma Function. does neone has a java code to crack this problem.Pls help.I will be highly thankful. Thanks and kind regards, Rahul Gupta.

Member Avatar for Phaelax
0
151
Member Avatar for jeepj27

Can anyone point me to a code or assist me with writing one for the following: I have an index.html page that when accessed on the net, I would like the page to OPEN IN FULL-SCREEN MODE. That is not maximized, but Full Screen, F11 mode. Any suggestions would be …

Member Avatar for hooknc
0
108
Member Avatar for valerie_parker

Hey there all. I've got this assignment (due next Monday!) and I haven't made much headway into it. It's horrible becuase I usually have some idea about how to go about solving the assignments. (If you've read it through already) So far, all I've managed to do is create a …

Member Avatar for valerie_parker
0
253
Member Avatar for theroe

how do you make a button so when clicked it makes all the info you typed in the form of a java/netbeans program, and it emails the info to a specific email address? i know im a newbie at this :o

Member Avatar for theroe
0
86

The End.