You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by SAXESS - Hussayn Dabbous <da...@saxess.com> on 2003/08/07 18:22:21 UTC

Re: Eclipse IDE

Just to be shure. I suppose, you have done
the following:

1.) you have downloaded
     eclipse-SDK-2.1.1-win32.zip
     which is the current release

2.) you have unzipped it completely to

     c:\programs\eclipse

3.) You have started

     c:\programs\eclipse\eclipse.exe

this was wht i did to install eclipse. it
worked right out of the box, although you
may need some work for configuring the
beast to your exact needs...

What java version are you running ?

in a dos box type:

  java -version

i think you need at least java-1.3. i never tried
with java-1.2


good luck, hussayn


Alice Mello Cavallo wrote:

> Hello,
> 
> Someone from this list recommended to install Eclipse and use batik from 
> it. I have downloaded it, but it does not work.I just unzipped the 
> downloaded file.There is no instructions for installation and the .exe 
> is there.Here is the error:
>  JVM terminated. exit code=2
> c:\windows\system32\javaw.exe
> -cp c:\program files\eclipse-sdk-2.1.1-win32\eclipse\sarup.jar 
> org.eclipse.core.launcher.main
> -os win32
> -ws win32
> -arch x86
> -showsplash .....
> 
> I am runing XP, I know not a great OS....
> Thanks,
> Alice
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-users-help@xml.apache.org
> 

-- 
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax:     +49-221-56011-20
E-Mail:  dabbous@saxess.com


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Batik & Eclipse

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Hi all,

I am still trying to make batik work from inside of Eclipse, because I want 
to try to open a Svg image document and learn how to manipulate it from java.

I think I am almost there, but this is the last msg I get :

java.lang.Error
at 
org.apache.batik.util.ApplicationSecurityEnforcer.setDevBase(ApplicationSecurityEnforcer.java:303)
at 
org.apache.batik.util.ApplicationSecurityEnforcer.installSecurityManager(ApplicationSecurityEnforcer.java:234)
at 
org.apache.batik.util.ApplicationSecurityEnforcer.enforceSecurity(ApplicationSecurityEnforcer.java:161)
at org.apache.batik.apps.svgbrowser.Main.setPreferences(Main.java:667)
at org.apache.batik.apps.svgbrowser.Main.<init>(Main.java:305)
at org.apache.batik.apps.svgbrowser.Main.main(Main.java:148)
Exception in thread "main"

I have a .java.policy file on my home directory with all permissions set.

Any help will be very appreciated,

Alice

Re: more on Eclipse & batik

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Should I move js.jar to org.apache.batik.script.rhino ?

Where do I find the missing Ant classes?

Thanks,
Alice
At 04:51 PM 8/7/2003, you wrote:
>Alice Mello Cavallo wrote:
>>Should I delete
>>org.apache.batik.script.jacl,
>>org.apache.batik.script.jpython and
>>org.apache.batik.script.rhino
>>from the project since I am in a windows platform? Those packages are 
>>also missing some classes.
>>I think that is all what I have to fix, before I can use it.
>
>     You can delete jacl and jpython, but I think you should
>keep rhino and add some of the jar files from xml-batik/lib
>in particular 'js.jar' which is the rhino interpreter.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Opening SVGDocument

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Hi all,

Sorry to be asking basic questions.
Is there any tutorial or documentation that can guide me on creating a 
frame or canvas that can open and manipulate SVG image. I was trying to get 
this answer at Batik, but the project is too complex for my understanding 
at this initial stage. I know I can create a JSVGFrame or JSVGComponent and 
then loadSVGDocument, but I still don't have it all together.

I am have imported the batik jars into my project.

Thanks,

Alice


Alice Mello Cavallo
PhD student at Tufts University
Technology in Education Consultant
Lesley University Adjunct Instructor
http://web.media.mit.edu/~mello/


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


RE: Org.apache.tools.ant

Posted by Boris Osipchuk <bo...@oneil.com>.
Alice,
	you could not find  GUI Builder because there is none. For me, however,
