First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83
Integer / Long comparison
Hi In JUnit I want to compare an Integer with a Long, as 2 Integers -- say like this: Integer i = ...; Long l = ...; assertEquals(i,l); // assertEquals is ambigous, doesnt work Now, if I try this instead: Integer i = ...; Long l = ...; assertEquals(i,l.intValue); assertEquals() still c... 12 Sep 2009 22:50
JDK 1.5.0_21 released
Even though it is no longer officially supported, JDK/JRE 1.5.0_21 was just released. -- Roedy Green Canadian Mind Products http://mindprod.com "I mean, source code in files; how quaint, how seventies!" ~ Kent Beck (born: 1961 age: 48), evangelist for extreme programming. ... 13 Sep 2009 23:49
Making a socket server connection from java applet
Does anyone have any experience with making a socket server connection from an applet embedded in a web page? Specifically, I am able to establish the socket server connection without any problem - that is, after signing the applet with a certificate. However, after leaving the page and returning, the socket connec... 13 Sep 2009 03:07
Calling external program in java code
Hi, I have problems with this code fragment. .. .. .. String exe = "external1.exe"; String exe2 = "external2.exe"; Process rt = Runtime.getRuntime().exec(exe1); rt.waitFor(); System.out.println("Finished executing external program"); .. .. When I run this code, it runs perfectly, but when I changed third ... 8 Sep 2009 23:45
secondary web pages load in background screen shots
Hi We have a web based application which allows searching. Html/jsp/Tomcat/database/ The search produces a summary page and a list of links (urls) Question: can we pre-load the results of the links in a presentable way? So for example we would have a first "profile" page plus a number of links. The time ... 5 Sep 2009 14:16
Embed MFC C++ Window in JPanel?
Hi, Does anybody know how to embed an MFC C++ Window into a signed Applet? I mean, referencing the handle hWnd of that window so that via JNI it can be embedded into a JPanel or something similar. An easy example would be a JPanel of an Applet with the Calculator application (calc.exe) inside. Thanks, I... 8 Sep 2009 03:44
AccessControlException setting up logging in an applet
I am trying to configure the built-in Java logging within an applet using 6u11 but I encounter the following: java.security.AccessControlException: access denied (java.util.logging.LoggingPermission control) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessControll... 15 Dec 2008 23:54
JDK 1.0.6_11 released
see http://java.sun.com/javase/downloads/index.jsp to get the new version 1.0.6_11 the JDK. -- Roedy Green Canadian Mind Products http://mindprod.com "Humanity is conducting an unintended, uncontrolled, globally pervasive experiment whose ultimate consequences could be second only to global nuclear war." ~ En... 3 Dec 2008 19:59
RGB ja taulu-tv
05.06.2008] Ensimm�inen selluloosaetanolitehdas avattiin Yhdysvalloissa Ensimm�inen selluloosapohjaista etanolia jatkuvatoimisesti valmistava tehdas aloittanut toimintansa Yhdysvalloissa, kertoo MIT:n Technology Review. Mittakaavaltaan teollinen koelaitos, joka tuottaa noin 4 200 tonnia eli noin 5 300 kuutiometri� ... 17 Nov 2008 01:17
java.lang.UnsatisfiedLinkError
15.07.08 18:05:38 FATAL de.alfa.autoupdate.AutoUpdateUI - Error java.lang.UnsatisfiedLinkError: testInitialized at ca.beq.util.win32.registry.RegistryKey.testInitialized(Native Method) at ca.beq.util.win32.registry.RegistryKey.initialize(RegistryKey.java: 245) at ca.beq.util.win32.registr... 17 Jul 2008 07:32
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83