Skip to main content



      Home
Home » Newcomers » Newcomers » Papyrus download(Papyrus download)
Papyrus download [message #1818096] Thu, 05 December 2019 15:09 Go to next message
Eclipse UserFriend
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 16:32 Go to previous message
Eclipse UserFriend
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
Previous Topic:New install: .p2\pools.info.temp (Access is denied)
Next Topic:[SOLVED] JVM terminated. Exit code=1
Goto Forum:
  


Current Time: Thu Jul 10 07:58:25 EDT 2025

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

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

Back to the top