5,727 Posted Topics

Member Avatar for WaltP

Watcom is back? Thought that compiler was declared end of life a decade ago.

Member Avatar for jbennet
0
140
Member Avatar for YoTaMiX

Noone's going to browse through your stuff and fix it all for you. Copy relevant parts in code tags and show where you have problems, and people will most likely try to help.

Member Avatar for YoTaMiX
0
137
Member Avatar for RobertMac

Wrong. I've done tests where I created a new email address on my own server and domain. Before I ever used it anywhere (it was only intended for this test) I was getting spam, sometimes within 5 minutes of the address being created. My bouncelogs also show a lot of …

Member Avatar for jbennet
0
137
Member Avatar for peter_budo

You create a JTextArea but you don't add it to anything. As a result it's never displayed. Setting visible to true isn't going to do it, you need to add the actual JTextArea component to a container (like a JPanel).

Member Avatar for peter_budo
0
205
Member Avatar for ray_broome

An ArrayList isn't an array. It (nor Vector which you shouldn't use, it's there for legacy use only) has different mechanisms. To retrieve an item from your List use the get(index) method. Under Java 1.5 (5.0, Tiger) you should thus do the following: [code] ArrayList<Item> itemsList = new ArrayList<Item>(); ... …

Member Avatar for jwenting
0
2K
Member Avatar for d1e9v85

please don't post your questions in threads created by others, create a thread of your own.

Member Avatar for WaltP
0
199
Member Avatar for Teachingmyself

For game DESIGN you don't need any programming. A DESIGNER writes storylines, makes decisions about how things will look, signs off on graphics and sounds, things like that. His main technical skills are with word processors and graphics packages (most likely MS Word and PhotoShop) and at scheduling meetings. A …

Member Avatar for jwenting
0
112
Member Avatar for edek

not just that, but you DO get an object instance when you do "A a;". It's just created in a different memory space as compared to "A a = new A();".

Member Avatar for edek
0
140
Member Avatar for com spec
Member Avatar for NuGG

Do be advised that on the fly XSLT transformation can be very slow, unless you take care to cache the precompiled XSLT files between invocations. I've done testing for that in the past. I've actually written a system doing as Matt suggests in Java, using XSLT on a fairly large …

Member Avatar for jwenting
0
137
Member Avatar for Kiran1
Re: Soap

sounds like a homework question, in which case it's safe to answer a month or so later ;) Which message do you mean? The request message or the response message? a) is just a special case of b) d) is another way of describing c) b) could be true for …

Member Avatar for jwenting
0
49
Member Avatar for Efoa

there are no specific books about that extremely narrow topic (nor will you if you do it properly write the thing using JSPs only). Look for books about security, user interface design, software design in general, JEE application architecture (and the underlying technologies), maybe a JSP tutorial and reference could …

Member Avatar for jwenting
0
59
Member Avatar for gabrielj

I've been there, but that's over 25 years ago. Things have probably changed a bit by now :)

Member Avatar for jbennet
0
63
Member Avatar for mscerri
Member Avatar for jwenting
0
136
Member Avatar for harisha

NEVER use == to compare objects. It doesn't work. It MIGHT work for Strings, but there's NO guarantee.

Member Avatar for jwenting
0
126
Member Avatar for romex21

Are you sure it's calling the servlet constructor? That would be really weird. Remember that your SOAP service classes are NOT servlets (or at least not used as such by the SOAP processes) and are indeed most likely initialised one for each request. Nothing weird about that (though a SOAP …

Member Avatar for jwenting
0
100
Member Avatar for adeeniola

he already did. Tried to hijack 2 threads in other forums.

Member Avatar for DMR
0
44
Member Avatar for ayesha sonia
Member Avatar for laddu

well, you're not using the official JDK there. Check your $PATH and $JAVA_HOME environment settings and make sure they point to your JDK installation. As it is you're pointing to gcj which is to put it bluntly a disaster, I'm surprised you got anything to compile and/or run under it …

Member Avatar for laddu
0
150
Member Avatar for Sanchez10

[QUOTE=Sanchez10;282191]An operating system for windows.[/QUOTE] My windows don't need an operating system, they're fully mechanical.

Member Avatar for iamthwee
0
103
Member Avatar for kabrina

Not just is spamming illegal and immoral, it's also a violation of the terms of service of pretty much any website. And so is using automated scripts to post messages and annoy users with private messages.

Member Avatar for jwenting
0
106
Member Avatar for sroberts82

Tomcat has its own log4J configuration that overrides your own. Append your own config to that one.

Member Avatar for jwenting
0
86
Member Avatar for rpjanaka

Never heard of any database returning error "cords", but if you mean error CODES the database documentation will tell you what each means (if it's good, if not find a good book about your specific database engine). Normally you hardly need to worry about the exact codes as all of …

Member Avatar for jwenting
0
312
Member Avatar for iwlu

without knowing what you're trying to do it's kinda hard to give you hints on how to do it.

Member Avatar for jwenting
0
121
Member Avatar for dil.om
Member Avatar for server_crash

Don't use Paypal, they're a known scam operation. Thousands of people get their bank accounts cleared out every year by Paypal (all legal under the usage agreement too, you give Paypal complete control over your bank account when you sign up with them). If Paypal is required to use eBay, …

Member Avatar for codejunkie
0
600
Member Avatar for SamY

or contact some guy in Nigeria. They seem to have a lot of very rich people there who are desperate to get money out of the countr and are willing to share :)

