Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Papyrus download(Papyrus download)
Papyrus download [message #1818096] Thu, 05 December 2019 20:09 Go to next message
Jim G is currently offline Jim GFriend
Messages: 1
Registered: December 2019
Junior Member
Hello,
I would like to download Eclipse Papyrus for UML modeling. I cannot install on a network-connected machine, and I do not see it in the downloads page. Is there a path to an offline installer? Environment = RHEL 6/7
Thanks!
Re: Papyrus download [message #1818099 is a reply to message #1818096] Thu, 05 December 2019 21:32 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
There don't appear to be any zipped update sites available for download for Papyrus. Perhaps I just can't find them so you could ask on their specific forum:

https://www.eclipse.org/forums/index.php/f/121/

In the worst case, you could use the mirror application to make a copy/mirror of the update site on a portable drive:

https://wiki.eclipse.org/Equinox_p2_Repository_Mirroring

E.g., I used this bash script to create mirrors of update sites so that I could host a tutorial where the students didn't have network access:
#!/bin/sh

eclipse="/d/sandbox/oomph-master/eclipse/eclipse.exe"

if [[ $# != 2 ]]; then
  echo "mirror-eclipse <source-URL> <targetURL>"
else
 $eclipse -nosplash -verbose \
   -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication \
   -source $1 \
   -destination $2
 $eclipse -nosplash -verbose \
   -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication \
   -source $1 \
   -destination $2
fi

exit


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:New install: .p2\pools.info.temp (Access is denied)
Next Topic:[SOLVED] JVM terminated. Exit code=1
Goto Forum:
  


Current Time: Tue Apr 23 13:09:47 GMT 2024

Powered by FUDForum. Page generated in 0.07905 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top