| Thread | Last Post | Replies |
|
| Image loading and showing problem | 13 Jul 2006 18:12 GMT | 2 |
I'm trying to make a little java application for my website, but I have to load images. The compiling of the code gives no errors, but when I run it, it says "Applet not initialized". I know wich row the message causes, but I don't know how to solve it.
|
| String array not recognized | 13 Jul 2006 17:00 GMT | 6 |
I'm having trouble debugging some code that I created in JSP. Advice on the problem itself or how I can go about debugging it would be appreciated. The way that I debug my code now is I change the JSP webpage and then look at it through a browser to see if there is an
|
| looking for C-friendly encoding method for small chunks of information | 13 Jul 2006 16:18 GMT | 1 |
This is kind of a n00b question. I'm writing some code in Java to read messages of four fields passed in from an ActiveX control written in C. There are two integers and two strings in the message, and the whole thing will be encrypted.
|
| how i will open (from Java Application) the MS word format /html documentsin repective Applications in Linux OS? | 13 Jul 2006 16:08 GMT | 5 |
how i will open (from Java Application) the MS word format /html documentsin repective Applications in Linux OS? (e.g. *.doc with Microsoft Word and html in IExplorer)
|
| Frame border not show in Firefox | 13 Jul 2006 14:54 GMT | 1 |
I am not geting frame border in firefox i want only right border of frame to be show and all other border are hidden it work in IE but in firefox it not show border and due to that i am not able to resize the frame also i am try using border-right-style and frameborder="1" it
|
| Anonyme Klasse im super() Aufruf - VerifyError | 13 Jul 2006 14:40 GMT | 5 |
ich versuche, Coding für die lexikalische Analyse arithmetischer Ausdrücke anzupassen, das ursprünglich von Axel T. Schreiner (Uni Osnabrück) stammt. Beim Versuch der Ausführung bekomme ich: java.lang.VerifyError: (class: com/ids/arithmeticexpr/Scanner, method:
|
| Getting the path of the program's jar file | 13 Jul 2006 13:23 GMT | 2 |
Hey everyone, Is there a java method that can help me obtain the path of the jar file of the currently running program (from within the program itself)? For example, if my jar's name is a.jar I want to be able to print a.jar
|
| Socket Problem | 13 Jul 2006 12:23 GMT | 1 |
i have written a program in which there is one client and one server .. i write data onw server and read that data on client site.. everything works fine for some time ....but after some time everything hangs...
|
| JBossWS Server Can't Interprete PHP Array | 13 Jul 2006 10:35 GMT | 1 |
All, I have a project I am working on using JBossWS as the SOAP Server and PHP's NuSoap library as the SOAP client. I have successfully been able to transmit data between the two, but now I am stuck up on how String
|
| How to calculate the amount of space taken by a given text? | 13 Jul 2006 10:26 GMT | 1 |
in a Java web application, a user can enter a text (HTML textarea) which is then sent to a Servlet. This text should later appear in a Text Box of a PowerPoint presentation, which can be downloaded by the user. The width of the Text Box is fixed, as is the font type and size in ...
|
| OR mapping for java.util.Hashtables? | 13 Jul 2006 08:17 GMT | 2 |
I was just recently wondering how you (or, for that matter, any standard OR mapping library like Hibernate) would map a java.util.Collection datastructure to a relational database? I guess there has to be a well-known approach to that problem - I just can't
|
| running Java from html | 13 Jul 2006 07:48 GMT | 2 |
Is is possible to create a link (or something similar) that will run a Java program (or at least ask the user if they want to run it) when clicked?
|
| JSF plug in for Eclipse | 13 Jul 2006 04:46 GMT | 4 |
I want to start developing jsf pages in eclipse. Is there a visual component editor plug-in for eclipse yet? Thanks
|
| web itempotent | 13 Jul 2006 04:15 GMT | 4 |
Just trying to learn about jsp and servlets. I guess this is only remotely java as servlets are frequently written in java. I see this at: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html 9.1.2 Idempotent Methods
|
| java pattern matcher | 13 Jul 2006 00:29 GMT | 7 |
I have a problem with the java Matcher. Consider the following regex: <<<(.)+>>> Now, consider the following String containing two occurrences of the above regex:
|