Member Avatar for jwenting
0
58
Member Avatar for freesoft_2000
Re: Ftp

Once you have a connection you can talk over it using the command set provided for that protocol. So you'll have to write FTP commands to that connection, and read the answers. The RFC can tell you what those commands are (and there are quite a lot), or you can …

Member Avatar for jwenting
0
142
Member Avatar for crestaldin

any tutorial will tell you how to do that. Pay more attention in class and actually read your course material.

Member Avatar for Phaelax
0
104
Member Avatar for anti_genius
Member Avatar for Declan123

Since your error message indicates garbage in front of "Manifest-Version", I assume your file contains garbage there. Try recreating the manifest file from scratch, do as most people do and use ANT to make it for you ;)

Member Avatar for Declan123
0
175
Member Avatar for emkie

buy low, sell high, don't trust "investment experts" to give you useful advise (they know little more than you do). Working the stock market is 90% gut feelings, 10% keeping up with business information relating to the companies you're interested in.

Member Avatar for DanielSmith
0
165
Member Avatar for Sisil

You haven't looked good enough, there are some pretty good examples out there. Sun themselves for example have one. And I know for a fact there's one here as well (I wrote it...). [url]http://www.daniweb.com/tutorials/tutorial17917.html[/url] Remember that an array is just an object. You would better return a collection though, less …

Member Avatar for jwenting
0
87
Member Avatar for Dani

If you need to pay people to use your site, your site isn't worth visiting and you'd better rethink your business model.

Member Avatar for Dani
0
612
Member Avatar for brittoonline

I don't know what you should do in WL 8.1. WL 6 pretty much required you to create the deployment descriptors, package everything in an EAR file, and deploy that.

Member Avatar for brittoonline
0
91
Member Avatar for iwlu

Start at the line number given in the exception and work back from there. You're trying to call a method on an unitialised object reference, something that's impossible. Once you know what reference that is, work back to find out why it's not initialised (or maybe you're working with the …

Member Avatar for p.bondam
0
142
Member Avatar for Bezi99
Member Avatar for John A
0
119
Member Avatar for Okie[clueless]

Books have been written about creating games (including several specifically about RPGs and RTSs). I don't know any websites giving complete (or even partial) code listings for one though. That's not to say they don't exist, but I've never looked for them.

Member Avatar for jwenting
0
108
Member Avatar for rpjanaka

Whether it does anything at all also depends on the database settings. It could well be that the database is set to not support autocommit for example, requiring an explicit commit or rollback. Personally I consider that to be the best option in most real applications, as it gives more …

Member Avatar for jwenting
0
237
Member Avatar for foxy xx
Member Avatar for goldeagle2005

well, a lot of application manuals tell you something like "click with the mouse on the printer to print". Someone's bound to take that literally :)

Member Avatar for goldeagle2005
0
210
Member Avatar for mattyd

winter's too cold and too wet, summer's too hot (well, it's supposed to, this year it was mainly too wet), autumn and spring are too wet... Overall though I'd say spring is the least disagreeable season.

Member Avatar for jwenting
0
119
Member Avatar for vdhara

Seems a very clear and concise error message to me. You're trying to turn something into a date that isn't recognised as a date. The solution is to make sure it is recognised, using the relevant formatters and converters provided in the standard library.

Member Avatar for jwenting
0
132
Member Avatar for Phaelax

I think you'll at some point run into limits for the maximum length of classnames (including package names) which are likely Integer.MAX_VALUE. Before that you'll possibly run into the maximum size of codefiles (though those can be quite large). The most serious problem of all of course is that it's …

Member Avatar for jwenting
0
294
Member Avatar for steveneven

€55 a month for unlimited 2MB ADSL. Demon Internet Netherlands. For that I also get 20MB webspace (which I hardly ever use but it comes in handy for things like sigfiles and stuff), the option to run my own mailserver (which I do), a fixed IP address and (sub)domain name, …

Member Avatar for kosmoe
1
652
Member Avatar for wasimraza

First, the term "session bean" is reserved for a specific class of Enterprise Java Beans, or EJB. I doubt you're referring to those. Java has a built-in LinkedList type, simply store an instance of that in the Http session and add to it.

Member Avatar for jwenting
0
24
Member Avatar for kevin_smithers

Good thinking. PHP is a Very Bad Thing, teaches poor programming practices, and therefore should be actively discouraged. Maybe suspending the youthful delinquent is going too far, but he should be told to write "I will never use PHP again" 10.000 times by hand without corrections and turn it in …

Member Avatar for jbennet
0
368
Member Avatar for nanacat

and what have you tried? Tried getting someone else to do it for you elsewhere I guess? And why are you too lazy to even copy and paste the entire assignment including your teacher's email address so we can send the solutions directly to them as extra service?

Member Avatar for peter_budo
0
106
Member Avatar for b_friendly

Don't do other kids' homework for them, it only leads to stupid lazy people gaining diplomas.

Member Avatar for jwenting
0
148
Member Avatar for kumarangopi

NEVER hardcode a path anywhere in your application. If you use the BGI (which stands for Borland Graphics Interface btw) you will need the BGI files of course, which are the graphics drivers for that system. You do NOT need to have TC itself installed anywhere except on your own …

Member Avatar for kumarangopi
0
183

The End.