-
The solution for this problem is:
ANT_HOME=/usr/share/ant
JAVA_HOME=/usr/java/jdk
classpath=:#CLASSPATH path=$JAVA_HOME/bin:$PATH export PATH export CLASSPATH export JAVA_HOME
this can be added to /etc/profile see example:
==============================
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then
. $i.
2008-02-03 14:01:06 UTC by slavagt
-
I also have the same problem at FC7, jdk1.6.0_04, Athlon X2_64. Possibly this a problem of Fedora only ? But how to fix this ? I don't familiar with java :^( Please help.
Here my error output:
============
[root@maze plarpebu]# ant compile
Buildfile: build.xml
init:
compile:
[javac] Compiling 3 source files to /root/DOP/t/plarpebu/build/classes.player
[javac] ----------.
2008-02-03 13:06:37 UTC by slavagt
-
Unable to compile, there is a lot of errors :
[root@surfzoidPC plarpebu]# ant all|grep error
[javac] Syntax error, parameterized types are only available if source level is 5.0
[javac] Syntax error, parameterized types are only available if source level is 5.0
[javac] Syntax error, parameterized types are only available if source level is 5.0
[javac] Syntax error, 'for each'...
2007-08-16 14:56:38 UTC by surfzoid
-
I don't think that is a fault from the program, but from the zip classes. Always try to unzip the .kar when possible.
2007-06-22 14:01:58 UTC by tian2992
-
When I try to play zipped mp3+cdg files, nearly all of my files show the following error: "Error reading zip file: java.util.zip.ZipException: invalid CEN header (bad compression method)".
These zip files work fine with all the other programs I've tried them with (PCDJ, winzip, etc.)
2007-02-27 03:56:08 UTC by nobody
-
kevlaur committed revision 178 to the Plarpebu a java karaoke player SVN repository, changing 1 files.
2007-02-06 00:33:03 UTC by kevlaur
-
mbuffa committed revision 177 to the Plarpebu a java karaoke player SVN repository, changing 1 files.
2007-02-03 20:05:17 UTC by mbuffa
-
mbuffa committed revision 176 to the Plarpebu a java karaoke player SVN repository, changing 1 files.
2007-02-03 13:07:43 UTC by mbuffa
-
kevlaur committed revision 175 to the Plarpebu a java karaoke player SVN repository, changing 1 files.
2007-01-23 04:27:45 UTC by kevlaur
-
kevlaur committed revision 174 to the Plarpebu a java karaoke player SVN repository, changing 1 files.
2007-01-23 04:19:15 UTC by kevlaur