First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
Problem while implementing ehCache Framework
Hi All, we are getting empty cache name while requesting cache from cacheManager object to return all cache which are register with it. /* Call.java From main method of call we are initializing the cacheManager. */ public class Call { public static void main(String s[]){ CacheProvider cp = initCa... 23 Apr 2010 20:43
Problems installing Eclipse on Linux
we would like to run Eclipse on a Linux server system. After downloading and unzipping, the program is supposed to start just by running the binary. This will not work with the following error message: Warning: -XX:MaxPermSize=256m not understood. Ignoring. Warning: -Xms40m not understood. Ignoring. Warning:... 20 Apr 2010 15:45
environment variables
I am running MCE XP and am having a very difficult time setting environment variables. Is javac used anymore for the java compiler or jar used for jar files anymore? I am also setting up ant to build a tomcat server from source. I have added to path the path name of my jdk and I can run java from any folder... 18 Apr 2010 21:55
JPA slow on remote database queryes
Hi everybody, I developed a desktop application which accesses data from a remote database with JPA using TopLink Essentials as provider. I'm having a very slow performance in loading data when the database is remote, which does not happen locally. I hope you can help me about how to fix it. I hope that it's not... 20 Apr 2010 15:45
Let the Experts to solve all your queries
Hi, I'm happy to inform you all that all your queries will now be solved by experts. Post your question here, http://www.ezdia.com/expert/ Whatever your query might be, eZdia will find right experts for you, mail you their contacts and you can get their advices. There are thousands of IT professional expert... 16 Apr 2010 13:57
Sending email from servlet
I'd like to send the occasional email from Java servlets but I'm struggling to figure out the best way to do that in 2010. I am trying to get some older servlets working again after a long absence from Java. One of the tasks that some of my servlets did occasionally was to send emails. It seems I used to use a... 15 Apr 2010 22:33
JNLP and IIS
Hi everybody, I have a java application that I should start using Java Web Start from an IIS 7 Server. I added the mime type "application/x-java-jnlp-file" but the browser opens the file as text without loading the application. If you launch the application directly with the command "javaws http://myip/miofile.jnl... 16 Apr 2010 23:58
Can java classes be called as framework?
Hi All, I have read many articles like API vs Framework, diff between API and framework etc. I would like to know can java jdk classes be called as framework? is it a candidate for framework or it is just a library? i know this will not make any diff to development.! But i wonder why every one, when they spea... 15 Apr 2010 22:33
Most specific superordinate concept of variable and method?
Stefan Ram wrote: Certain identifiers in Java designate either a variable or a method. For example, in void example( final java.awt.geom.Point2D.Double point ) { return point.x + point.getY(); } »point.x« is a variable, while »point.getY« is a method. And both are members of 'P... 15 Apr 2010 03:43
Content-Type, was What is wrong with Applets?
On 2010-04-14, John B. Matthews <nospam(a)nospam.invalid> wrote: Should Content-Type say this, instead? Content-Type: text/plain; charset=UTF-8 That would certainly have been ideal. A cursory examination indicates I may have an obsolete version of slrn but I will investigate it more thoroughly when I get... 15 Apr 2010 06:55
First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55