Running Eclipse without the Binary [message #209800] |
Thu, 11 March 2004 18:19 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.04183 seconds