this is not something I would need.
	Since, you never said you only wanted to do drag and drop development, I
assumed you just needed a solid IDE.
	But don't dispair just yet. The beauty of Eclipse os that it is open source
and some company may have implemented GUI Building tool based on Eclipse.
	I know Rational wrapped its tool around Eclipse. So try searcing the net
for anything like that.
	If you don't find anything and still want to stick to drag and drop
development, then you probably will have to go back to JBuilder.

	About RasterizerTask.java
	In my project only JAXPUtils import cannot be resolved, but I never
bothered with it since Batik was running fine.

	About import of jars:
	Yes, just make sure you use appropriate button in Eclipse
	Add Jars - adds jars that are already reside in some directory inside the
project.
	Add External Jars - adds jars that are outside the project



Boris A. Osipchuk
Application Engineer

O'NEIL & ASSOCIATES, INC.
495 Byers Rd.
Miamisburg, Ohio 45342-3662
Phone: (937) 865-0846 ext. 3425
Fax: (937) 865-5858
E-mail: bosipchuk@oneil.com

-----Original Message-----
From: Alice Mello Cavallo [mailto:mello@media.mit.edu]
Sent: Friday, August 08, 2003 3:12 PM
To: 'Batik Users'
Subject: RE: Org.apache.tools.ant

Thank you Boris,

Eclipse seems "smarter" than JBuilder, but I could not find a gui interface
yet. I like the easiness of dragging and clicking visual objects and the
code be built behind the scene.

I have followed your suggestions and everything is clear now, except for
RasterizerTask.java.:
Two of the ant imports can not be resolved (Project and JAXPUtils)

If I just want to import batik features inside my project, could I use your
instructions to add all batik jars into it?

Alice



At 05:23 AM 8/8/2003, you wrote:
>Ant comes with Batik, so you don't have to download a new one.
>Try this for Ant.
>Right-click on your Batik project, select Properties, select Java Build
>Path, make sure the Libraries tab is selected. Click Add Jar, then expand
>Batik project, expand lib folder, expand build folder. Choose ant jar file.
>Click OK.
>I hope this helps.
>
>P.S There is book about Eclipse from www.manning.com. It is called Eclipse
>in Action.
>You might want to buy it if you decide that yo like Eclipse. They have a
pdf
>option which is like $25.
>
>Boris A. Osipchuk
>Application Engineer
>
>O'NEIL & ASSOCIATES, INC.
>495 Byers Rd.
>Miamisburg, Ohio 45342-3662
>Phone: (937) 865-0846 ext. 3425
>Fax: (937) 865-5858
>E-mail: bosipchuk@oneil.com
>
>-----Original Message-----
>From: Alice Mello Cavallo [mailto:mello@media.mit.edu]
>Sent: Friday, August 08, 2003 3:18 AM
>To: Batik Users
>Subject: Org.apache.tools.ant
>
>I have exploded js.jar and ant1_4_1.jar, but instead of *.java files, I got
>class ones.
>
>Therefore, the imports org.apache.tools.ant still have errors.
>
>Please help!!!!!!
>
>
>
>Alice
>
>
>At 04:51 PM 8/7/2003, you wrote:
> >Alice Mello Cavallo wrote:
> >>Should I delete
> >>org.apache.batik.script.jacl,
> >>org.apache.batik.script.jpython and
> >>org.apache.batik.script.rhino
> >>from the project since I am in a windows platform? Those packages are
> >>also missing some classes.
> >>I think that is all what I have to fix, before I can use it.
> >
> >     You can delete jacl and jpython, but I think you should
> >keep rhino and add some of the jar files from xml-batik/lib
> >in particular 'js.jar' which is the rhino interpreter.
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> >For additional commands, e-mail: batik-users-help@xml.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org

Alice Mello Cavallo
PhD student at Tufts University
Technology in Education Consultant
Lesley University Adjunct Instructor
http://web.media.mit.edu/~mello/


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


