5,727 Posted Topics

Member Avatar for rapperhuj
Member Avatar for josh2

[QUOTE=Serunson;359393]sad to see u banned daniweb obv has some political correctness......[/QUOTE] quite the contrary, PC'ness wants to quench civilised discourse behind a facade of banned words, we just ask you to be friendly. He was banned for excellent reasons. Frequent violations of the rules, culminating in insults and death threats …

Member Avatar for jwenting
1
164
Member Avatar for vinod_javas
Member Avatar for jwenting
0
84
Member Avatar for new_2_java

why use a RandomAccessFile for it anyway, and not an established logging package? There's a logging API built into the language by now, and several alternatives like Log4J as well that do an excellent job.

Member Avatar for ~s.o.s~
0
110
Member Avatar for dualcore93

maybe you don't know it, but you can quite simply contact someone using your cellphone by typing in their phonenumber and calling them... I know it sounds unbelievable, but that's why the things are called PHONES!

Member Avatar for jwenting
0
122
Member Avatar for akhilesh.nitt
Member Avatar for jwenting
0
65
Member Avatar for JavaNewbie07
Member Avatar for jwenting
0
101
Member Avatar for Duki

[QUOTE=joshSCH;342531]Isn't that right? It better be.. I'm taking the Physics 2 "Mechanics w/ Calculus" AP test next month..[/QUOTE] It's wrong actually. The correct answer is that you can't tell based on the data. It doesn't state where the combined masses come to a halt for example, nor the ground friction …

Member Avatar for Mushy-pea
2
1K
Member Avatar for jake_ryan

<html:image> can in fact be correct, depending on the tag libraries in use. It will likely generate an <img> tag based on its parameters. But yes, the nesting of tags CAN be problematical. Especially when you're nesting custom tags with JSP taglets and scriptlets you're asking for trouble (nesting tags …

Member Avatar for jwenting
0
81
Member Avatar for suigion

Learn the difference between serverside and clientside processing. The button is clicked in the client, the JSP runs on the server. You can NOT run a JSP on the client, and you should NEVER put a method in a JSP. Have the submit of the page call a servlet, which …

Member Avatar for jwenting
0
109
Member Avatar for piotrus
Member Avatar for aruna_k_2006
Member Avatar for 'Stein

yup, there's nothing in physics that prohibits superluminal velocities. Only the speed of light itself is prohibited for anything with mass, so if you found a way to get from subluminal speed to superluminal speed (and preferably back again) without passing through the speed of light itself you could (and …

Member Avatar for Infarction
0
120
Member Avatar for Casperjames
Member Avatar for Casperjames
0
240
Member Avatar for sonicvalley

Looks like a corrupt installer. Clear your browsercache and try downloading it again.

Member Avatar for sonicvalley
0
72
Member Avatar for n3zor

that's not a program, that's the assignment for your homework. First you have to write a program before you can compile it.

Member Avatar for jwenting
0
96
Member Avatar for varunrathi

[url]http://www.amazon.com[/url] [url]http://java.sun.com[/url] [url]http://www.altavista.com[/url]

Member Avatar for jwenting
0
80
Member Avatar for AlPhA
Re: asl

We're far far away from all those 1337 hax0rz, gives a sense of security ;) too old/accused of being related to Marvin/far outer eastern rim of the galaxy

Member Avatar for christina>you
0
445
Member Avatar for mattyd

he's related to crows and magpies, attracted to shiny stuff :) Give me Barsoom.

Member Avatar for lol_hacker101
0
488
Member Avatar for dcc

[QUOTE=jbennet;347012]well if there was no guns then there wouldnt be any shooting would there?[/QUOTE] Wrong. The weapons used were illegally acquired. Same for the weapons used in pretty much all school shootings... Counter to your argument: if other students and staff had had guns the shooter would have been dead …

Member Avatar for Dani
0
2K
Member Avatar for Gaara
Member Avatar for squinx22

you can't. Only version control system that can store C++ files is Visual SourceSafe. <irony mode off> read the documentation, get the Good Book, and away you go.

Member Avatar for jwenting
0
118
Member Avatar for varunb4u_05

you don't "get" anything from a "database" using a JTable. The JTable just provides you a view on data you retrieved elsewhere and stored in its datamodel.

Member Avatar for varunb4u_05
0
72
Member Avatar for push

what do you want to do? Use properly formated English for your questions, as it is written it makes no sense at all.

Member Avatar for masijade
0
79
Member Avatar for Joncamp

there's this thing called "documentation" that would help. Install, set up JAVA_HOME and PATH correctly, and maybe point FF to the new JVM (if it doesn't pick it up by itself).

Member Avatar for jwenting
0
56
Member Avatar for amaravanich

hardly urgent. Even if it were you'd get that information readily using a search engine.

Member Avatar for jwenting
0
63
Member Avatar for Tauren

and don't expect you will learn sufficient C++ to become a proficient game programmer form "Thinking in C++". You'll need a lot more than that. Add "C++ for Game Programmers" to the list (ISBN 1584502274), and "The C++ Programming Language (3rd Edition)" (ISBN 0201889544) at the very least. Another book …

