32,199 Topics

Member Avatar for
Member Avatar for Mr.coolguy

Hi all, i am new to java field, can anyone help me out to create a data base for security or Guard to enter the details of the employee and his phone number and also to replace incase his idcard is broken?? help me out using Java/JSP thanks in advance …

Member Avatar for Mr.coolguy
0
142
Member Avatar for erez131165

I need this script: [URL="http://www.jscode.com/js_auto_bookmark.shtml"]http://www.jscode.com/js_auto_bookmark.shtml[/URL] i just dont know how to make the link as a picture, insted of "bookmark us!" text/ any help with this ?:eek:

Member Avatar for iamthwee
0
111
Member Avatar for arekondaramesh

ACL used in Weblogic 6.x has been deprecated and replaced by security policy.why this is removed and what are the problems caused by this when included in weblogic 6.0 :sad: ramesh

0
67
Member Avatar for arekondaramesh

hai why need the deployment descriptor in the form of xml files only. and in deploying ejbs we have to define 3 files like... weblogic.xml, weblogic-ejb-jar.xml and weblogic-ra.xml files why we need 3 seperate xml files. iam a new be to ejb technologies :rolleyes:

0
67
Member Avatar for arekondaramesh

hai iam newbie in java programming. i declared like this: StringBuffer s1=new String Buffer("hello"); StringBuffer s2=s1; i want to know exactly how many objects created: 2 or 3 am not certain suppose i want to show the number of objets in System.out.println().... how i need to proceed.... regards ramesh :rolleyes:

Member Avatar for kiran kumar
0
223
Member Avatar for shimul_bari

Hello everybody, I am having a great problem in my class project. I have to play multiple files in different output ports of the sound card same time. Explanation: Suppose i hav 1 speaker and 1 headphone connected to my pc. Now i hav to play 2 files in such …

Member Avatar for shimul_bari
0
161
Member Avatar for Phaelax

Is there a way to set the number of spaces shown for a tab? (tab as in a tab character) I've made an editor using a StyledEditorKit and StyledDocument, but tabs give more spaces than I would prefer.

Member Avatar for Phaelax
0
210
Member Avatar for lwinn213

Hi All. I have been given a task where I have been asked to implement a Java RMI version of an SFTP (Simple File Transfer Protocol) Client / Server. It must use the following commands: list - list files in current directory cd - change directory get filename - copy …

Member Avatar for jwenting
0
1K
Member Avatar for computergenie

Hi people, I am new to the world of Java and i am stuck on something. let me explain. let say you had a program you opened up. Usually if you click on an Help menu then click "about" it dispays information about the program like version, copyright etc. Do …

Member Avatar for jwenting
0
140
Member Avatar for baron

I can't find out how to complete • MIN_GROUP_SIZE x1 x2 .. xr at the expected time comp' Please help me i'm stack at this point for a week.. For the other function i had created a smart array with pointers.

Member Avatar for alc6379
0
165
Member Avatar for tlyons86

Hello I am in need of help with my java programming class project. I am able to start the project but some parts I'm having major problems with. I need some hints to solving my problems. The description is so long because I want everyone to understand exactly what the …

Member Avatar for tlyons86
0
144
Member Avatar for sam1

hi, I am writing a report(final year) and wanted to do a white box testing on a section of a code that i implemented(i am using eclipse), should i draw a diagram (e.g. for an if statement or while loop) and do it using cyclomatic complexity, or just describe how …

0
90
Member Avatar for iamthwee

How can I plot graphs in java? I mean to say is there any API I can use for plotting stuff like `y = 5x^2 + 3x - 3`: with the x and y axis ...and with units? ThanQ

Member Avatar for iamthwee
0
117
Member Avatar for arekondaramesh

hai i need to address these things theoritically.... MAIN TOPIC: Migration of Weblogic Server 6.X to 8.1 SUB POINTS: JDK 1.4.1 JRockit JVM J2EE specification EJB 2.0 specification EJB QL JSP specification Java Bean specification Security (JAAS, LDAP v2 security realm) Weblogic Specification WebLogic Server Installation for Multi-Zone Operation on …

Member Avatar for hooknc
0
284
Member Avatar for aarya

