32,199 Topics
| |
I have 3 things left I want to do to this app, I saved the hardest for last ... now I am wondering why. First is a search button. I want to be able to Search on my cd name field. I have been reading and playing with this since … | |
Hey, Can someone please assist me with these tasks? 1. Generate Unicode file from the CSV file (attached) 2. Parse a Unicode file and convert to ASCII 3. Compare two unicode files and generate a line by line comparison report Thanks. | |
Hi.. I am developing an internal messenger where i need to prepare documentation .so can anyone help me ASAP......... Thanks n Regards | |
I will simply provide my .bat file in hopes that someone can guide me in the right direction. I have been given several tips and hints, but no one has been able to walk me through this and considering I have never even touched Java before I have no idea … | |
Hello :) So I'm doing a project based on semantic analysis of Java code whereby my program (hopefully a plug-in) will prompt the user with solutions to his/her compiler errors with the option to auto-fix. What sets my project apart from a program like Eclipse is that it's targeted for … | |
I need to read numbers from a text file and then store them in variables to use as input for the Java code I am writing. The text file will be in this format: -------------------------------------------------------- 5------------- this is the number of nodes 0------------- starting node 0,2,1---------node a,node b, distance from … | |
I do not even know if I can do this, so this may be quick and painless. I have my existing code, all the fields, buttons, scroll panel and everything else where I need them. Simple FlowLayout is fine for what I am doing. Yesterday I created this goofy little … | |
Does the binary of JVM (e.g. java.exe) provide an option to work in a backward compatible mode? My problem is I have JRE 1.6.0_01 installed on my machine and I have an application that requires JRE 1.4.2_XX. I don't want to install JRE 1.4.2 only for this one application. PS: … | |
Hi friends I m new to this site. I have got a problem. I cant run Java program on my PC. If anyone can help plz reply. | |
Hi, I am running an utility from java. The utility is a '.cmd' file. I have used the code below to run the utility. [code] Runtime runTime = Runtime.getRuntime(); try{ runTime.exec("cmd /c start D:/Test/run.cmd"); } catch(Exception e){ [/code] And it runs the utility successfully, the utility should be run 5 … | |
Greetings, Just a really quick and somewhat simple question with a (hopefully...) simple answer: [B]Is J#.NET the same thing as Java?[/B] If not, what are the differences between J# and Java. Thanks in advance, DeFrog777 | |
Hello I am trying to learn java on my own. I have downloaded the Java 2 platform standard edition (J2SE), but it does not have javac.exe so that I can compile a program! Would somebody please help me! Thanks natasha | |
how to pass the commandline arguments in eclipse 3.1? if any body knows plz tell me... | |
how to know the version details in java by commandprompt? if any body know the command plz give a reply to me | |
Looks like I only made it a day and a half without a new question. I am not sure if that is good or bad. I have everything just about the way I want it. I am now putting new buttons in to my GUI to manipulate everything put in … | |
hi, we are group of students in faculty of computer and Information sciences, we were searching for an idea for our graduation project, we read this idea "compiler from microjava to java", ,we can't understand actually what it should do exactlyIf anyone have experience or researches in this career, or … | |
wnt to build soduku,searchig for appropriate source code for guidence | |
hi i'm a newbie , i wish someone can help me with my problem i have error 1722 coming up so that i can't download my java can anyone HELP PLEASE!!!!!!!!! | |
:' ( Pleas help me...... I'm new in java programming. I want to save All exceptions into a common file...... please send me the code for it!!! is there anyone to help me????? U can also mail me at <email snipped> | |
I am sure anyone here for more than an hour is familiar with the project I have been working on. I am currently researching listeners to try and get my fields to execute the proper calculations when moving from one to the next. Right now, even though I have those … | |
Can anyone tell how to search for a keyword in any web page in java...Suppose if am giving query in a google page, The results will be displaying in many pages. In the 1st page i want to search for a keyword www. ... | |
Hi I am using jboss 4.0.4 server. while i start my server i got org.jboss.deployment.DeploymentException .and one warning failed to start connectors. how can i solve that Exception. Thanks | |
Hedging my bets, I have coded a simpler version of the program Ezzaral is helping me with. I fear I am in over my head over there and may just begin to annoy him with silly questions. Most of what he and I are working on is beyond the scope … | |
Hey Guys, I need some career advice. I graduated in mid 2005 with a degree in computer science, information systems and accounting. I then took a break for about a year and did a couple of months helpdesk work and some landscaping (just to be different :). I want to … | |
Hello everyone, I am using JDK 1.4 and there is a compiling a 3rd party program error because of un-recognized word @override. Could anyone let me know what is the function of @override and in order to use it, which version of JDK is required? thanks in advance, George | |
can you make a java gui program like a cash register were orders are put in and reciepts are outputs for example (STAR BUCKS COFFEE) | |
where i get jasperreport and ireport for linux, and what files i must be download. thanks | |
I'm wondering what thoughts people have on the best way to implement a 3 tier application. I'm playing with the idea of multiple clients <---> server <----> database server <----> mysql database. I'm not sure if the database server is a necessary step though. My previous foray into java network … | |
hi this is manjunath new to cgi, i have some cgi code, now i want to implement the same in javascript or jsp, please help me to do this. or please explain me what this code is doing. here is the code: $c = 1; while(Allbase::FetchRow(\@d)) { $d[2] = substr($d[2],0,10); … | |
hi, all how to using swing component jtree with jcheckbox in netbeans 5.5 i have got code from this link [url]http://www.jroller.com/santhosh/date/20050610[/url], but i can't combine with my project i hope somebody give me solution for my problem. thanks. |
The End.