Member Avatar for arthipesa
0
193
Member Avatar for shadab

you're supposed to have learned to think for yourself by now, and that includes coming up with your own ideas. And even if you're incapable of that, you should have learned to do your own research which would inevitably show you the thousands if not millions of times this exact …

Member Avatar for jwenting
0
80
Member Avatar for RAWR-itsanONION

except of course an array would be useless since you wouldn't know the size of the array behorehand. You'll have to use some ordered Collection to store your results.

Member Avatar for deng_cen
0
115
Member Avatar for tmv105

Something like this would be an appropriate way to output the data from that Collection. [code] <c:forEach items="${dataCollection}" var="record"> <tr> <td><c:out value="${record.val}"/></td> </tr> </c:forEach> [/code] And indeed use an ArrayList instead of a Vector (or a HashSet if ordering isn't important, it's even faster). ArrayList (I have personally tested this) …

Member Avatar for jwenting
0
137
Member Avatar for tmv105
Member Avatar for tleisher

well, compared to what people make in Europe it's way too high. And we make a lot more than people in say Kazakhstan.

Member Avatar for jamello
0
466
Member Avatar for benyam_dessu

no, he has a solution in mind (or at least has made up his mind about his problem domain) and gets upset when someone posts anything that doesn't fully agree with that solution or problem domain... It's common among some people.

Member Avatar for jamello
0
98
Member Avatar for nizam147

most JDBC drivers, ORM frameworks, and application servers implement their own connection pooling. Why reinvent the wheel? Especially as it's far from a trivial endeavour. You're unlikely to find a pdf on some website telling you all you need to know. Think first of buying a good number of quality …

Member Avatar for antaryami
0
99
Member Avatar for dcc

I like Kaspersky. Excellent security, easy to use, and good performance. Not the cheapest but certainly one of the best. I had Panda before and was happy with it but had trouble getting my account extended and customer (and even sales) support was completely unresponsive.

Member Avatar for digitalocksmith
0
144
Member Avatar for peter_budo

in general: Do NOT use that. There's almost never a need to use Runtime.exec or any of the other methods from the Runtime class unless maybe you're writing a compiler or classloader. Using File works fine, IF you have rights to delete the files. If you don't, running a del …

Member Avatar for uh63
0
2K
Member Avatar for dcc

just another 419 scam. Get dozens of those a day, scattered in with the hundreds of attempts to sell me viagra and other medication (probably fakes) and email virusses. And they all go the same way, straight into /dev/null Today's tally: 1000 spam, 2 posts to a mailing list I …

Member Avatar for happygeek
0
133
Member Avatar for nschessnerd
Member Avatar for amtallah

JSTL contains formating tags. If that's not enough for what you want you shouldn't use JSP for it.

Member Avatar for rgtaylor
0
122
Member Avatar for sanju21

nothing to do with JSP, so you're not going to get an answer here. and don't think you can boss people around, demanding answers in that tone. What happened to asking nicely?

Member Avatar for rgtaylor
0
115
Member Avatar for ajay_tabbu

I doubt anyone here considers himself your friend, let alone your "dire friend"...

Member Avatar for ajay_tabbu
0
131
Member Avatar for standsinshadows

and it's what I'd likely do if I were selling software online... Not just ban sales to countries which don't protect my rights but find ways to prevent my product from being used in those countries (IP checks to block out any IP number registered there, check on OS language …

Member Avatar for joshSCH
0
446
Member Avatar for carolraydon
Member Avatar for ajay_tabbu

don't use that book. It's riddled with errors. There is some valuable information in it, but unless you know Java very well you'll never find it. I seriously doubt though he'd tell you to do what you're trying. Placing anything in the JVM installation is BAD, so is naming packages …

Member Avatar for ajay_tabbu
-1
154
Member Avatar for akhilesh.nitt

A JSP just formats your output into (usually) html, so learn about html tables... Your servlets that process the data would get a LOT of fields back though, if you represented every cell as a form field (which you'd have to do).

Member Avatar for rgtaylor
0
154
Member Avatar for rinoa04

I think you need a better undestanding first of the JSP programming model. What exactly do you think will happen when you include a useBean tag for example? Normally you'd put your business logic in a set of servlets and the display logic in JSPs. The JSPs produce html which …

Member Avatar for rgtaylor
0
96
Member Avatar for vivek.a.84

in other words you want to create something to spy on others. Why should we help you do something that's at the very least immoral and depending on how you use it likely illegal? Doing it in Java would be stupid anyway, there are far better languages to write trojans …

Member Avatar for jwenting
0
102
Member Avatar for the-new-guy-
Member Avatar for MenloDeveloper

You'd have to have some JNI hook into the Windows subsystem that governs these operations. Hardly a trivial task.

Member Avatar for jwenting
0
62
Member Avatar for MenloDeveloper

The system classloader hides all that from you. There is no way to find out the filesystem location of a classfile, only the classloader that loaded it. And you wouldn't need to anyway. Create your installer in such a way that it writes a configuration file containing the desired location …

Member Avatar for jwenting
0
114

The End.