| Thread | Last Post | Replies |
|
| please help | 15 Jun 2005 23:21 GMT | 2 |
I have problem and I don't know how to fix it. My problem is that in some pages when I click on a link to open it nothing happened. This page www.netkurd.com is an ex so when I click on Redaksyon under the rolling pictures nothing happens.
|
| GridBagLayout question | 15 Jun 2005 21:01 GMT | 4 |
Is there any method for adding compnents with the GridBagLayout? I have found that method on the internet but i don't remember where. It is a method that we can call it "addComponents" and you parse 5 or 6 variables (weightX, weightY, gridwidth,gridheight, etc etc)
|
| Adding TLD to ANT | 15 Jun 2005 20:53 GMT | 2 |
My ant build-file can create a WAR-file. One of the most importing things is sadly enough not added: the *.tld's. My tld's are in src/tld and should be added to WEB-INF/tld. I tried using the <webinf dir> but this will only select the tld-file and put it in WEB-INF with the
|
| How to obtain a version number from a String? | 15 Jun 2005 19:30 GMT | 10 |
I'm trying to find a way to obtain the version number from this String, in this case, it should be "9": Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l). I was thinking about regular expression, match the pattern and somehow
|
| re-writing code to deal w/depr. stuff, probl decl. class.. | 15 Jun 2005 14:09 GMT | 5 |
I dl'd an applet (a jabber client) and of course when I try to compile some of the source code I run into deprecated stuff (what else is new..) specif. in this case it deals w/AWT package..
|
| go to top of class and read/write to file | 15 Jun 2005 07:43 GMT | 1 |
I was wondering if it was possible to go from the end of the if (deposit.equals("y")) part of my code back to the start of class. I was also wondering if it was possible to get the balance variable from a file and then after the program ended update that file with the new
|
| restart jvm possible | 14 Jun 2005 18:48 GMT | 1 |
I wonder if it is possible from within java code to restart jvm? //mikael
|
| which data structure to use | 14 Jun 2005 16:36 GMT | 7 |
I have data that I need to store in a data structure: key value === ===== name object
|
| FileNotFoundException when extracting dir from zip/jar | 14 Jun 2005 14:30 GMT | 1 |
I am trying to extract a jar/zip file but have problems when it comes to directories. I get the following error: unzipping markfile
|
| MVWeb not loading, Help needed. | 14 Jun 2005 11:35 GMT | 1 |
I am getting this error: java.lang.ClassNotFoundException: com.itron.uts.mvweb.applet.MVWeb at sun.applet.AppletClassLoader.findClass(Unknown Source) at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
|
| Java box padding?? | 14 Jun 2005 10:56 GMT | 1 |
Have a question regarding java popup box. The below script is what I'm using to make a popup box for a page, it leaves a border between the left edge and top of the swf that appears in the page. I have got in a habit of just making the box wider (and taller) to have an equal ...
|
| downloading and running an applet.. | 14 Jun 2005 04:27 GMT | 1 |
what am I missing here.. I need to dl a jabber client, has to be an applet that runs on browsers.. the few that I have downloaded all they consist of is one jar file.. how do you "run" a jar file.. applets have to be embedded in an HTML file to run on browsers.. I view ...
|
| How to run tasks with priority? | 14 Jun 2005 03:40 GMT | 26 |
I want to run tasks with priority, i.e. among several simultaneous running tasks, the task with the higher priority will have more chances to occupy CPU time. I have the following 2 issues dealing with the implementation of such feature.
|
| RMI Concurrent Requests Handled by Different Threads? | 13 Jun 2005 16:25 GMT | 6 |
I was wondering if anyone knows the final word on concurrent requests' thread assignment behaviour for Sun's implementation of the J2SE 1.4+ spec? In other words, for the Sun implementation, do cuncurrent RMI method
|
| page not getting submitted to servlet(404 error). | 13 Jun 2005 12:39 GMT | 1 |
hi i am a novice user of jsp and servlet... i try to submit a jsp to a servlet, using a submit button.. when i click the submit button, i get an error that, HTTP Status 404 - /admin-gui/servlet/
|