Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Eclipse Interactions Pane Equivalent?

1. create a 'Java Application' launch configuration for your 'Program8'
which is expected to have a 'main' method (see Run > Run
Configurations...).
2. on that launch config switch to the 'Argument's tab
3. enter "10 100 100 200 200 300 300" into the 'Program arguments' field
4. click 'Run'

In the future please ask such questions on the newsgroups.

Dani


                                                                           
             Brainstew                                                     
             <dquimbob@hotmail                                             
             .com>                                                      To 
             Sent by:                  platform-dev@xxxxxxxxxxx            
             platform-dev-boun                                          cc 
             ces@xxxxxxxxxxx                                               
                                                                   Subject 
                                       [platform-dev] Eclipse Interactions 
             06.11.2007 19:18          Pane Equivalent?                    
                                                                           
                                                                           
             Please respond to                                             
             "Eclipse platform                                             
                  general                                                  
             developers list."                                             
             <platform-dev@ecl                                             
                 ipse.org>                                                 
                                                                           
                                                                           





Is there an equivalent to Drjava's interactions pane in Eclipse? I prefer
Eclipse over Drjava, but several of my programming assignments require use
of Drjava's interactions pane. For example the program I'm working on right
now has several arguments, first speed then x and y coordinates. In Drjava
I
can run it through the interactions pane by typing:
java Program8 10 100 100 200 200 300 300

I have no idea how I can do the same using Netbeans, but would be greatfull
if someone could tell me so I can use it on future assignments.

Thanks in advance.
--
View this message in context:
http://www.nabble.com/Eclipse-Interactions-Pane-Equivalent--tf4759829.html#a13612060

Sent from the Eclipse Platform - General mailing list archive at
Nabble.com.

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev




Back to the top