You are not logged in.

#1 2005-08-06 11:55:26

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

What to do with this .jar?

I'm building an app which includes extentions for numerous interpreters.  I have successfully managed to pkg the ruby/tcl/python/etc stuff but the java has be stumped.  These are the install instructions:

After MapServer is configured and compiled, change directory to the Java
mapscript location and execute::

    $ cd mapscript/java
    $ make
    $ make test

Copy the shared libmapscript.so and mapscript.jar to the appropriate location.

It builds fine but what its "the appropriate location"?

All the interpreters have been installed to /usr/lib/<interpreter> so far - hints please smile

Offline

#2 2005-08-08 13:10:41

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: What to do with this .jar?

Blimey, they are rather brief instructions! I expect the "appropriate place" is somewhat subjective. You can put jars anyway just so long as the path is in Java's classpath. In Arch, the appropriate place according to Dusty's Java guidelines are /usr/share/java and within you create a dir per app and place all the jars.

Offline

#3 2005-08-08 13:47:20

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: What to do with this .jar?

what about the .so file?  Is that going to go in the same place?  Does that sound "normal"?

Offline

#4 2005-08-08 14:02:51

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: What to do with this .jar?

Well, the topic was called "What to do with this .jar?", so I thought you were only asking about the jar! tongue

I dunno about the .so. It's not Java related, per se. That presumably goes with all the other .so files.

Offline

Board footer

Powered by FluxBB