RE: Org.apache.tools.ant

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Thank you Boris,

Eclipse seems "smarter" than JBuilder, but I could not find a gui interface 
yet. I like the easiness of dragging and clicking visual objects and the 
code be built behind the scene.

I have followed your suggestions and everything is clear now, except for 
RasterizerTask.java.:
Two of the ant imports can not be resolved (Project and JAXPUtils)

If I just want to import batik features inside my project, could I use your 
instructions to add all batik jars into it?

Alice



At 05:23 AM 8/8/2003, you wrote:
>Ant comes with Batik, so you don't have to download a new one.
>Try this for Ant.
>Right-click on your Batik project, select Properties, select Java Build
>Path, make sure the Libraries tab is selected. Click Add Jar, then expand
>Batik project, expand lib folder, expand build folder. Choose ant jar file.
>Click OK.
>I hope this helps.
>
>P.S There is book about Eclipse from www.manning.com. It is called Eclipse
>in Action.
>You might want to buy it if you decide that yo like Eclipse. They have a pdf
>option which is like $25.
>
>Boris A. Osipchuk
>Application Engineer
>
>O'NEIL & ASSOCIATES, INC.
>495 Byers Rd.
>Miamisburg, Ohio 45342-3662
>Phone: (937) 865-0846 ext. 3425
>Fax: (937) 865-5858
>E-mail: bosipchuk@oneil.com
>
>-----Original Message-----
>From: Alice Mello Cavallo [mailto:mello@media.mit.edu]
>Sent: Friday, August 08, 2003 3:18 AM
>To: Batik Users
>Subject: Org.apache.tools.ant
>
>I have exploded js.jar and ant1_4_1.jar, but instead of *.java files, I got
>class ones.
>
>Therefore, the imports org.apache.tools.ant still have errors.
>
>Please help!!!!!!
>
>
>
>Alice
>
>
>At 04:51 PM 8/7/2003, you wrote:
> >Alice Mello Cavallo wrote:
> >>Should I delete
> >>org.apache.batik.script.jacl,
> >>org.apache.batik.script.jpython and
> >>org.apache.batik.script.rhino
> >>from the project since I am in a windows platform? Those packages are
> >>also missing some classes.
> >>I think that is all what I have to fix, before I can use it.
> >
> >     You can delete jacl and jpython, but I think you should
> >keep rhino and add some of the jar files from xml-batik/lib
> >in particular 'js.jar' which is the rhino interpreter.
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> >For additional commands, e-mail: batik-users-help@xml.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org

Alice Mello Cavallo
PhD student at Tufts University
Technology in Education Consultant
Lesley University Adjunct Instructor
http://web.media.mit.edu/~mello/


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: Org.apache.tools.ant

Posted by Thomas DeWeese <Th...@Kodak.com>.
Alice Mello Cavallo wrote:
> I have exploded js.jar and ant1_4_1.jar, but instead of *.java files, I 
> got class ones.
> 
> Therefore, the imports org.apache.tools.ant still have errors.

     I don't think you want the ant files.  These are used to
provide an SVG rasterization task for Ant which you probably don't
want.

     Someone else told you how to add the Jar files to the
class path directly in eclipse - this is what you want to do.




---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


RE: Org.apache.tools.ant

Posted by Boris Osipchuk <bo...@oneil.com>.
Ant comes with Batik, so you don't have to download a new one.
Try this for Ant.
Right-click on your Batik project, select Properties, select Java Build
Path, make sure the Libraries tab is selected. Click Add Jar, then expand
Batik project, expand lib folder, expand build folder. Choose ant jar file.
Click OK.
I hope this helps.

P.S There is book about Eclipse from www.manning.com. It is called Eclipse
in Action.
You might want to buy it if you decide that yo like Eclipse. They have a pdf
option which is like $25.

Boris A. Osipchuk
Application Engineer

