5,727 Posted Topics
Re: this has nothing to do with JSP, so why do you post it in a JSP forum? And we're not here to do your thinking for you. So tell us what you think and we may tell you whether you're right or what you are doing wrong. | |
Re: you might not be stupid, but your childish use of language makes you look incredibly stupid. Listen to advise, learn the language and libraries before trying something complex. You sound just like the many kids who never programmed in their lifes and run into game programming boards with their questions … | |
Re: no such thing exists. They're all integrated with IDEs, just like Visual Studio has one integrated for its languages. | |
Re: next time think about the topic BEFORE you submit your proposal. | |
Re: aaargh, I'm surrounded by alcoholics :) Let's let this thread fly off into the sunset. | |
Re: RTFM. The JDK documentation is quite extensive, and includes a good manual for the jar tool. But what the heck does this have to do with JSP? | |
Re: and that's after you stop trying to place business logic in JSPs. | |
Re: you should be able to do the entire project in a day or two if you type at a less than glacial pace. We're NOT going to help you cheat on an assignment you had 2 months for that you can do in 2 days (or any assignment for that … | |
Re: for what? For expecting us to help you cheat or for being stupid enough to make your attempts easy to detect? | |
Re: he's not even looked at Oracle's website for JDeveloper which contains literally dozens of tutorials... | |
Re: ur has nothing to do with it. Java didn't exist when people were living there. to make an executable jar, you need to provide the Main-Class attribute in the manifest file inside the jar. | |
Re: Not urgent. Come back in a few years and try again. Also gives you time to learn all about why you shouldn't SHOUT!!!!!. | |
Re: Learn to interpret compiler errors, if you don't you'll never succeed. And no, we're not going to guess what "error" you're getting. You tell us and we MAY tell you what it means. | |
Re: You don't need any JDBC connections in JSP. And you certainly don't want to keep a connection open past the lifetime of a single http request. | |
Re: just like that. Insert a link, and when you click it it's opened. There is no magic. | |
Re: no, they're not in "the spirit". They're in it for the money. The only "free food" they donate is bought from a portion of their corporate profits. They are in that of course no different from groups like the Red Cross, Greenpeace, Oxfam, and all the other Big Charity groups … | |
Re: you can however generate html from pl/sql and sql/forms. I've seen it run, but never used it. | |
Re: And do remember that there is a place for whitespace. int[]variable is NOT good, I think it won't even compile. | |
Re: why would you ever need to know the previous value emitted by a sequence? It's unlikely to remain the same for long enough to be of any use, especially in databases that see a lot of activity. But if you insist, you can find the answer on page 3-3 of … | |
Re: the input will always be a String, as all input from the screen is read as Strings. And as a single method call will reverse a String, this is really no problem at all :) | |
Re: [url]http://clusty.com/search?input-form=clusty-simple&v%3Asources=webplus&query=Java+%22Crystal+Reports%22[/url] "Top 177 results of at least 711,500 retrieved for the query " | |
Re: a brain to think up things, a notebook and pencil to write them down. The best ideas come in bed, in the car, in the train, while hiking the woods, in all the places you just don't have a computer ready. Besides, picking up pencil and notebook is a lot … | |
Re: Java will run anywhere you can install a JVM, and that includes Linux. | |
Re: Once you start down the slippery slope of banning things because they're "bad for morals" or "improper for people to see" there's no end to what someone will end up banning. Maybe we should ban the Bible? After all, Muslims and atheists are pretty riled up about it... Or ban … | |
Re: low population density led to no pressure for large fixed settlements, which usually are focal points for the development of science and technology. easy availability of food and other resources meant no pressure to develop such technology to help with things like farming and mining. long distances meant no large … | |
Re: First and foremost, don't tell them that you're "very good" unless you have the means to prove it. Those pictures looks nice indeed, but they may be totally useless for use in a game. Looks aren't everything after all, the number of polygons is vital as performance depends on keeping … | |
Re: By reading the content of the folder yourself using the methods available on the File class, and putting the data you get that way into some container which you can put in that frame. | |
Re: not urgent. And no, we are not your homework service. | |
Re: anyway, thou complain too loudly that thou are not creating anything illegal ;) | |
| |
Re: make sure what you want first. Your topic and actual question don't match. The one requires you to create a two Calendars, change one, and return its value, the other to just take one field from the Calendar and compare that to the same field from another Calendar. | |
Re: yes, but not by just making everything one massive huge class. Create a proper design, use composition, defer functionality to contained class instances, etc. etc. | |
Re: if you have a smartphone for which you can get a version of Skype, you should be able to make a videocall to a computer running Skype. | |
Re: Nope. You're not going to get anything but a massive spanking for writing such rubbish! How often do we have to repeat that one should NEVER use Java code in JSP? And NEVER means NEVER, and that goes for you too, not just for others. | |
Re: I get more wrong because I assume the people making up the ROEs are wusses who'd rather have their own people get killed than offend some foreigner... | |
Re: don't see an array either (which apparently is a requirement)... | |
Re: Weird hospitals you have over there... Most here are running fully integrated patient management systems and central planning software. | |
Re: that's not a "debugging problem", it's a "failure to learn the language syntax problem". You don't use access modifiers inside methods. | |
Re: Oracle 10 has a web based administration tool. And there's sqlplus as well. Or indeed get an external tool. PL/SQL Developer is very good and reasonably priced. Oracle has its own tool that's free of charge as well, available from OTN. TOAD is overpriced IMO. | |
Re: Of course it increases your sequence twice. After all, you call it twice... | |
Re: Not urgent. Ask again nicely in a few years and we may have time to help you. | |
Re: the only thing I'm horrified about is the extremely poor quality advertising that money bought. Makes you wonder what's going on in the advertising industry that they're producing such extremely annoying and ineffective commercials even given such massive budgets. | |
Re: Java's got only one pointer you need to worry about, and that's the null pointer :) Don't get trapped in learning a tool instead of learning the language (so don't start with heavyweight IDEs and stuff). Don't get trapped into learning some external libraries before you know the language (we … | |
Re: All that stuff didn't even exist when I was graduating :) We had to make do with nuclear reactors and particle accellerators ;) | |
Re: not urgent. And not our job anyway. |
The End.