Search Mailing List Archives
[protege-discussion] Error starting Protege Server
David A Lucas
dlucas8 at jhu.edu
Fri Sep 7 12:48:05 PDT 2007
Thanks I just pasted verbatim from the tutorial without reading what the
statement was actually doing. Duh.
Aaron
-----Original Message-----
From: protege-discussion-bounces at lists.stanford.edu
[mailto:protege-discussion-bounces at lists.stanford.edu] On Behalf Of Thomas
Russ
Sent: Friday, September 07, 2007 3:21 PM
To: User support for Core Protege and the Protege-Frames editor
Subject: Re: [protege-discussion] Error starting Protege Server
On Sep 7, 2007, at 11:44 AM, David A Lucas wrote:
>
>
> I receive the following error when trying to start the Protégé
> Server (I have set my classpath to all of the .jar files in the
> installation directory lax. Looks, protégé,
):
No, you haven't. ;)
In the invocation below, you explicitly give the classpath parameter
via "-cp" and set it to only be protege.jar
You can do one of two things.
1. If you have set the CLASSPATH environment variable (or whatever
Windows calls it), then remove the "-cp protege.jar" from the java
invocation.
2. Include all of the necessary jar files in a list following the "-
cp" switch, separating the names with a semi-colon (;) for Windows or
a colon (:) for Unix operating systems.
> ERROR:
>
>
>
> C:\Program Files\Protege_3.3.1>java -cp protege.jar -
> Djava.rmi.server.codebase=file:/c:/program%20files/protege_3.3.1/
> protege.jar edu.stanford.smi.protege.server.Server -
> saveIntervalSec=180 examples\server\metaproject.pprj
> Exception in thread "main" java.lang.NoClassDefFoundError: com/
> jgoodies/looks/plastic/PlasticTheme
> at edu.stanford.smi.protege.server.Server.startServer
> (Unknown Source)
>
> at edu.stanford.smi.protege.server.Server.startServer
> (Unknown Source)
>
> at edu.stanford.smi.protege.server.Server.main(Unknown Source)
>
>
>
>
>
> Any help in this matter would be greatly appreciated.
>
>
>
> Regards,
>
> Aaron
>
> _______________________________________________
>
> David Aaron Lucas
> Software Engineer
>
> Center for Cardiovascular Bioinformatics and Modeling
> Institute for Computational Medicine
> Johns Hopkins University
>
>
>
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/
> faq.html#01a.03
_______________________________________________
protege-discussion mailing list
protege-discussion at lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing:
http://protege.stanford.edu/doc/faq.html#01a.03
More information about the protege-discussion
mailing list