Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [udig-devel] Strange error when running trunk

What is  "non è stato in grado di caricare la classe" in English? Have you tried a clean/ rebuild? 

 

From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Simone Giannecchini
Sent: Thursday, July 17, 2008 2:37 PM
To: User-friendly Desktop Internet GIS
Subject: [udig-devel] Strange error when running trunk

 

Hi list,

I was just trying to play with trunk, but after updating and rebuilding (fine btw) I am getting this error when I try to run the udig product:

 


http://pastebin.com/m7b9c1b43

 

Any hints?

 

 

Ciao,

Simone.
-- 
-------------------------------------------------------
Eng. Simone Giannecchini 
President /CEO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928


http://www.geo-solutions.it

------------------------------------------------------- 

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.138 / Virus Database: 270.5.0/1558 - Release Date: 7/17/2008 9:56 AM


> >> Hi Adrian could you test this script for starting uDig?  I have tested
> >> it and it seems to work.  The -data and other parameters are taken
> >> into account now.  Also symlinks and calling from both the symlink and
> >> the actual script from other directories also seems to work.
> >>
> >> #!/bin/sh
> >> PRG="$0"
> >> while [ -h "$PRG" ]; do
> >>       ls=`ls -ld "$PRG"`
> >>       link=`expr "$ls" : '.*-> \(.*\)$'`
> >>       if expr "$link" : '/.*' > /dev/null; then
> >>               PRG="$link"
> >>       else
> >>               PRG=`dirname "$PRG"`/"$link"
> >>       fi
> >> done
> >>
> >> # Get standard environment variables
> >> PRGDIR=`dirname "$PRG"`
> >> DATA_ARGúlse
> >>
> >> for ARG in $@
> >> do
> >>       if [ $ARG = "-data" ]; then DATA_ARG=true; fi
> >> done
> >>
> >> if $DATA_ARG; then
> >>       $PRGDIR/udig-bin $@
> >> else
> >>        $PRGDIR/udig-bin -data ~/uDigWorkspace $@
> >> fi
> >>
> >>
> >> Thanks,
> >>
> >> Jesse
> >> _______________________________________________
> >> User-friendly Desktop Internet GIS (uDig)
> >> http://udig.refractions.net
> >> http://lists.refractions.net/mailman/listinfo/udig-devel
> >
> > _______________________________________________
> > User-friendly Desktop Internet GIS (uDig)
> > http://udig.refractions.net
> > http://lists.refractions.net/mailman/listinfo/udig-devel
> >
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top