O'NEIL & ASSOCIATES, INC.
495 Byers Rd.
Miamisburg, Ohio 45342-3662
Phone: (937) 865-0846 ext. 3425
Fax: (937) 865-5858
E-mail: bosipchuk@oneil.com

-----Original Message-----
From: Alice Mello Cavallo [mailto:mello@media.mit.edu]
Sent: Friday, August 08, 2003 3:18 AM
To: Batik Users
Subject: Org.apache.tools.ant

I have exploded js.jar and ant1_4_1.jar, but instead of *.java files, I got
class ones.

Therefore, the imports org.apache.tools.ant still have errors.

Please help!!!!!!



Alice


At 04:51 PM 8/7/2003, you wrote:
>Alice Mello Cavallo wrote:
>>Should I delete
>>org.apache.batik.script.jacl,
>>org.apache.batik.script.jpython and
>>org.apache.batik.script.rhino
>>from the project since I am in a windows platform? Those packages are
>>also missing some classes.
>>I think that is all what I have to fix, before I can use it.
>
>     You can delete jacl and jpython, but I think you should
>keep rhino and add some of the jar files from xml-batik/lib
>in particular 'js.jar' which is the rhino interpreter.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Org.apache.tools.ant

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
I have exploded js.jar and ant1_4_1.jar, but instead of *.java files, I got 
class ones.

Therefore, the imports org.apache.tools.ant still have errors.

Please help!!!!!!



Alice


At 04:51 PM 8/7/2003, you wrote:
>Alice Mello Cavallo wrote:
>>Should I delete
>>org.apache.batik.script.jacl,
>>org.apache.batik.script.jpython and
>>org.apache.batik.script.rhino
>>from the project since I am in a windows platform? Those packages are 
>>also missing some classes.
>>I think that is all what I have to fix, before I can use it.
>
>     You can delete jacl and jpython, but I think you should
>keep rhino and add some of the jar files from xml-batik/lib
>in particular 'js.jar' which is the rhino interpreter.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: more on Eclipse & batik

Posted by Thomas DeWeese <Th...@Kodak.com>.
Alice Mello Cavallo wrote:
> Should I delete
> org.apache.batik.script.jacl,
> org.apache.batik.script.jpython and
> org.apache.batik.script.rhino
> 
> from the project since I am in a windows platform? Those packages are 
> also missing some classes.
> 
> I think that is all what I have to fix, before I can use it.

     You can delete jacl and jpython, but I think you should
keep rhino and add some of the jar files from xml-batik/lib
in particular 'js.jar' which is the rhino interpreter.



---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


RE: more on Eclipse & batik

Posted by Boris Osipchuk <bo...@oneil.com>.
I think when you add js.jar to the Java Build Path that should take care of
the rhino errors.
I could not find any jars for the other two. I don't know if you want to
delete them, but they won't interfere in Batik running.

Boris A. Osipchuk
Application Engineer

O'NEIL & ASSOCIATES, INC.
495 Byers Rd.
Miamisburg, Ohio 45342-3662
Phone: (937) 865-0846 ext. 3425
Fax: (937) 865-5858
E-mail: bosipchuk@oneil.com

-----Original Message-----
From: Alice Mello Cavallo [mailto:mello@media.mit.edu]
Sent: Thursday, August 07, 2003 9:51 PM
To: Batik Users
Subject: more on Eclipse & batik

Hello,

Should I delete
org.apache.batik.script.jacl,
org.apache.batik.script.jpython and
org.apache.batik.script.rhino

from the project since I am in a windows platform? Those packages are also
missing some classes.

I think that is all what I have to fix, before I can use it.

Thank you so much,

Alice


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


more on Eclipse & batik

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Hello,

Should I delete
org.apache.batik.script.jacl,
org.apache.batik.script.jpython and
org.apache.batik.script.rhino

from the project since I am in a windows platform? Those packages are also 
missing some classes.

I think that is all what I have to fix, before I can use it.

Thank you so much,

Alice


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Eclipse & batik

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Hello all,

I created a project named batik and imported all batik source into it using 
import>file system.

