32,204 Topics

Member Avatar for
Member Avatar for Sudhakar_1

<head> <!-- //In header section of the page add below url code: --> <!-- Sesion time out and session expiry url starts here --> <s:url id="sessionExpirePopUp" action="sessionOutCiscoGSS" namespace=""> </s:url> <s:set name='sessionExpirePopUpNew' value='#sessionExpirePopUp.replace("&amp;","&")' /> <!-- Sesion time out and session expiry url starts here --> <script type="text/javascript" language="javascript" src="<%=request.getContextPath() %>/jsp/js/jquery.js"></script> <script …

Member Avatar for stultuske
0
203
Member Avatar for Sudhakar_1

Hi. The Timer displayed is 1 hr (HH:MM:SS) in decrement order. I have to display a pop out when 50 mints complete after that remaining 10 mints one pop up should display saying 10 mints with 0 sec. After that for every 2 mintues the pop up appear showing 2minutes …

Member Avatar for stultuske
0
102
Member Avatar for jjones0150

I'm having trouble working these last few kinks out my progarm. It would be greatly appreciated if you can help me out from here. import java.util.Date; import java.util.Scanner; import java.io.FileReader; import java.io.FileNotFoundException; import java.io.PrintWriter; import javax.swing.JOptionPane; import javax.swing.text.BadLocationException; public class aCircle { public double circumference(double cRadius) { return cRadius; } …

Member Avatar for stultuske
0
227
Member Avatar for Newbiejavagirl

I am a newcomer to java and jdbc. I am currently trying to develop a web application in which the user can upload a spreadsheet to the form. Is there any way in which contents of the uploaded spreadsheet can be saved to the database? I am working in eclipse …

Member Avatar for JamesCherrill
0
96
Member Avatar for Zubenna

Please I need a java expert to help me with the code and algorithm that deletes duplicate element from an array. I have written a programm to do this as shown below using my own algpritm. Though it is working but I think my code is too long for this …

Member Avatar for JamesCherrill
0
321
Member Avatar for SkateX

Greetings, I'm working on a class project for fractions and I'm stuck and cannot figure out where to go from here. We have a mandatory driver file we aren't supposed to change. See below for example output and the output I am actually getting. **Sample Output** Enter numerator; then denominator. …

Member Avatar for Nutster
0
538
Member Avatar for durrat

I am using Eclipse helios and Android 4.1.2 i have followed the following documentation https://docs.google.com/document/pub?id=19nQzvKP-CVLd7_VrpwnHfl-AE9fjbJySowONZZtNHzw and done the coding exactly as described in tutorial.when i run my app on emulator it shows "This app wont run unless you update google play services" but on real device which is sony xperia …

Member Avatar for Dhiru_1
0
2K
Member Avatar for happygeek

Addressing last weeks Securi-Tay conference hosted by the Abertay Ethical Hacking Society in Scotland, Stephen Tomkinson from the NCC Group detailed how Blu-ray players can do more than play videos; they can open up a new attack surface for the hacker. Tomkinson demonstrated a new tool that had been released …

2
405
Member Avatar for TekknoDraykko

Greetings! I'm reviewing Java, in an effort to enhance my programming skills. I'm utilizing the book "*Teach Yourself Java in 21 Days*" and I'm currently learning about Java Web Start. I'm not sure I full understand how I'm supposed to use Web Start (based on the samples in the book) …

Member Avatar for stultuske
0
282
Member Avatar for GingerDontCare

Hello everyone, I am a little stuck an this simple task. I have created an html with a form that has 2 user input boxes and 4 button +,-,*,/,. Basically a simple calculator. And I have a jsp to process the form. I am trying to now create a java …

Member Avatar for stultuske
0
540
Member Avatar for adnan_6

please check the following error while running the BluetoothLEExplorer.Droid project from http://developer.xamarin.com/content/BluetoothLEExplorer/. D:\robotics programming\ys u\BluetoothLEExplorer_2\BluetoothLEExplorer.Droid\obj\Debug\android\src\bluetoothleexplorer\droid\ui\controls\ScanButton.java(3,3): Error: error: no suitable constructor found for Button(Context,AttributeSet,int,int) super (p0, p1, p2, p3); constructor Button.Button(Context) is not applicable (actual and formal argument lists differ in length) constructor Button.Button(Context,AttributeSet) is not applicable (actual and formal argument …

Member Avatar for stultuske
0
273
Member Avatar for mubashar_1
Member Avatar for happygeek
-1
277
Member Avatar for hakeemtunde

I have being trying to implement GA in java. please ccan anyone guid me on how to go about implementing it for a school that offer 13 subjects with 8 periods per day for 5days. They have 7 staffs of which some of them teach morethan one (1) subjects and …

Member Avatar for hakeemtunde
0
173
Member Avatar for ali11

File f=new File("c:/'.'"); // I know about file class just didn't understand what kind of file "c:/'.'" is. File strRoot[]=f.listRoots();

Member Avatar for JamesCherrill
0
108
Member Avatar for garkle

I'm in an introductory programming class, and one of our assignments is to complete a Rock Paper Scissors program using nested switch statements First of all, this method might be completely wrong in the first place, but currently every time I compile it it says I'm missing a return statement …

