5,727 Posted Topics

Member Avatar for Mpiangu

Of course older compilers will implement older versions of the standard which are often at odds (in places) with later versions. So much for standards :)

Member Avatar for jwenting
0
127
Member Avatar for parul195

Haven't seen one in ages that required installation. Just unpack the archive and include the necessary jars in your classpath when needed.

Member Avatar for jbennet
0
74
Member Avatar for Salim_22

ask your teacher, that's what he's there for (and yes, we know your teacher is no good and doesn't want to listen to you, your books are bad, and you need teh codez urgent asap plz).

Member Avatar for Salim_22
0
123
Member Avatar for Cudmore

Nope. The memory space for methods, like that for static members, is allocated only once as part of the Class instance associated with the class which is shared by all instances of that class through an implicit member reference. Of course some memory is allocated for each instance actually running …

Member Avatar for jwenting
0
160
Member Avatar for iam_rob

well, for one thing you're using an assignment operation where you're probably intending to use a comparison operation. And that comparison operation would also be incorrect as it's not the way to compare Strings in Java. [code] <c:choose> <c:when test="incidents.INC_STATUS == 'open'"> <option value="OPEN" selected="selected"/> <option value="CLOSED"/> </c:when> <c:otherwise> <option …

Member Avatar for iam_rob
0
82
Member Avatar for brndn_sadler

he probably can't find the crack without someone giving him a torrent for it :)

Member Avatar for jwenting
0
87
Member Avatar for onsir

learn how to use them separately first before trying to combine different technologies you don't understand. A JTable has nothing to do with databases (though you can use it to display data that you retrieve from a database elsewhere).

Member Avatar for jwenting
0
68
Member Avatar for darrglud
Member Avatar for vishalkhialani

and at that time, you should just try several and decide for yourself... Personally I think neither is all that good, but Eclipse is better than Netbeans overall (though for someone in the early stages of their journey through lalaland the only difference that really matters is the performance, as …

Member Avatar for iamthwee
0
91
Member Avatar for vancouver_sun

Don't expect high pay, display a willingness to learn, and do whatever they tell you to do without an attitude of "that's not nice work, I don't want to do that". In fact don't even think about what they're going to pay you now, or at most do some calculations …

Member Avatar for jwenting
0
89
Member Avatar for pavani2006

not all homework involves writing code. These are typical homework questions, easily found in any halfway decent book or tutorial. We're not here to regurgitate the language basics to kids too lazy to look them up for themselves.

Member Avatar for jwenting
0
79
Member Avatar for annduprey
Member Avatar for Duki

[QUOTE=Infarction;339842]No, it's exactly 1024. There is technically a difference between a megabyte (1000 MB = 1 GB) and a mebibyte (1024 MiB = 1 GiB), but that would make a much larger difference. I've had the same thing happen when I create partitions too, though, so it's probably something in …

Member Avatar for Chaky
0
111
Member Avatar for suneetha

if you are incapable of reading the documentation that comes with the JDK (which will tell you how to compile something) and follow a basic tutorial (linked to from that documentation), what makes you think you can create anything in Java (let alone an IDE, a project usually involving dozens …

Member Avatar for Phaelax
0
122
Member Avatar for hamooihamoo

You'll at the very least need Swing and some networking code. JavaMail and JAF (required by JavaMail) make working with email a lot easier though, you can get both from Sun.

Member Avatar for hamooihamoo
0
77
Member Avatar for Navrex

another thing comes to mind: it's almost certainly not VC++ that's the problem but the code itself :)

Member Avatar for jwenting
0
111
Member Avatar for FunnyTunes83

got mine from wikipedia. They've links to some nice mp3 and midi files for famous tunes like God Save the Queen and Rule Britania.

Member Avatar for arjunsasidharan
0
165
Member Avatar for eeeman

remove the compiled classes as well. Either find them by hand or do a clean build of the entire project.

Member Avatar for jwenting
0
136
Member Avatar for compusaz

you won't, not initially. You'll get tons of crap and advertising instead, with a link to the Sun tutorial hidden among it somewhere.

Member Avatar for jwenting
0
103
Member Avatar for eeeman
Member Avatar for jwenting
0
144
Member Avatar for jeet_portal

you don't want to do that (at least not in JSP). You want to use a servlet for that. You also want to read a beginner's tutorial on JDBC. You want to learn something about databases too.

Member Avatar for rgtaylor
0
186
Member Avatar for Newbie88

and? Where are you stuck? You look to be on the right track (except for the incorrect name for your class).

Member Avatar for jwenting
0
84
Member Avatar for collegestuffs

start earlier on your homework next time. And don't you feel very stupid when you don't understand something you know to be "easy"? Or are you trying to trick people into doing your work for you by making them think it's "easy" when you think it's not? If you don't …

Member Avatar for jwenting
0
685
Member Avatar for A Yasir

Do NOT put ANYTHING in the lib/ext directory of your JRE or JDK. VERY VERY VERY bad! Instead set up your classpath properly, as indicated in the documentation of the JDK. JRE, appservers, etc. etc. etc.

Member Avatar for A Yasir
0
294
Member Avatar for FarnazM

well, that's a nice idea, to write a tic tac toe game. Only been done a million times before so there should be a lot of information about it out there. And without you telling where your problems lie, how do you expect us to try and provide a solution …

Member Avatar for FarnazM
0
57
Member Avatar for twin

I've had bad luck with DVD writers myself. Only the third drive I got worked, the other two never worked at all (they were faulty right out of the box). Have the drive checked by the manufacturer or return it for a refund if possible and get one direct from …

Member Avatar for SCDM3O
0
305
Member Avatar for bhuvan83

no, you can NOT mix Java and Javascript and expect it to work. Instead you will have to validate the values returned from the page on the server when you get them in your servlets.

Member Avatar for jwenting
0
77
Member Avatar for rittik
Member Avatar for jwenting
-1
105
Member Avatar for shishir

You can't use EJBs in Tomcat as Tomcat is no EJB container. Setting your classpath to include j2ee.jar (which is indeed the one you need, if you insist on using an ancient version of the spec) isn't going to do a thing to change that. Not only wouldn't it work …

Member Avatar for jwenting
0
1K
Member Avatar for aruna_k_2006

set up your classpath properly, you're missing something (probably mail.jar and/or activation.jar).

Member Avatar for aruna_k_2006
0
86
Member Avatar for parthiban
Member Avatar for parthiban
0
112
Member Avatar for cigar
Member Avatar for Ezednene

try running a classfile instead of a sourcefile, and don't add the extension when doing so.

Member Avatar for jwenting
0
53
Member Avatar for brittoonline

read the manual, it should tell you everything you need to know. If not, search the web. There are bound to be people who have documented setting up WL to work with SQL Server.

Member Avatar for jwenting
0
66
Member Avatar for lookingforhelp

his attempt consisted entirely of condensing his homework assignment into a few lines of text that have little to do with each other and clicking the "post" button...

Member Avatar for John A
0
116
Member Avatar for bongobob

and how would you ever incorporate something like that in plain text? text is text, unless you have some custom reader software that incorporates such capabilities and a custom document format that contains that information you're not going to get anywhere. And you can be certain that the criminals will …

Member Avatar for jwenting
0
101
Member Avatar for alex86

oh no, not another kid thinking he can invent a better wheel by making a new "framework" without understanding the underlying technologies inside and out. There are tons of such "frameworks" already, just pick one and stick with it. We don't need another "framework" that promotes doing things all the …

Member Avatar for jwenting
0
108
Member Avatar for avadhut

you could start by writing normal English. Your tendency to skip every other letter makes your text hard for humans to read, if you do that in your sourcecode it makes it impossible for the compiler to read.

Member Avatar for jwenting
0
131
Member Avatar for staneja

1) anywhere from a few seconds to a few minutes depending on what you have running in it, what hardware it's running on, and what the weather is in Timbuktu. 2) depends on the configuration, hot deployment is supported but needs to be turned on in the server config. Check …

Member Avatar for jwenting
0
60
Member Avatar for aslamkhanb
Member Avatar for jeet_portal

you don't need anything you don't have on your LAN connection, but you may need to open some ports on your firewall (especially the port on which Tomcat is serving content over http, usually port 8080 with Tomcat though using port 80 is nicer as it's the standard for http). …

Member Avatar for jwenting
0
193
Member Avatar for vinod_javas

both are old and deprecated though. Better use something modern like JAX-WS or JBoss Webservices.

Member Avatar for jwenting
0
123
Member Avatar for harish333

sigh... You really think that you can create a servlet engine out of thin air by creating an ODBC DSN (NOT DNS) that points to the classfiles of the servlets?

Member Avatar for jwenting
0
68
Member Avatar for ram maradola

java.sun.com has some good tutorials, as you should have known had you cared to look at the site at all.

Member Avatar for jwenting
0
95
Member Avatar for Unfettered

no, that's not the solution. You'd not have two applets in that case but one applet with 2 windows. There are several tutorials on intra-applet communication out there and I'm sure several books mentioning it as well. Do some research and you should figure it out. I've never needed applets …

Member Avatar for jwenting
0
101
Member Avatar for ajay_tabbu

most likely an old java.exe, javaw.exe, and possibly javaws.exe got left behind somewhere in the windows installation directory or a subdirectory. Find and remove those. Also remove the new JDK and reinstall to a directory with no spaces in it, as it doesn't particularly like that.

Member Avatar for jwenting
0
367
Member Avatar for Chainsaw

Haven't seen them in days past either. Could be because I block scripted ActiveX and I did get a few attempts to run those in the past few days. My popup killers didn't report blocking anything... And yes, I use IE as well (and have never had a spyware/trojan/whatever infestation …

Member Avatar for *TGO*
0
410
Member Avatar for harish333
Member Avatar for jwenting
0
39
Member Avatar for Sukanto

Weird port number, the default is 3700 (and probably not LDAP). The following settings are all that's AFAIK required: jvmarg value = "-Dorg.omg.CORBA.ORBInitialHost=${ORBhost}" jvmarg value = "-Dorg.omg.CORBA.ORBInitialPort=${ORBport}" (either as properties of environment settings).

Member Avatar for Sukanto
0
154
Member Avatar for Narue

The only keyboards I'm comfortable with are the split ones, like Microsoft natural keyboards. All others give me pain in my shoulders and wrists after a while (usually a short while by now). The current 4000 model from Microsoft is excellent, best I've ever used. Comfortable, sensible feedback on pressing …

Member Avatar for Serunson
0
1K

The End.