I have to make a couple changes in the directory structure, but most of it 
is ok.

The ant packages are not to be found:
// -- Ant classes ------------------------------------------------------------
import org.apache.tools.ant.Project;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.taskdefs.MatchingTask;
import org.apache.tools.ant.types.EnumeratedAttribute;
import org.apache.tools.ant.types.FileSet;
import org.apache.tools.ant.util.JAXPUtils;

Any idea where can I get them?

Thanks again,
Alice

Re: Simple java program to open a SVG file

Posted by Thomas DeWeese <Th...@Kodak.com>.
Hi Alice,

Alice Mello Cavallo wrote:
> I am trying to understand how all works,  but the batik project is to 
> complex for me, and I have not found any documentation or tutorial on 
> how to use the basic implemented features.

     Don't give up now you are _very_ close.  To be fair a lot
of your issues have been more Java issues (class path, jar files,
packages) than true Batik issues.  Please keep in mind that Batik
implements a 600 page specification that builds on several other
multi-hundred page specifications (CSS2, DOM, DOM Events), it needs
to be a large library.  Anyone on to the problem at hand.

> I am trying the program below, but get the SVG Error:
> 
> Unable to make sense of URL for connection
> 
> Does it mean that I can not open a local file, but only remote ones?
> 
> I will appreciate any input,

    C:/Program... is not a URL it is a platform file reference.
The best way to turn this into a URL is something like:

	java.io.File file = new File("C:/Program...");
	java.net.URL url = file.toURL();
	csvg.loadSVGDocument(url.toString());

    The url version of this file ref would look something like:

	file://C:/Program....

    But File.toURL will get it right for you - so use that.

>> csvg.loadSVGDocument( "C:/Program 
>> Files/eclipse-SDK-2.1.1-win32/eclipse/workspace/Batik/samples/3D.svg" );
>>
>> }
>> } 




---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Simple java program to open a SVG file

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Hi all,

I am trying to understand how all works,  but the batik project is to 
complex for me, and I have not found any documentation or tutorial on how 
to use the basic implemented features.
I am trying the program below, but get the SVG Error:

Unable to make sense of URL for connection

Does it mean that I can not open a local file, but only remote ones?

I will appreciate any input,
Alice

