Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Running Eclipse without the Binary
Running Eclipse without the Binary [message #209800] Thu, 11 March 2004 18:19 Go to next message
Eclipse UserFriend
Originally posted by: tom.soraoka.com

Is there a way to run eclipse without the binary part?
...and without having to build it from source code?

I'm new to Eclipse, but veteran in Java, and work in
a military installation that has an unsupported OS -
Solaris 2.6. Java 1.4.1 runs just fine, but I can't
seem to find the binary portion of Eclipse that starts
the IDE. It would be better if I can just set the
classpath and just run the Java vm.
Re: Running Eclipse without the Binary [message #210026 is a reply to message #209800] Thu, 11 March 2004 22:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

This should be doable. Have a look at the jar files in the plugin
org.eclipse.core.boot.

Eric


Tom Soraoka maundered in <c2qaj2$ns5$1@eclipse.org>

> Is there a way to run eclipse without the binary part?
> ..and without having to build it from source code?
>
> I'm new to Eclipse, but veteran in Java, and work in
> a military installation that has an unsupported OS -
> Solaris 2.6. Java 1.4.1 runs just fine, but I can't
> seem to find the binary portion of Eclipse that starts
> the IDE. It would be better if I can just set the
> classpath and just run the Java vm.

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Re: Running Eclipse without the Binary [message #210613 is a reply to message #210026] Fri, 12 March 2004 16:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.soraoka.com

All the plugin jar files have class files, no java files, so I wasn't
sure which one had "main" in it. But I did find a class called "Main"
and it runs, but never renders any GUI.

Eric Bodden wrote:

> This should be doable. Have a look at the jar files in the plugin
> org.eclipse.core.boot.

> Eric


> Tom Soraoka maundered in <c2qaj2$ns5$1@eclipse.org>

> > Is there a way to run eclipse without the binary part?
> > ..and without having to build it from source code?
> >
> > I'm new to Eclipse, but veteran in Java, and work in
> > a military installation that has an unsupported OS -
> > Solaris 2.6. Java 1.4.1 runs just fine, but I can't
> > seem to find the binary portion of Eclipse that starts
> > the IDE. It would be better if I can just set the
> > classpath and just run the Java vm.
Re: Running Eclipse without the Binary [message #210679 is a reply to message #210613] Fri, 12 March 2004 18:41 Go to previous message
Eclipse UserFriend
Originally posted by: b_kack.hotmail.com

Try

java -cp $ECLIPSE_HOME/startup.jar org.eclipse.core.launcher.Main

But I believe you'll have to have the libraries for SWT ported for Solaris
2.6. You'll find the source for these in
org.eclipse.platform.solaris.motif.source_2.1.0

Tom Soraoka wrote:

> All the plugin jar files have class files, no java files, so I wasn't
> sure which one had "main" in it. But I did find a class called "Main"
> and it runs, but never renders any GUI.

> Eric Bodden wrote:

> > This should be doable. Have a look at the jar files in the plugin
> > org.eclipse.core.boot.

> > Eric


> > Tom Soraoka maundered in <c2qaj2$ns5$1@eclipse.org>

> > > Is there a way to run eclipse without the binary part?
> > > ..and without having to build it from source code?
> > >
> > > I'm new to Eclipse, but veteran in Java, and work in
> > > a military installation that has an unsupported OS -
> > > Solaris 2.6. Java 1.4.1 runs just fine, but I can't
> > > seem to find the binary portion of Eclipse that starts
> > > the IDE. It would be better if I can just set the
> > > classpath and just run the Java vm.
Previous Topic:throwing exceptions when trying to start an object that extends ViewPart
Next Topic:how to add buttons to bottom of Wizard
Goto Forum:
  


Current Time: Mon Nov 11 08:34:49 GMT 2024

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

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

Back to the top