i am trying to learn java bean . i wanted to know how i have to compile and where. i m little bit confused.weather i need BDK?.PLEASE ANY BODY HELP ME

Member Avatar for techkar
0
129
Member Avatar for TAISM2000

I am looking for someone who can create me a Java Program for 3 Excercises and 2 mini-projects. The excercises will take almost 3 weeks to finish and the 2 mini-projects will take about a month. I will pay one time online checq, after i e.mail the content to you …

Member Avatar for bellars
0
159
Member Avatar for parandhaman

hi, i am parandhaman.gr from chennai,india. please suggest me a website that allows me to see the latest Enhancements in java developer kit.:p

Member Avatar for jwenting
0
54
Member Avatar for raam

hi, I have close the taskbar of linux wen i run my java program.I searched the net and some people said i should use jni .I do not know how to write a jni to close the taskbar of lnux.Is there any shell command that will close the task bar …

0
80
Member Avatar for sam1

hi, is it necessary to close a database connection after the job is done? if yes why? thank you

Member Avatar for sam1
0
255
Member Avatar for tekyiman

I've downloaded Java jdk 5.0 and jre 5.0. to my Windows XP. The downloads are NOT listed in the "All Programs"; they're in the "Add or Remove Programs" in the CONTROL PANEL. How do I make java appear along with my other programs in the "All Programs" list? And once …

Member Avatar for bbb777b7
0
62
Member Avatar for uth

I am trying to execute a batch file which in turn executes an exe and writes output to a file, through java. I do not know why but the output file is not always written. Sometimes the program terminates without writing the file and sometimes it does. Any suggestions? Is …

Member Avatar for uth
0
90
Member Avatar for an051682

Hi, I am an Engineering student. i need a java code that can convert Alphabets to numbers. i.e, a to 1,b to 2.................................z to 26 kindly Help

Member Avatar for server_crash
0
90
Member Avatar for Coach_Nate

Sorry, may seem like a dumb question, but I haven't seen anyone else ask it on here. I'm trying to create a stack of doubles, by casting them as I pop them out. The only trouble is that the compiler (eclipse) won't let me cast an object to a double. …

Member Avatar for server_crash
0
232
Member Avatar for Dark_Omen

Hello everyone, I am having trouble getting my Javadoc to work. It runs but it doesn't show anything in the HTML file that it creates. BTW I am using java 1.5.0_6 and I am using the latest version of Eclipse. I don't know why it didn't work, and I was …

Member Avatar for jwenting
0
183
Member Avatar for sam1

hi everyone, I was wondering, for the class diagrams do i have to create for each use case one class diagram or it doesnt depend on use case.... thank you

Member Avatar for sam1
0
177
Member Avatar for crws416

Hi all, I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have. [CODE] public void jButton6_actionPerformed(ActionEvent e) { String Filelocation = "c:\\temp\\hello.txt"; try{ InputStream is = new FileInputStream(Filelocation); //get the size of …

Member Avatar for crws416
0
119
Member Avatar for modernage

How do you reverse a linked list using recursion, and return it as a string? String backwards(IntNode head): Create and return a string containing the values in the input list, separated by commas, in reverse order. The last number should not be followed by a comma. Spacing within the string …

Member Avatar for modernage
0
451
Member Avatar for Emperor456

Hi Im creating a new online rpg game that is currently under construction. The game will be set up just like the well known runescape but set in the Ancient world! All the info you need to know is located here... [url]http://emperor462.proboards105.com/index.cgi[/url] But what i wanted to know is if …

Member Avatar for Emperor456
0
109
Member Avatar for sub-zero

Hi, I'm writing a program and it saying their are two missing return statements . can u help me to find the two missing return statements ? :-| [PHP] import java.util.*; import java.io.*; public class DayOfWeek { static Scanner s = new Scanner(System.in); static public class Day { private String …

Member Avatar for sub-zero
0
68
Member Avatar for LEGACYONE_2006

I have the following program working. It takes an array of numbers and returns the index value of each number. However, what I want it to do is to get an integer from input from a user and return the index value of just that integer. If the integer is …

Member Avatar for SeekAnswers
0
86

The End.