>/*
>  * Created on Aug 11, 2003
>  *
>  * To change the template for this generated file go to
>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>  */
>package org.apache.batik.apps.svgbrowser;
>
>import org.apache.batik.swing.JSVGCanvas;
>
>/**
>  * @author Alice Mello
>  *
>  * To change the template for this generated type comment go to
>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>  */
>public class OpenSVG {
>
>
>/**
>  *
>  */
>// JSVGViewerFrame vf = new JSVGViewerFrame();
>public OpenSVG() {
>super();
>// TODO Auto-generated constructor stub
>}
>
>  public static void  main(String[] args) {
>JSVGCanvas csvg = new JSVGCanvas();
>csvg.loadSVGDocument("C:/Program 
>Files/eclipse-SDK-2.1.1-win32/eclipse/workspace/Batik/samples/3D.svg");
>
>}
>}

Re: Eclipse IDE

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
I deleted the 1_3 version and Eclipse worked.

Now, I am trying to figure out how to import batik or any other project 
into it.

Thanks,
Alice


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: Eclipse IDE

Posted by SAXESS - Hussayn Dabbous <da...@saxess.com>.
I don't think, redeownloading eclipse will do it.
i agree with thomas, that setting JAVA_HOME is the
best bet...

But also one of my clients reported sometimes ago about
a very strange error, while he had installed java-1.3
and java-1.4 on the same box, but i have no details.
He finally deinstalled both java-versions and
reinstalled the 1.3 to get his problem solved
(but this is just a hint, not an advice!)
Please, don't blame me, if this is nonesense.

Maybe it is also of importance that your output tells us,
that the MS-java engine was running ???

	c:\windows\system32\javaw.exe

As far as i know, the sun jdk is located elsewhere (usually)

regards, hussayn

Thomas DeWeese wrote:

> Alice Mello Cavallo wrote:
> 
>> Dr. Hussayn Dabbous,
>>
>> I did all that.
>> Now, I have the development 1.4.1_02 version of Java as well as the 
>> runtime 1.3.1_02. Both directories are in the path, but the system 
>> does not recognize both.
>> I need to position myself on the respective dir to get the java version.
>>
>>  Uhmmm, what would be next? I will try to download it again....
> 
> 
>   Try setting JAVA_HOME to point to the root of one of the JDK's.
> It looks to me like it was just using the wrong JDK.
> 
>>
>> Registry key"SAt 06:22 PM 8/7/2003 +0200, you wrote:
>>
>>> Just to be shure. I suppose, you have done
>>> the following:
>>>
>>> 1.) you have downloaded
>>>     eclipse-SDK-2.1.1-win32.zip
>>>     which is the current release
>>>
>>> 2.) you have unzipped it completely to
>>>
>>>     c:\programs\eclipse
>>>
>>> 3.) You have started
>>>
>>>     c:\programs\eclipse\eclipse.exe
>>>
>>> this was wht i did to install eclipse. it
>>> worked right out of the box, although you
>>> may need some work for configuring the
>>> beast to your exact needs...
>>>
>>> What java version are you running ?
>>>
>>> in a dos box type:
>>>
>>>  java -version
>>>
>>> i think you need at least java-1.3. i never tried
>>> with java-1.2
>>>
>>>
>>> good luck, hussayn
>>>
>>>
>>> Alice Mello Cavallo wrote:
>>>
>>>> Hello,
>>>> Someone from this list recommended to install Eclipse and use batik 
>>>> from it. I have downloaded it, but it does not work.I just unzipped 
>>>> the downloaded file.There is no instructions for installation and 
>>>> the .exe is there.Here is the error:
>>>>  JVM terminated. exit code=2
>>>> c:\windows\system32\javaw.exe
>>>> -cp c:\program files\eclipse-sdk-2.1.1-win32\eclipse\sarup.jar 
>>>> org.eclipse.core.launcher.main
>>>> -os win32
>>>> -ws win32
>>>> -arch x86
>>>> -showsplash .....
>>>> I am runing XP, I know not a great OS....
>>>> Thanks,
>>>> Alice
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>>>> For additional commands, e-mail: batik-users-help@xml.apache.org
>>>
>>>
>>>
>>> -- 
>>> Dr. Hussayn Dabbous
>>> SAXESS Software Design GmbH
>>> Neuenhöfer Allee 125
>>> 50935 Köln
>>> Telefon: +49-221-56011-0
>>> Fax:     +49-221-56011-20
>>> E-Mail:  dabbous@saxess.com
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>>> For additional commands, e-mail: batik-users-help@xml.apache.org
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>> For additional commands, e-mail: batik-users-help@xml.apache.org
>>
>>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-users-help@xml.apache.org
> 

-- 
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax:     +49-221-56011-20
E-Mail:  dabbous@saxess.com


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: Eclipse IDE

Posted by Thomas DeWeese <Th...@Kodak.com>.
Alice Mello Cavallo wrote:
> Dr. Hussayn Dabbous,
> 
> I did all that.
> Now, I have the development 1.4.1_02 version of Java as well as the 
> runtime 1.3.1_02. Both directories are in the path, but the system does 
> not recognize both.
> I need to position myself on the respective dir to get the java version.
> 
>  Uhmmm, what would be next? I will try to download it again....

   Try setting JAVA_HOME to point to the root of one of the JDK's.
It looks to me like it was just using the wrong JDK.

