version 1.35l

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

version 1.35l

Leonardo K. M
Hi,

I need the version 1.35l of ImageJ because the program
that I´m using only works with this version.
Where could I download it?

Thanks,

Leonardo


               
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
Reply | Threaded
Open this post in threaded view
|

Re: version 1.35l

dscho
Hi,

On Mon, 8 May 2006, Leonardo K. M wrote:

> I need the version 1.35l of ImageJ because the program
> that I´m using only works with this version.
> Where could I download it?

You can download the source and compile 1.35s:

http://rsb.info.nih.gov/ij/download/src/

If you really absolutely need 1.35l, and cannot make the code work with
1.35s, I still have the old version around somewhere, and Wayne probably
too.

Hth,
Dscho
Reply | Threaded
Open this post in threaded view
|

Re: version 1.35l

Commandeur
In reply to this post by Leonardo K. M
Hi Leonardo,

What program are you working with? Isn't it perhaps the case that you need
1.35l or up?

To update ImageJ you should get the latest ij.jar file.
This file is available from the upgrade page:
http://rsb.info.nih.gov/ij/upgrade/ij.jar

Rename the ij.jar in your ImageJ directory to 'oldij.jar' or something and
place the new 'ij.jar' in you ImageJ directory to upgrade to version 1.36f,
which is currently the latest version.

Greetings,
Edwin

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]]On Behalf Of
Leonardo K. M
Sent: maandag 8 mei 2006 21:13
To: [hidden email]
Subject: version 1.35l


Hi,

I need the version 1.35l of ImageJ because the program
that I´m using only works with this version.
Where could I download it?

Thanks,

Leonardo



_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e
anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
Reply | Threaded
Open this post in threaded view
|

Re: version 1.35l

Leonardo K. M
In reply to this post by dscho
Hi,

I really absolutely need version 1.35l because the
program only works with this version. I have already
tried the last version and others versions too, but it
didn´t work.

Thanks,

Leonardo

--- Johannes Schindelin <[hidden email]>
escreveu:

> Hi,
>
> On Mon, 8 May 2006, Leonardo K. M wrote:
>
> > I need the version 1.35l of ImageJ because the
> program
> > that I´m using only works with this version.
> > Where could I download it?
>
> You can download the source and compile 1.35s:
>
> http://rsb.info.nih.gov/ij/download/src/
>
> If you really absolutely need 1.35l, and cannot make
> the code work with
> 1.35s, I still have the old version around
> somewhere, and Wayne probably
> too.
>
> Hth,
> Dscho
>



               
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
Reply | Threaded
Open this post in threaded view
|

Compile and run error

Ahmed Khwaja
In reply to this post by dscho
Hi,

When I try to compile java file through compile and run, it gives me
following error message:

"This JVM does not include the javac compiler. Javac is included with
Window, OS X and Linux versions of ImageJ".

The error appears with ImageJ 1.37. Then I reinstalled ImageJ bundled with
JRE 5.0.6 (20MB), but the error persists.
 
I appreciate any help.

Ahmed
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

dscho
Hi,

On Thu, 11 May 2006, Ahmed Khwaja wrote:

> "This JVM does not include the javac compiler. Javac is included with
> Window, OS X and Linux versions of ImageJ".

The java compiler is *not* included in the JRE. It is in the JDK (the "D"
in JDK means "Developer").

So: install the jdk.

Hth,
Dscho
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

Ahmed Khwaja
Hi Jhonnes,

I had JDK, but I reinstall it again. I'm still getting the same error.

Ahmed

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of
Johannes Schindelin
Sent: Thursday, 11 May, 2006 8:24 PM
To: [hidden email]
Subject: Re: Compile and run error

Hi,

On Thu, 11 May 2006, Ahmed Khwaja wrote:

> "This JVM does not include the javac compiler. Javac is included with
> Window, OS X and Linux versions of ImageJ".

The java compiler is *not* included in the JRE. It is in the JDK (the "D"
in JDK means "Developer").

So: install the jdk.

Hth,
Dscho
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

Harry Parker
If you installed the JDK after you installed ImageJ, you need to let ImageJ know about it. Which operating system are you on?  The instructions to fix this depend on the OS. One way is to reinstall ImageJ, but quicker solutions exist.
(ImageJ  no longer always includes the JDK.  See the ImageJ installation instructions for your OS for details.)

Hope this helps.
-- Harry Parker

Ahmed Khwaja <[hidden email]> wrote: Hi Jhonnes,

I had JDK, but I reinstall it again. I'm still getting the same error.

Ahmed

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of
Johannes Schindelin
Sent: Thursday, 11 May, 2006 8:24 PM
To: [hidden email]
Subject: Re: Compile and run error

Hi,

On Thu, 11 May 2006, Ahmed Khwaja wrote:

> "This JVM does not include the javac compiler. Javac is included with
> Window, OS X and Linux versions of ImageJ".

The java compiler is *not* included in the JRE. It is in the JDK (the "D"
in JDK means "Developer").

So: install the jdk.

Hth,
Dscho



--  
Harry Parker  
Systems Engineer  
Dialog Imaging Systems, Inc.
               
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.
Reply | Threaded
Open this post in threaded view
|

Antwort: Re: Compile and run error

Joachim Wesner
In reply to this post by dscho
Hi,


>The java compiler is *not* included in the JRE. It is in the JDK (the "D"
>in JDK means "Developer").

