|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Interactions without DrJavaHi,
My name is Eddie Hillenbrand, I'm a student at Northern Arizona University. I have been looking for an interactive Java interpreter. My search lead me to DynamicJava, but it didn't behave like other interactive interpreters I've used in the past, namely Python and irb (interactive Ruby). Then I found DrJava. The Interactions pane behaves just the way I want. So I got a hold of the DrJava source code. Then I compiled DynamicJava, but when I ran the jar it was the same as standard DynamicJava. My question is, how do I get DynamicJava to behave like it does in DrJava? Thanks in advance, Eddie ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Drjava-users mailing list Drjava-users@... https://lists.sourceforge.net/lists/listinfo/drjava-users |
|
|
Re: Interactions without DrJavaHi--
I know that at one point (many years ago), it was possible to launch the DrJava Interactions pane on its own like this: java -cp drjava.jar edu.rice.cs.drjava.ui.SimpleInteractionsWindow The interactions pane has changed a bit since then, though, so I don't know if that still works. Perhaps the developers can test it out (and maybe improve the interface a bit), if it's a useful tool for people. Hope that helps, Charlie Eddie Hillenbrand wrote: > Hi, > > My name is Eddie Hillenbrand, I'm a student at Northern Arizona > University. I have been looking for an interactive Java interpreter. > My search lead me to DynamicJava, but it didn't behave like other > interactive interpreters I've used in the past, namely Python and irb > (interactive Ruby). > > Then I found DrJava. The Interactions pane behaves just the way I > want. So I got a hold of the DrJava source code. Then I compiled > DynamicJava, but when I ran the jar it was the same as standard > DynamicJava. My question is, how do I get DynamicJava to behave like > it does in DrJava? > > Thanks in advance, > > Eddie > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Drjava-users mailing list > Drjava-users@... > https://lists.sourceforge.net/lists/listinfo/drjava-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Drjava-users mailing list Drjava-users@... https://lists.sourceforge.net/lists/listinfo/drjava-users |
| Free Forum Powered by Nabble | Forum Help |