0
votes
4answers
306 views

Java, cannot delete file on Windows

I have a simple updater for my application. In code i am downloading a new version, deleting old version and renaming new version to old. It works fine on Linux. But doesn't work on Windows. There ...
-1
votes
2answers
16 views

Is it possible using mmio to read wave file in java?

I'm already finished my code using delphi,but then i was wondering if i can use mmio windows function in java to read .wav file, is it even possible? if yes can u give me lead, because i can't found ...
7
votes
8answers
5k views

Ant is not able to delete some files on windows

I have an ant build that makes directories, calls javac and all the regular stuff. The issue I am having is that when I try to do a clean (delete all the stuff that was generated) the delete task ...
-2
votes
0answers
14 views

Jasperreports ExceptionInInitializerError [on hold]

I'm using Windows Server and tomcat 5. Using jasperreports to create a pdf report. I m having this error when i run first time. java.lang.ExceptionInInitializerError at ...
0
votes
1answer
35 views

Tomcat UTF-8 Issue

I have a very strange issue, I have two web apps running on the same Tomcat 6 instance. However one web app posts UTF-8 characters correctly and the other web app doesn't and I can't figure out why. ...
1
vote
0answers
25 views

How to read end of log file using batch command?

I am new to batch commands. How to read end of log file? I have many operations in my batch file, I just want a synchronous way of operations. One of the operation is java silent installation, I need ...
1
vote
1answer
29 views

What causes an InternalError to be thrown by sun.awt.shell.Win32ShellFolder2.initSpecial()?

Some of our Windows users get this stack trace shortly after launching our app: java.lang.InternalError: Could not bind shell folder to interface at ...
-1
votes
1answer
16 views

How do I profile applications on Windows and Linux to get CPU and RAM usuage values? [on hold]

I am busy doing some research and I need to do a comparison between two methods of system monitoring. I have to compare the total memory of overhead and computation required when queries are made to ...
0
votes
1answer
24 views

Writable file permission problems

In a project I'm working on in Windows 7, using JDK 7u25, I have a class that stores the state for the application. That class has a static save method to save the state to disk. I originally had the ...
0
votes
1answer
9k views

Java Runtime Environment HKEY_LOCAL_MACHINE Error

I was trying to get rid of older versions of Java (since I still had 1.6 and I also had 1.7) on my Windows XP machine. Well uninstalling 1.6 I got an error about Java Runtime Environment. When I try ...
-1
votes
1answer
36 views

Java J2SE Code Compatibility in any OS [on hold]

I am in a confusion now. I am developing a java project in windows platform. but now, the problem is how can I get to know if my all codings (Java J2SE) will work in any OS? In my codings there are ...
1
vote
2answers
703 views

Java client with libvirt on Windows

I am writing a Java based client that would be executed from Windows that will use libvirt. Got libvirt-java (http://libvirt.org/sources/java/libvirt-java-0.4.7.tar.gz) and build a jar out it (Ant ...
0
votes
0answers
18 views

Windows web app. installer with user interaction

How to create a windows installer for my web application? The setup includes the following features: Install JDK (If not there) Unzip the customized JBoss application server Install PostgreSQL with ...
1
vote
1answer
49 views

differences between windows java 1.7 and linux 1.7 [on hold]

I have found a rising number of differences between the current release of 1.7 on windows and 1.7 on linux. For example Files.ReadAllBytes(Path path) does not exist in Linux (generates compiler error ...
-4
votes
0answers
23 views

mysqldump execute via ProcessBuilder [on hold]

How to use ProcessBuilder() for mysqldump command. Project location in D: drive. Mysqldump location is C:\ProgramFiles\MySQL\MySQLServer5.0\bin\mysqldump\

1 2 3 4 5 152
15 30 50 per page