Home » Eclipse Projects » GEF » Modifying GEF examples
Modifying GEF examples [message #187951] |
Mon, 18 July 2005 12:20 |
Eclipse User |
|
|
|
Originally posted by: esat.cs.bilkent.edu.tr
Hi,
I want to make some changes on the shapes example, in order to see how it
works. I checked out the shapes example from cvs, but I don't know how to
compile and run the modified example. I know running the binary example
file(pressing CTRL+N, new example)
but not my own modified own. The only way i found is, compiling the
project
and put the class files into the jar, then relaunch eclipse. This method
is
very time consuming.
I just want to modify,compile and run.:D
Thanks
|
|
|
Re: Modifying GEF examples [message #187970 is a reply to message #187951] |
Mon, 18 July 2005 14:20 |
Eclipse User |
|
|
|
Originally posted by: none.unknown.com
Launch a runtime workspace.
Run -> Run... -> Eclipse Application -> New
This will launch another workbench from within Eclipse with the plug-ins
from the original installation + your workspace.
You will be able to debug the new application like any other Java program.
"Esat: Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
news:b2b05282953deca62a262fba30a62790$1@www.eclipse.org...
> Hi,
> I want to make some changes on the shapes example, in order to see how it
> works. I checked out the shapes example from cvs, but I don't know how to
> compile and run the modified example. I know running the binary example
> file(pressing CTRL+N, new example)
> but not my own modified own. The only way i found is, compiling the
> project
> and put the class files into the jar, then relaunch eclipse. This method
> is
> very time consuming.
> I just want to modify,compile and run.:D
> Thanks
>
>
>
|
|
|
Re: Modifying GEF examples [message #188126 is a reply to message #187970] |
Tue, 19 July 2005 09:55 |
Eclipse User |
|
|
|
Originally posted by: esat.cs.bilkent.edu.tr
When i run a new eclipse application, just a new Eclipse sdk windows opens
and it is empty. No projects or editor windows are open.
How can i run the shapes example from the source code in an editor windows?
Could u please write in more detail? I am very very new to eclipse
Thanks a lot
"Pratik Shah" <none@unknown.com> wrote in message
news:dbgdrd$m8d$1@news.eclipse.org...
> Launch a runtime workspace.
> Run -> Run... -> Eclipse Application -> New
> This will launch another workbench from within Eclipse with the plug-ins
> from the original installation + your workspace.
> You will be able to debug the new application like any other Java program.
>
> "Esat: Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
> news:b2b05282953deca62a262fba30a62790$1@www.eclipse.org...
>> Hi,
>> I want to make some changes on the shapes example, in order to see how it
>> works. I checked out the shapes example from cvs, but I don't know how to
>> compile and run the modified example. I know running the binary example
>> file(pressing CTRL+N, new example)
>> but not my own modified own. The only way i found is, compiling the
>> project
>> and put the class files into the jar, then relaunch eclipse. This method
>> is
>> very time consuming.
>> I just want to modify,compile and run.:D
>> Thanks
>>
>>
>>
>
>
|
|
|
Re: Modifying GEF examples [message #188207 is a reply to message #188126] |
Tue, 19 July 2005 15:22 |
Eclipse User |
|
|
|
Originally posted by: none.unknown.com
Yes, because it's a new workbench running in a new/different workspace. You
would create whatever files you want, just like you would in your main
workspace. Create a new simple project and then a new example in it.
"Esat Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
news:dbiin2$2dp$1@news.eclipse.org...
> When i run a new eclipse application, just a new Eclipse sdk windows opens
> and it is empty. No projects or editor windows are open.
> How can i run the shapes example from the source code in an editor
windows?
> Could u please write in more detail? I am very very new to eclipse
> Thanks a lot
>
> "Pratik Shah" <none@unknown.com> wrote in message
> news:dbgdrd$m8d$1@news.eclipse.org...
> > Launch a runtime workspace.
> > Run -> Run... -> Eclipse Application -> New
> > This will launch another workbench from within Eclipse with the plug-ins
> > from the original installation + your workspace.
> > You will be able to debug the new application like any other Java
program.
> >
> > "Esat: Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
> > news:b2b05282953deca62a262fba30a62790$1@www.eclipse.org...
> >> Hi,
> >> I want to make some changes on the shapes example, in order to see how
it
> >> works. I checked out the shapes example from cvs, but I don't know how
to
> >> compile and run the modified example. I know running the binary example
> >> file(pressing CTRL+N, new example)
> >> but not my own modified own. The only way i found is, compiling the
> >> project
> >> and put the class files into the jar, then relaunch eclipse. This
method
> >> is
> >> very time consuming.
> >> I just want to modify,compile and run.:D
> >> Thanks
> >>
> >>
> >>
> >
> >
>
>
|
|
|
Re: Modifying GEF examples [message #188380 is a reply to message #188207] |
Wed, 20 July 2005 09:32 |
Eclipse User |
|
|
|
Originally posted by: esat.cs.bilkent.edu.tr
Sorry again, i have disturbed you too much,
But i am still unable to debug shapes examples. I would be very happy if you
describe the process step by step. Here is what i have done:
-Started eclipse.exe
-File->import->check out From CVS
-Downloaded all shapes example source codes.
-Then what i have to do? I tried Run->run..-> new eclipse workbench but i
don't know what to do next.
Thank you gor your help
"Pratik Shah" <none@unknown.com> wrote in message
news:dbj5si$un7$1@news.eclipse.org...
> Yes, because it's a new workbench running in a new/different workspace.
> You
> would create whatever files you want, just like you would in your main
> workspace. Create a new simple project and then a new example in it.
>
> "Esat Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
> news:dbiin2$2dp$1@news.eclipse.org...
>> When i run a new eclipse application, just a new Eclipse sdk windows
>> opens
>> and it is empty. No projects or editor windows are open.
>> How can i run the shapes example from the source code in an editor
> windows?
>> Could u please write in more detail? I am very very new to eclipse
>> Thanks a lot
>>
>> "Pratik Shah" <none@unknown.com> wrote in message
>> news:dbgdrd$m8d$1@news.eclipse.org...
>> > Launch a runtime workspace.
>> > Run -> Run... -> Eclipse Application -> New
>> > This will launch another workbench from within Eclipse with the
>> > plug-ins
>> > from the original installation + your workspace.
>> > You will be able to debug the new application like any other Java
> program.
>> >
>> > "Esat: Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
>> > news:b2b05282953deca62a262fba30a62790$1@www.eclipse.org...
>> >> Hi,
>> >> I want to make some changes on the shapes example, in order to see how
> it
>> >> works. I checked out the shapes example from cvs, but I don't know how
> to
>> >> compile and run the modified example. I know running the binary
>> >> example
>> >> file(pressing CTRL+N, new example)
>> >> but not my own modified own. The only way i found is, compiling the
>> >> project
>> >> and put the class files into the jar, then relaunch eclipse. This
> method
>> >> is
>> >> very time consuming.
>> >> I just want to modify,compile and run.:D
>> >> Thanks
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>
>
|
|
|
Re: Modifying GEF examples [message #188406 is a reply to message #188380] |
Wed, 20 July 2005 13:55 |
Michael Strothjohann Messages: 52 Registered: July 2009 |
Member |
|
|
try
1.) Run -> Run As -> Eclipse Application
2.) New -> Project -> Simple -> Project
3.) enter a project name
4.) then (for this new project) New -> File
5.) enter a file name ending with .shapes
6.) selecting this file will "activate" your modified schapes-program
Final) draw some rects to see your results.
Michael
"Esat Belviranli" <esat@cs.bilkent.edu.tr> schrieb im Newsbeitrag
news:dbl5nr$1aj$1@news.eclipse.org...
> Sorry again, i have disturbed you too much,
> But i am still unable to debug shapes examples. I would be very happy if
> you describe the process step by step. Here is what i have done:
> -Started eclipse.exe
> -File->import->check out From CVS
> -Downloaded all shapes example source codes.
> -Then what i have to do? I tried Run->run..-> new eclipse workbench but i
> don't know what to do next.
>
> Thank you gor your help
>
> "Pratik Shah" <none@unknown.com> wrote in message
> news:dbj5si$un7$1@news.eclipse.org...
>> Yes, because it's a new workbench running in a new/different workspace.
>> You
>> would create whatever files you want, just like you would in your main
>> workspace. Create a new simple project and then a new example in it.
>>
>> "Esat Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
>> news:dbiin2$2dp$1@news.eclipse.org...
>>> When i run a new eclipse application, just a new Eclipse sdk windows
>>> opens
>>> and it is empty. No projects or editor windows are open.
>>> How can i run the shapes example from the source code in an editor
>> windows?
>>> Could u please write in more detail? I am very very new to eclipse
>>> Thanks a lot
>>>
>>> "Pratik Shah" <none@unknown.com> wrote in message
>>> news:dbgdrd$m8d$1@news.eclipse.org...
>>> > Launch a runtime workspace.
>>> > Run -> Run... -> Eclipse Application -> New
>>> > This will launch another workbench from within Eclipse with the
>>> > plug-ins
>>> > from the original installation + your workspace.
>>> > You will be able to debug the new application like any other Java
>> program.
>>> >
>>> > "Esat: Belviranli" <esat@cs.bilkent.edu.tr> wrote in message
>>> > news:b2b05282953deca62a262fba30a62790$1@www.eclipse.org...
>>> >> Hi,
>>> >> I want to make some changes on the shapes example, in order to see
>>> >> how
>> it
>>> >> works. I checked out the shapes example from cvs, but I don't know
>>> >> how
>> to
>>> >> compile and run the modified example. I know running the binary
>>> >> example
>>> >> file(pressing CTRL+N, new example)
>>> >> but not my own modified own. The only way i found is, compiling the
>>> >> project
>>> >> and put the class files into the jar, then relaunch eclipse. This
>> method
>>> >> is
>>> >> very time consuming.
>>> >> I just want to modify,compile and run.:D
>>> >> Thanks
>>> >>
>>> >>
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>
|
|
| |
Goto Forum:
Current Time: Thu Dec 12 20:26:14 GMT 2024
Powered by FUDForum. Page generated in 0.04184 seconds
|