> 
> Registry key"SAt 06:22 PM 8/7/2003 +0200, you wrote:
> 
>> Just to be shure. I suppose, you have done
>> the following:
>>
>> 1.) you have downloaded
>>     eclipse-SDK-2.1.1-win32.zip
>>     which is the current release
>>
>> 2.) you have unzipped it completely to
>>
>>     c:\programs\eclipse
>>
>> 3.) You have started
>>
>>     c:\programs\eclipse\eclipse.exe
>>
>> this was wht i did to install eclipse. it
>> worked right out of the box, although you
>> may need some work for configuring the
>> beast to your exact needs...
>>
>> What java version are you running ?
>>
>> in a dos box type:
>>
>>  java -version
>>
>> i think you need at least java-1.3. i never tried
>> with java-1.2
>>
>>
>> good luck, hussayn
>>
>>
>> Alice Mello Cavallo wrote:
>>
>>> Hello,
>>> Someone from this list recommended to install Eclipse and use batik 
>>> from it. I have downloaded it, but it does not work.I just unzipped 
>>> the downloaded file.There is no instructions for installation and the 
>>> .exe is there.Here is the error:
>>>  JVM terminated. exit code=2
>>> c:\windows\system32\javaw.exe
>>> -cp c:\program files\eclipse-sdk-2.1.1-win32\eclipse\sarup.jar 
>>> org.eclipse.core.launcher.main
>>> -os win32
>>> -ws win32
>>> -arch x86
>>> -showsplash .....
>>> I am runing XP, I know not a great OS....
>>> Thanks,
>>> Alice
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>>> For additional commands, e-mail: batik-users-help@xml.apache.org
>>
>>
>> -- 
>> Dr. Hussayn Dabbous
>> SAXESS Software Design GmbH
>> Neuenhöfer Allee 125
>> 50935 Köln
>> Telefon: +49-221-56011-0
>> Fax:     +49-221-56011-20
>> E-Mail:  dabbous@saxess.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>> For additional commands, e-mail: batik-users-help@xml.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-users-help@xml.apache.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: Eclipse IDE

Posted by Alice Mello Cavallo <me...@media.mit.edu>.
Dr. Hussayn Dabbous,

I did all that.
Now, I have the development 1.4.1_02 version of Java as well as the runtime 
1.3.1_02. Both directories are in the path, but the system does not 
recognize both.
I need to position myself on the respective dir to get the java version.

  Uhmmm, what would be next? I will try to download it again....

Registry key"SAt 06:22 PM 8/7/2003 +0200, you wrote:
>Just to be shure. I suppose, you have done
>the following:
>
>1.) you have downloaded
>     eclipse-SDK-2.1.1-win32.zip
>     which is the current release
>
>2.) you have unzipped it completely to
>
>     c:\programs\eclipse
>
>3.) You have started
>
>     c:\programs\eclipse\eclipse.exe
>
>this was wht i did to install eclipse. it
>worked right out of the box, although you
>may need some work for configuring the
>beast to your exact needs...
>
>What java version are you running ?
>
>in a dos box type:
>
>  java -version
>
>i think you need at least java-1.3. i never tried
>with java-1.2
>
>
>good luck, hussayn
>
>
>Alice Mello Cavallo wrote:
>
>>Hello,
>>Someone from this list recommended to install Eclipse and use batik from 
>>it. I have downloaded it, but it does not work.I just unzipped the 
>>downloaded file.There is no instructions for installation and the .exe is 
>>there.Here is the error:
>>  JVM terminated. exit code=2
>>c:\windows\system32\javaw.exe
>>-cp c:\program files\eclipse-sdk-2.1.1-win32\eclipse\sarup.jar 
>>org.eclipse.core.launcher.main
>>-os win32
>>-ws win32
>>-arch x86
>>-showsplash .....
>>I am runing XP, I know not a great OS....
>>Thanks,
>>Alice
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>>For additional commands, e-mail: batik-users-help@xml.apache.org
>
>--
>Dr. Hussayn Dabbous
>SAXESS Software Design GmbH
>Neuenhöfer Allee 125
>50935 Köln
>Telefon: +49-221-56011-0
>Fax:     +49-221-56011-20
>E-Mail:  dabbous@saxess.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: batik-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org