Member Avatar for JamesCherrill
0
396
Member Avatar for Huseyin_1

I am new to java client and server and I have been given a task to complete which does the following below: Client: c1. Connect to server via a connection-oriented socket. c2. Read (from socket) and display the prompt message sent (see step s2 in server) by the server. c3. …

Member Avatar for David_50
0
346
Member Avatar for vijay90kk

scan through this API there should be a option for scan with OCR, means all content will save in database as a txt‏ Once scanning done that become a image‏

Member Avatar for peter_budo
0
114
Member Avatar for jim45682

Modify the Week Two Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements: The company has recently changed its total annual compensation policy to improve sales. A salesperson will continue to earn a fixed salary of $75,000. The current sales target for every salesperson is …

Member Avatar for jim45682
0
2K
Member Avatar for chivini
Member Avatar for anandhachandru
0
95
Member Avatar for Palanisamy_1

Hi, I am getting below error when I run the Junit test causes throught build though i have set classpath of all http jars in build xml file org/apache/http/conn/ssl/TrustStrategy java.lang.NoClassDefFoundError: org/apache/http/conn/ssl/TrustStrategy at com.gehcit.eicu.util.HttpUtil.constructHttpUtilityConnection(Unknown Source) at com.gehcit.eicu.domain.Notifications.readRemoteNotifications(Unknown Source) at com.gehcit.eicu.workflow.NotificationProcess.execute(Unknown Source) at org.activiti.engine.impl.delegate.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:34) at org.activiti.engine.impl.delegate.DelegateInvocation.proceed(DelegateInvocation.java:37) at org.activiti.engine.impl.delegate.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:25) at org.activiti.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior.execute(ServiceTaskJavaDelegateActivityBehavior.java:49) at org.activiti.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior.execute(ServiceTaskJavaDelegateActivityBehavior.java:40) …

Member Avatar for Michael_32
0
410
Member Avatar for Sudhakar_1

how to create a timer in jsp "Time out in (HH:MM:SS) : " in front of that time. Example: before time HH:MM:SS AND time display pls help as soon as possible in this task

Member Avatar for anandhachandru
-1
100
Member Avatar for Fuseteam

hello, i would like to ask if it is possible to write a browser that it capable of develering a full but smooth javascript experience on a phone with for example a single core processor, 200mb ram and 30mb of free internal memory on sites such as tv.jw.org or touchdevelop.com …

Member Avatar for Fuseteam
0
113
Member Avatar for Satyajit Rath

get data from client in server socket java I am creating a server app which does the following task Accept connection from client Process each client connection to separate thread Receive data from client send data to client I am able to connect client but not able to receive data …

Member Avatar for JamesCherrill
0
145
Member Avatar for JohCarlo

hi programmers i have a seriuos problem when i run and clean my codes there was a error. and the problem is maven Dependencies which is ojdbc14.10.2.0.4.0.jar was not in the resperatory how to fix this? TIA

Member Avatar for peter_budo
0
3K
Member Avatar for QuizzNaYeeziey

Create a class named Painting that cntains fields for a painter's title,artist,medium (such as colour),price,and gallery commissoin. Create a constructor that initializes each value and create instance method that get and set field to an appropriate default value,and create instance method that get and set the fields for title,medium,and price. …

Member Avatar for JamesCherrill
-2
264
Member Avatar for JohCarlo

i don't know if im in worng language or not but im using Eclipse for my program and then once i build my program using maven build. but i got a error No plugin found for prefix 'C' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available …

Member Avatar for JohCarlo
0
159
Member Avatar for anandhachandru
Member Avatar for Pobunjenik

I've managed to construct a working code for John Conway's Game of Life. Now I wish to GUI-ize it. My only problem is printing a matrix. I want a huge text field to print "_" for no life and "X" for life in each cell (much like I did in …

Member Avatar for sishenyelang
0
1K
Member Avatar for michael.james.90475

public void rotate(double theta) { // this is the matrix to multiply by.. //x*cos(theta) , y* sin(theta) // x* -sin(theta) //y * cos(theta) vertices[0][0]= vertices[0][0]* Math.cos(theta)+ Math.sin(theta)*vertices[0][1]; vertices[0][1]= vertices[0][0] * (-Math.sin(theta)) + Math.cos(theta)*vertices[0][1]; vertices[1][0]= vertices[1][0]* Math.cos(theta)+ Math.sin(theta)*vertices[1][1]; vertices[1][1]= vertices[1][0] * (-Math.sin(theta)) + Math.cos(theta)*vertices[1][1]; vertices[2][0]= vertices[2][0]* Math.cos(theta)+ Math.sin(theta)*vertices[2][1]; vertices[2][1]= vertices[2][0] * …

Member Avatar for michael.james.90475
0
253
Member Avatar for Gl753

I'm working on a programme that's supposed to accept input of doubles from an array however it's not quite working out for me. It takes in Integers alright but not the double values. Could someone point me in the right direction Any help is much appreciated double array[] = new …

Member Avatar for samson.dadson.3_1
0
228

The End.