473,545 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Forum

Java programming language (Sun Microsystems) - Ask questions about java programming, OOP, JRE, SDK, Swing, Plugins, Java Virtual Machine(JVM), Java Libraries: Collection, XML Processing, Security, JDBC, JNDI, RMI, CORBA, AWT (GUI) and more.
1
980
thread by: larkoreagle | last post Feb 28 '08 by: BigDaddyLH
have to make a "command prompt" data> which will accept various functions which I will need to define. details here: page 1: http://img208.imageshack.us/my.php?image=page1rx5.jpg page 2: http://img299.imageshack.us/my.php?image=page2id9.jpg page 3: http://img252.imageshack.us/my.php?image=page3gk2.jpg ***help greatly appreciated***
0
980
dmjpro
thread by: dmjpro | last post May 17 '10 by: dmjpro
Tomcat has got several applications and several application use shared library, so same library carried across each application. Where should I place the shared library? $CATALINA_HOME/lib ?
0
980
thread by: aman sachdeva | last post Nov 18 '10 by: aman sachdeva
Hi, i am working on JSP and FLEX, i want to pass the value from JSP to FLEX, For Ex- a TextBox value to flex on click of button. Can any one help me with same, a good Example will be appreciated. thanks in advance
2
981
omerbutt
thread by: omerbutt | last post Nov 19 '06 by: jhhbr549
i am new to javascipt and i want to print a selected area of the asp page to print through javascript ...is there any solution plz guide
1
981
thread by: SolBet | last post Apr 2 '07 by: JosAH
Hellow there ! I was working on java programming well but today morning, it compiles successfully. However when I try to execute, it throws an exceptions of NoClassDefFoundError: I can not fix it ? Help please?
2
981
JavaStudent07
thread by: JavaStudent07 | last post Apr 17 '07 by: r035198x
I know how to change a string to an integer, but is there in fact a reverse to this process? (turning an integer into a string that is) If you know or have a solution I would be very grateful. Thank you, Steve
0
981
thread by: knickknack220 | last post May 13 '07 by: knickknack220
hi iam a java noob and iam trying to implement a method called "loadVehicleDetails" which reads from a text file using the BufferedReader command and creates a new Vehicle object from it and stores each of the new vehicles into an array. This is what i have so far for the method public void loadVehicleDetails() throws IOException { ...
0
981
thread by: phpuser123 | last post Feb 26 '11 by: phpuser123
The codes below send a request to server and the server sends a response back. Then, the client formats the request and makes it a url that it loads on imageitem. This works fine using the emulator but as I deploy it on my mob, It is able to retrieve the string from my server but as it tries to load the image, it says NegativeArrayException. ...
0
981
thread by: hasnainahmad | last post Oct 22 '15 by: hasnainahmad
I have JSONArray that have 57 JSONObjects, each object has 8 key/value pair properties. In which there is a “publishdate” property. I want to fetch each objects that has “publishdate” within a month. Here is my code. String startDateStr = "2015-10-01 00:00:00"; String endDateStr = "2015-12-25 00:00:00"; DateTimeFormatter...
0
982
thread by: mattynott | last post Apr 13 '07 by: mattynott
Hi I'm creating a site that uses JSP. I'm going to use a third party text messging site such as bulksms. I need to send out multiple messages at a time. Does anyone know how/or if its possible to pass a url through jsp without actually navigating to that page if that makes sense? Thanks Matt
4
982
Awt
thread by: sriramshree | last post Aug 14 '07 by: JosAH
In java2 awt, if i create a button in appletviewer it is always on top default. How to customize the button position.
0
982
thread by: flavourofbru | last post Sep 23 '07 by: flavourofbru
Hi, I am presently working on Java, where I am using Google Web Services to perform a search and get the relevant results, then I am also getting the source code of that particular link or page. Now, I need an html parser in order to parse that web page and get few things from that page such as href links(I mean the information in the anchor...
0
983
thread by: sonoo | last post Sep 15 '06 by: sonoo
i hav one jsp now i want to check that the button on jsp is clicked r not then if it is clicked then how can i stop refreshing
0
983
thread by: tareq | last post Feb 5 '07 by: tareq
i want to access the regestry from java
1
983
rsrinivasan
thread by: rsrinivasan | last post May 16 '07 by: JosAH
Hi, I have one assignment to write Sudoku problem in java. I have no idea how to implement this. If you have any algorithm for it, plz send me. Thanks, Srinivasan r.
2
983
dmjpro
thread by: dmjpro | last post Jun 28 '07 by: dmjpro
Why these two technologies in JAVA for XML processing? When to use these two technologies? I read that DOM gives strain while XML processing. But when to use SAX and when to DOM? Please suggest. Kind regards, Dmjpro.
1
983
mia023
thread by: mia023 | last post Dec 31 '07 by: BigDaddyLH
If I want to keep on asking the user to search last name or ID or to Quit how can I do that?
5
983
thread by: abuyetemam | last post Mar 28 '08 by: radhikams
public class test{ public static void main() { a1(new int{1, 2, 3, 4}); } static int a1(int a) { int max1 = -1; int max2 = -1;
1
983
thread by: rlm51 | last post May 3 '08 by: sukatoa
Hi everyone ... happy spring I am a total novice at Java Script ... so forgive me I have a button on my page ... when I press on that button I wish for a picture to appear, perhaps with effects, could someone please point me at a tutorial or something like that where I can start at the beginning. I have been searching, but I don't even know...
0
984
thread by: charbak | last post Aug 31 '06 by: charbak
Hi, We have a problem in our application.Problem is like this.. Statement dynamicstmt = null; dynamicstmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); dynamicstmt.setFetchSize(rowsPerPage); ...
0
984
thread by: mc8470 | last post Nov 15 '06 by: mc8470
Is it possible for jsp to retrieve cookies created by coldfusion? What are the steps to do this?
0
984
thread by: ryan186 | last post Mar 3 '07 by: ryan186
I need to write in java to get a wave file from the internet chunk by chunk, given the IP address, but i have no idea how to write, can some body give me a hand? Thank you
0
984
thread by: jank | last post Aug 17 '07 by: jank
Hi, I want to add one menu item into the existing website. I added java, jsp ,xml & struts-config.xml files. still i am getting this error. Is there anything missing?? HTTP Status 500 - No action instance for path /SendMail could be created -------------------------------------------------------------------------------- type Status...
0
984
thread by: gsuns82 | last post Sep 20 '07 by: gsuns82
Hi all, I am using Pattern.compile("<option(*)") in order fetch the following value <option value="new-new">Neuf</option>. Can any one suggest me a regex which will fetch the "<option value="new-new">Neuf</option>" value from the response form.??? Note:I got "value=" as a result for the regex ...
3
984
thread by: bsonline | last post Dec 6 '07 by: r035198x
I have an jsp page with some field. I am trying to retrive those field value using getField() of com.orange.fupload.MultiPartRequest from another java page. But getField() cant not retrive those values... Before I use this method & then it works fine. What's the reason behind it? Can anyone help me to fix this problem?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.