• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

OrionServer problemo

 
village idiot
Posts: 1208
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded version 1.5.2 of orionserver and when I try to install the server following the directions in the Cattle Drive like this:
cd \orion
java -jar orion.jar
I get this message:
Failed to load Main-Class manifest attribute from orion.jar
What can I do to fix this?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Carol,
Did you copy tools.jar and rt.jar in the lib directory as per requirement ?
Just check that.
Bye,
Manish
 
Carol Murphy
village idiot
Posts: 1208
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mani-
I copied tools.jar but not the other. Is that file in the same folder as tools.jar? It wasn't mentioned in the instructions, but they were for an earlier version of the orionserver.
 
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Carol rt.jar is the runtime jar. I have quite a few scattered around on my c: drive (at work) one from Sun (in C:\jdk1.1.3\bin\lib), one from Oracle (in c:\Program Files\Oracle\JInitiator 1.1.7.27 Export\lib) etc. The only one you should be concerned with is the Sun one.
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My 1.5.2 works fine by leaving the rt.jar in the original sdk1.3.1 directory. However, it might be worth a try. Let us know if it solves the problem, Carol.
 
WARNING! Do not activate jet boots indoors or you will see a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic