Hello Maxim,
My Environmental variable for java is
JAVA_HOME - C:\Program Files\Java\jdk1.6.0_33
I added two lines in build.xml I and don’t know the reason why again getting
the same error
I added first line like this <echo>JAVA_HOME: ${java.home}</echo>
Second line normal <echo>TOOLS JAR PATH: ${tools.jar.path}</echo>
From: Maxim Solodovnik [mailto:[email protected]]
Sent: Monday, July 16, 2012 2:29 PM
To: [email protected]
Subject: Re: tools.jar.path
Hello Mukesh,
can you manually edit build.xml file and add following lines to it:
right after line 871: <target name="-retrieve-tools.jar"
unless="tools.jar.installed" description="Retrieves the libraries if needed">
add the following code:
<echo>JAVA HOME: ${java.home}</echo>
then right after line (~877): <available file="${tools.jar.path}" type="file"
property="tools.jar.installed" />
add the following code:
<echo>TOOLS JAR PATH: ${tools.jar.path}</echo>
save the file
and run "ant prepare.eclipse" (to minimize output)
and take a look at the printed paths
does it points to the correct java?
does it points to the tools.jar?
On Mon, Jul 16, 2012 at 2:52 PM, Mukesh Reddy
<[email protected]<mailto:[email protected]>> wrote:
This is the full path of my jdk “C:\Program
Files\Java\jdk1.6.0_30\lib\tools.jar”
Now also same error is coming
From: Maxim Solodovnik
[mailto:[email protected]<mailto:[email protected]>]
Sent: Monday, July 16, 2012 11:17 AM
To:
[email protected]<mailto:[email protected]>
Subject: Re: tools.jar.path
can you send me the full path to the jdk?
The jar reported by build is searched under "java home"
on my machine for example it is under: D:\apps\java\jdk1.6.0_31\lib\tools.jar
On Mon, Jul 16, 2012 at 12:41 PM, Mukesh Reddy
<[email protected]<mailto:[email protected]>> wrote:
Hi Maxim,
My jdk is java 1.7.0_05
My platform Windows 7 64bit
Thanks and Regards,
Mukesh Reddy,
US TECH SOLUTIONS. Inc.
From: Maxim Solodovnik
[mailto:[email protected]<mailto:[email protected]>]
Sent: Monday, July 16, 2012 11:07 AM
To:
[email protected]<mailto:[email protected]>
Subject: Re: tools.jar.path
Hello Mukesh,
please let me know
1) your platform
2) your JDK version
and I'll try to help you
On Mon, Jul 16, 2012 at 12:34 PM, Mukesh Reddy
<[email protected]<mailto:[email protected]>> wrote:
Hello Everyone,
I’m getting this error when I try to build the application I am
getting this error after updating my code using svn can anyone suggest me what
I have to do
Openmeetings\build.xml:878: Warning: Could not find file
C:\Users\mukesh\allnew\Openmeetings\${tools.jar.path} to copy.
Thanks and Regards,
Mukesh Reddy,
US TECH SOLUTIONS. Inc.
--
WBR
Maxim aka solomax
--
WBR
Maxim aka solomax
--
WBR
Maxim aka solomax