36,052 Topics

Member Avatar for
Member Avatar for teman_siber

hi, can anyone help me how to store the image in oracle using JSP. plz...urgent.. can anybody give me the sample codes.. thanks

Member Avatar for jwenting
0
81
Member Avatar for freesoft_2000

Hi everyone, Is it possible to insert html into a styled document using the rtf editor kit? If it is possible could someone show me a simple example of how this is done Yours Sincerely Richard West

Member Avatar for jwenting
0
103
Member Avatar for warriorone357

I am writing 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. My program is converting everything okay. However, when I choose to exit the program and get the total it …

Member Avatar for warriorone357
0
106
Member Avatar for Hal

I am new to Java, in fact I am just learning. I am have captured the location of an ant object as it moves across the frame and printed it to the screen. I now want to capture those locations at various times and write them to a file as …

Member Avatar for AstroNox
0
205
Member Avatar for nisaa15

How can one use recursion to get the following representations of a given word e.g. 'CARE': C#ARE AC#RE RAC#E ERAC# Heres my attempt but i only manage to get the first representation, where does the recursive step need to go? import java.awt.*; import javax.swing.*; import java.util.Random; import java.awt.Color; import java.awt.event.*; …

0
48
Member Avatar for cczak

[COLOR=Blue]ALL APPLETS CAN HAVE AN INIT() METHOD. JAVA TREATS THIS METHOD AS SPECIAL. CAN YOU EXPLAIN BRIEFLY IN WHAT SENSE?[/COLOR] :mrgreen:

Member Avatar for Phaelax
0
83
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
59
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
121
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
83
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
71
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
94
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
105
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
101
Member Avatar for sambit dash

hi i got a package name weblogic.servlet.security.ServletAuthentication in my jsp page.Can anybody explain me is this a package created by the devloper or a weblogic authentication package.If its a weblogic authentication standard package, willu pls tell me how to get it?

0
57
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
185
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
279
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
108
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
155
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
123
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
767
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
158
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
105
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
90
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
200
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
117
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
100
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
175
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
65
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
222
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
138
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
125
Member Avatar for Pyraqua84

I'm new to this forum, and I'm in desperate help. I did the hijackthis thing and here is the log: Logfile of HijackThis v1.99.1 Scan saved at 12:57:45 AM, on 3/4/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe …

Member Avatar for Pyraqua84
0
148
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
210
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
141
Member Avatar for aliz

Hi every1, Can you help me, Im trying to make a hit counter with JSP, But i want to read/write it to a file, so I dont loose the variable, can you please show mw the code to that, if you know. Thank you

Member Avatar for masijade
0
163
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
153
Member Avatar for SuperSam

Logfile of HijackThis v1.99.1 Scan saved at 10:14:40 PM, on 2/17/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\Explorer.EXE C:\Program Files\Analog Devices\Core\smax4pnp.exe C:\WINDOWS\system32\igfxtray.exe C:\WINDOWS\system32\igfxpers.exe C:\Program Files\Intel\Modem Event Monitor\IntelMEM.exe C:\WINDOWS\system32\dla\tfswctrl.exe C:\Program Files\Common Files\InstallShield\UpdateService\issch.exe C:\Program Files\Trend Micro\Internet Security 12\pccguide.exe C:\Program Files\Dell Photo AIO Printer 962\dlbxmon.exe …

Member Avatar for DMR
0
132
Member Avatar for pallidorus

I keep getting the Winfixer popups constantly I have Adaware and Spybot and have tried Ewido anti malware yet they still keep popping up. I also have another problem which im not totally sure is spyware related but basically if I do something on my desktop or browse folders my …

Member Avatar for D3m3nt3d
0
404
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
110
Member Avatar for k_satish0101

getting the follg error after installing tomcat5.0, jre, j2se and ms-access HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346) org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) …

Member Avatar for masijade
0
233
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
263
Member Avatar for ramkumar

I will start my query with an example. In reverse phone check in 411.com, the link is [url]http://www.411.com/10668/search/Reverse_Phone?phone=770-399-9110[/url] and so I can add a Textbox in Visual Basic and get the phone number from the user and use a web browser to search the phone number without having to go …

Member Avatar for ramkumar
0
165
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
91
Member Avatar for k_satish0101

i need to link my application(program) to the management interface of the switch i need to control the switch with the help of my program I need to give the report abt the utilisation of the switch plz help me in this regard

Member Avatar for k_satish0101
0
73
Member Avatar for jigvesh

Well, i searched all through google and stuff...but in vain..i want to add a functionality in my program to copy and paste buttons which are present on the screen.....I got a wonderful article to copy and paste text.but what about some swing components???????how do we copy and paste them????? [site]http://www.cafeaulait.org/course/week13/[/site]

Member Avatar for jigvesh
0
125
Member Avatar for Rearden

What happens if you call openStream twice? I have this code in which I open up a weather xml page and get information out of it. Unfortunately, the way I do it has me doing a linear search down the page for the line I need each time I want …

0
132
Member Avatar for seh1

Hi, This is my final question on my GUI , I promise. I wanted to create a global String array that once it was initialized and set in one GUI that it could be accessed by any of the other related GUIs or do I have to pass it from …

Member Avatar for hooknc
0
146
Member Avatar for docfish

Hello! I'm supposed to write a program that starts by drawing a 200 X 200 square at the top-left corner of the monitor. Continue drawing squares that become steadily smaller as they are displayed to right side of each preceding square. The bottom of the square stays at the same …

Member Avatar for server_crash
0
250
Member Avatar for seh1

Sorry I've asked a question about my GUI already but it's due Monday and I still having a few problems with it.... 1. When the GUIs opens it opens so that I have to change the size manually to view it i.e. the toolbar appears. Is there a way I …

Member Avatar for server_crash
0
148
Member Avatar for seh1

Hi, I wrote the following GUI. Its total crap but just need to get the basics working first. Its compiles fine and my Hello World test message comes up but no sign of the UI itself. Any ideas at all ? Much Thanks, Sean import javax.swing.JFrame; import java.awt.event.WindowEvent; import java.awt.Label; …

Member Avatar for seh1
0
123

The End.