Desktop Technologies
- How to change the launch file image in swing?
- Mon, 09 Jan 2012 10:29:00 GMT
- Hi all, I want to Change my launch anywhere exe file image. I'm a newbie to swing. help me to get this done....
- about desktop sharing
- Tue, 15 Jun 2010 00:42:00 GMT
- hi jim....my name is naresh kumar...am doing a project on desk top sharing and file sharing. am using java swings , socket progranning concepts..
i want to help send code of desktop sharing...and file sharing...
please help me..
my e-mail address... : hinaresh2003.thatisjava.com.gmail.com
...
- desktop sharing
- Tue, 15 Jun 2010 23:44:00 GMT
- hi ...
please helpme
desktop sharing code..
am doing project..am using swings, socket programing...
- Java BlowFish Algo
- Thu, 01 Jul 2010 03:52:00 GMT
- Java BlowFish Algo
...
- I can not get my computer to recognize "java" or "javac" from the command line.
- Thu, 08 Jul 2010 07:26:00 GMT
- My compuer is set up with the Admin user of Rbhot4 and I use rborden4 for my everyday usage. I have gone into my environmental variables and made sure that the following is there for user rborden4:
User variables for rborden4 are:
CLASS .
PATH C:\Program Files (x86)\Java\jdk1.6.0_11\bin
...
- How can I connect my swing application with crystal report. Please Help
- Sat, 24 Jul 2010 02:29:00 GMT
- Please help me i am waiting for the answers email me on ananddeep.mishra.thatisjava.com.yahoo.co.in...
- testtesttesttesttesttesttest
- Thu, 08 Apr 2010 03:57:00 GMT
- testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest...
- javareg.exe download?
- Wed, 31 Mar 2010 15:58:00 GMT
- <br />I'm trying to find the javareg.exe file, unsuccessfully so far. Can anyone point me to a website or email me the file please?<br />...
- Hello,I am trying to implement zooming by change t...
- Sat, 22 Sep 2007 15:47:00 GMT
- Hello,I am trying to implement zooming by change the scale factors on my Graphics2D object, and keeping my text and graphics drawing methods untouched.The zoom is working, but I am getting very jagged output. Is there a way to fix this?Thanks,Adrian. ...
- zipping or compressing a folder
- Tue, 25 Sep 2007 01:48:00 GMT
- Hi all, I want to compress or zip a folder, that contains several folders and files in it.how to do that in java.Please help me...Thanks in advanceRavisenan...
- zipping folders with subfolder with in
- Sun, 23 Sep 2007 11:46:00 GMT
- can anyone provide me the source code for zipping folders with subfolders with in. also if possible the unzipping the same thank yusid...
- Zipped Image not working on MS Windows XP
- Mon, 24 Sep 2007 12:56:00 GMT
- Hi all,I have a GUI zipped as a JAR file, which has an internal image which should be shown when starting the application in a directory that does not contain any image files (I use JAI for image manipulation). On Linux, the internal image is correctly unzipped from the JAR; on M$ XP it fails ...
- ZipFile random access
- Mon, 24 Sep 2007 21:01:00 GMT
- Hi All,I am using the ZipFile class in Java to parse/read data from an ascii file. But I want to implement this reading process using the RandomAccessFile and read the data randomly. But I am using a StreamTokenizer from the ZipFile to read the data currently, but I am stuck without knowing how ...
- ZipException: duplicate entry: .svn/
- Mon, 24 Sep 2007 17:06:00 GMT
- Has someone else encountered or found a clean workaroung to this sort of a problem?...
- ZipException When Web Start is Downloading JAR file
- Sun, 23 Sep 2007 03:40:00 GMT
- We are experiencing a problem when we try to download our Java Web Start app remotely from the server using HTTPS.It works fine when using HTTP.There are a couple of JAR files that need to downloaded.But, when using HTTPS it will choke on random JAR files and will toss thefollowing ...
- ZipException when running TZupdater for JRE 1.3.1
- Wed, 14 Nov 2007 19:22:00 GMT
- Greetings:When attempting to run TZupdater against rt.jar in a W2K-SP4 environment, I receive the following...C:\Program Files\JavaSoft\JRE\1.3.1\lib>java -jar tzupdater131.jar -u > javaupdate.txtBacking up C:\PROGRA~1\JavaSoft\JRE\132E6D~1.1\lib\rt.jar to ...
- ZipException using JarFile constructor on a previously nested JAR file
- Tue, 18 Sep 2007 06:49:00 GMT
- I have to create a JAR file in which I put other JAR files and also some XML and serialized objects files.I managed to do that, and when I unjar this archive, I get the set of basic JAR files back. But at this moment, when I try to call a new JarFile(...) on one of the file from the unjarred ...
- ZipException on some PCs
- Mon, 24 Sep 2007 21:18:00 GMT
- HiWe're having an application that uses Webstart. It has several plugins packed as JARs.On a several computers it works beautifully while on others we get ZipExceptions when in the code we try to access a JAR.The code that fails:LOGGER.debug("File: " + pluginRef);ZipFile zipFile = new ...
- ZipException creating incremental updates
- Wed, 19 Sep 2007 15:20:00 GMT
- Hello, sometimes I get the ZipException when the client get a new version of the JNLP. 'can`t create de incremental update'. If I repeat the process it update correctly. This error occurs ramdomly,and usually when I repeat, it updates the new version correctly.Anybody know something?Thank ...
- ZipException : The network path was not found
- Sat, 22 Sep 2007 20:19:00 GMT
- Hi,I have an application where I am required to access a folder ( containing some DTDs for parsing ) inside a jar file. This is a top-level folder in the jar file. I used the following convention to get the folder for parsing:DTD_DIR = "jar:file://" + l_path + ...
- ZipException
- Wed, 19 Sep 2007 12:31:00 GMT
- I created an executable jar file in XP and just threw it on an NT box, downloaded the jre1.4, updated the path variable and I'm getting this error:Exception in thread "main" java.util.zip.ZipException: invalid END header (bad central directory offset)at java.util.zip.ZipFile.open(Native ...
- ZipEntry gets corrupt files?
- Mon, 24 Sep 2007 07:47:00 GMT
- Heya! Please tell me what is wrong with this code:ZipEntry ze;ZipInputStream zis = new ZipInputStream(new FileInputStream(pPathName));while((ze = zis.getNextEntry()) != null){if (ze.getName().toLowerCase().endsWith(".class")){int size = (int)ze.getSize();byte[] entryData = new ...
- Zip files with webstart
- Wed, 19 Sep 2007 07:30:00 GMT
- Is there a way to have webstart download zip files to the client and allow them to be used in the trusted environment. Obviously I'm having a problem, since the zip file can't be signed like my jar's can....
- I have used JAR APIs to read, extract ZIP files.....
- Fri, 21 Sep 2007 06:12:00 GMT
- I have used JAR APIs to read, extract ZIP files..... can I rely on this to always work?- thanks....
- Zip file limit
- Sun, 23 Sep 2007 15:25:00 GMT
- Does anyone know whether the zip file limit of 4GB has been fixed in current version of JDk (java.util.zip)? I need where I can zip files > 4GB. I tried compress from Apache which is basically extension of java.util.zip....
- zip file creation problem
- Tue, 18 Sep 2007 04:39:00 GMT
- I have to add two files in a zip archive.I get this message error and i can't resolve itjava.util.zip.ZipException: STORED entry missing size, compressed size, or crc-32 here is the part code i use to create the zip file :FileOutputStream tempo = new FileOutputStream(temp);JarOutputStream ...
- Zip contents of a folder
- Sun, 23 Sep 2007 15:38:00 GMT
- i need code to zip and unzip the details in a folder.....using the java zip utility...can anyone help me in this regard......
- I have found that a bug exists in the ZipInputStre...
- Sun, 23 Sep 2007 21:43:00 GMT
- I have found that a bug exists in the ZipInputStream class in JDK versions prior to 1.4.2. (Bug ID: 4635869) My problem is that I am having the same error occur in one of our production web applications. Since we are using Websphere 5.0 the version of JDK is earlier than the one with the bug ...
- Zip & UTF-8 text files
- Sun, 23 Sep 2007 08:50:00 GMT
- I have a very strange problem and am lost. I've got a string that contains Chinese characters. This string needs to be zipped up as a text file, attached to an email and sent to the user. When the user receives the file, the text in the file contains garbage characters instead of Chinese. ...
- Zip a .mdb file through java program & extract it
- Tue, 18 Sep 2007 12:22:00 GMT
- hi,This is Srinivas from India, working as a java programmer in Print Electronics Equipments Pvt Ltd., Mumbai. I have used one of the program from Thinking in Java (chapter 11) c11 named ZipCompress.java it is working fine with all the .txt files ,.dat files etc, if i am zipping a .mdb table ...
- "Desktop Technologies" Related Questions
- German quotation marks
- Currently I am writing a German help text including 'special characters' such as umlauts (ä, ö, ü, ...). I would also would like to include German quotation marks represented by the html names "bdquo;" and "rdquo;" But this does not work. Any idea? (Umlauts and ß work ...
- How to get the return value from the console
- Hi, all:Inside my java program, I need to use Runtime.getRuntime().exec(cmd) to get some file system information, for example, I need to get some files under certain folder using:Process p =Runtime.getRuntime().exec("CMD /C DIR /O-N /A-D /B C:\\temp");I try using p.getInputStream() to get the ...
- JWS & Window NT Policy manager problems
- Has anyone had any experience using a Java Web Start deployed application and the Windows NT Policy manager?When I login to the PC as an adminstrator and run the application it works great.When I login to the PC with an account filtered with the NT Policy manager, the application runs fine ...
- Java Runtime Environment (JRE) - windows freezes when I try to debug
- HiI've got a problem -- when I place a breakpoint and then debug that code, windows freezes -- except for mouse (and after tens of <ctrl> + <alt> + <del> 's, I can close the javaw process and everything works fine again).This happens with all IDE's (now I tested it and ...
- Probelm in Japanese encoding
- Can you please help me in japanese text.I've created a property like this...btnOK = 廔椆titleBar = 俴俠俵儘僌僀儞丒儊僢僙乕僕I saved it as MessagesBundle_ja_JP.propertiesimport java.awt.*;import javax.swing.*;import java.awt.event.*;import javax.swing.event.*;import java.util.*;public class a extend...
- HP/UX jre throws UnsatisfiedLinkError (tar.gz distribution)
- hi, i've downloaded the HP/UX jre in its tar.gz form (ie not the .depot). My intention is to put it on the root of a CD with a java app so that the java app. can be run on HP/UX machines without a jre installed.The two issues I'm aware of are1) permissions (HP/UX is apparently sensitive to ...
- Location of JavaHelpSearch folder?
- Hi all,I am trying to place my hs file in a different directory than the JavaHelpSearch folder (the folder contains the indexes to search my help html pages). However, my SearchView does not work unless I placed the hs file and the JavaHelpSearch in the same directory. Does anyone knows what is ...
- add Trusted root certificates for the native client
- hello all,The question is simple,can you add Trusted root certificates for the native client ?like you can do in a browser.regards,Cock van't HoogDupaco...
- Some confusions about JRE
- I considered JRE as Java Runtime Environment, and it means cannot compile a java source code, and we should install JDK to do a java development.But incidentally I find that I can do a java development in eclipse without the installation of JDK.And What is the internal mechanism of such ...
- how to insert .dbf file in J2EE application
- i want to insert .dbf files in my J2EE application. and ultimately i want to show the result as per the requirement through that particular dbf file.i m new to J2EE programming. so please explain me in detail....