This is not REALLY true, yes, there is no javac command line program and
other stuff unless you install an SDK, still,
IJ's "Compile and run" relies on the sun.tools.javac class to do "built-in
compiliation", which is included in tools.jar which comes,
for ex. already with the minimum windows JRE install you can download from
http://rsb.info.nih.gov/ij/download.html!

(I learned about this when I tried to do an external compile with javac and
it wouldn´t work, still IJ comile-and-run had been working like
charm all the time, also could not find any javac on my system, so what the
hell was going on.............??)

So this might be also the explanation why adding a full JDK does NOT help!
Sorry, but I also do not know what the reason might be.

Joachim




|---------+---------------------------->
|         |           Johannes         |
|         |           Schindelin       |
|         |           <Johannes.Schinde|
|         |           [hidden email]>      |
|         |           Gesendet von:    |
|         |           ImageJ Interest  |
|         |           Group            |
|         |           <[hidden email].|
|         |           GOV>             |
|         |                            |
|         |                            |
|         |           12.05.2006 01:23 |
|         |           Bitte antworten  |
|         |           an ImageJ        |
|         |           Interest Group   |
|---------+---------------------------->
  >-------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                               |
  |        An:      [hidden email]                                                                                           |
  |        Kopie:                                                                                                                 |
  |        Thema:   Re: Compile and run error                                                                                     |
  >-------------------------------------------------------------------------------------------------------------------------------|




Hi,

On Thu, 11 May 2006, Ahmed Khwaja wrote:

> "This JVM does not include the javac compiler. Javac is included with
> Window, OS X and Linux versions of ImageJ".

The java compiler is *not* included in the JRE. It is in the JDK (the "D"
in JDK means "Developer").

So: install the jdk.

Hth,
Dscho



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

Commandeur
In reply to this post by Ahmed Khwaja
Hi Ahmed,

First you should look at the 'ImageJ.cfg' file in your
ImageJ directory. This file specifies from where the java
virtual machine (JRE) is started. My 'ImageJ.cfg' file
looks like:

>
>.
>C:\Program Files\ImageJ\jre\bin\javaw.exe
>-Xmx340m -cp ij.jar ij.ImageJ
>

Once you know which installation of the JRE ImageJ uses,
you should go there and see if 'tools.jar' is in
the 'lib\ext' directory. The 'tools.jar' archive containts
the javac compiler, so you need it!

...\java\jre1.5.0_06\lib\ext

By default 'tools.jar' is not in the 'lib\ext' directory
of JRE 5.0.6. I know it is in the JRE that comes with WCIF
ImageJ and it's in the J2SE Development Kit (JDK). The JDK
is interesting to get anyway if you're planning to develop
stuff in java.

What you can do is search for 'tools.jar' on your pc and
put it in the correct '\lib\ext' directory or set the path
to the JRE that has the 'tools.jar' file there.

Hope this helps,
Greetings,
Edwin

> Hi,
>
> When I try to compile java file through compile and run,
it gives me
> following error message:
>
> "This JVM does not include the javac compiler. Javac is
included with
> Window, OS X and Linux versions of ImageJ".
>
> The error appears with ImageJ 1.37. Then I reinstalled
ImageJ bundled with
> JRE 5.0.6 (20MB), but the error persists.
>  
> I appreciate any help.
>
> Ahmed
>
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

Commandeur
In reply to this post by Ahmed Khwaja
Hi Ahmed,

Somethings I forgot in my previous mail.

a) The 'JDK' installation has 'tools.jar', but it's NOT in
the '\lib\ext\' dir of the JRE that also gets installed.

b)If you want to use '...\java\jre1.5.0_06\bin\javaw.exe'
to run ImageJ and be able to use the 'compile and run'
etcetera then you also have to copy 'ij.jar' to
the 'lib\ext\' dir of that JRE installation. (I did this
because I wanted to compile plugins with DrJava, a Java
IDE, which has syntax highlighting and a nice debugger)

It's probably more pratical to use the JRE installation
that comes with ImageJ. If I recall correctly ImageJ uses
the '...\java\jre1.5.0_06\bin\javaw.exe' if it's present,
so then you need to adjust the path .cfg file and set it
to '...\ImageJ\jre\bin\javaw.exe'.

OK, enough said about this compile and run error. If you
search the archives there is also more info on compiling
plugins.

Greetings,
Edwin


> Hi,
>
> When I try to compile java file through compile and run,
it gives me
> following error message:
>
> "This JVM does not include the javac compiler. Javac is
included with
> Window, OS X and Linux versions of ImageJ".
>
> The error appears with ImageJ 1.37. Then I reinstalled
ImageJ bundled with
> JRE 5.0.6 (20MB), but the error persists.
>  
> I appreciate any help.
>
> Ahmed
>
Reply | Threaded
Open this post in threaded view
|

Re: Compile and run error

Ahmed Khwaja
Hi all,

Thank you for the help. The problem is solved as following.

I deleted ImageJ.cfg file in the ImageJ directory and uninstalled old JRE
installations, and installed J2SE development kit 5.0 update 6.0.
When I started ImageJ it created the ImageJ.cfg by itself and located
tools.jar. The line for tools.jar was missing in the old deleted ImageJ.cfg
file.

My ImageJ.cfg file appears as following:
.
C:\Program Files\Java\jdk1.5.0_06\bin\javaw.exe
-Xmx640m -cp C:\PROGRA~1\Java\JDK15~1.0_0\lib\tools.jar;ij.jar ij.ImageJ


I appreciate for all your help.

Best,
Ahmed