Discussion:
IntelillJ IDEA
a***@gmail.com
2017-05-06 17:36:05 UTC
Permalink
How can I set up IntelliJ IDEA so that I can develop a Robot in it? I am
currently using Eclipse but prefer the IDEA interface. I believe I may need
to use the `robocode.jar` file, or something similar, but I would really
appreciate some tips. Also, do any of you guys have some helpful strategies
I can implement quickly? Not the code, just a methodology. I thank all of
you guys for the help.
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
fnl
2017-05-09 21:34:00 UTC
Permalink
I don't know how to setup IntelliJ for developing a robot. But for any IDE,
you must setup the classpath to point on the robocode.jar file under /libs
as minimum. Preferable, the IDE should refer to the /libs directory so that
the classloader used in Robocode is able to load modules (.jar files) on
runtime from the /libs folder.

Here is a Youtube video (not English) from a guy that has set up Robocode
for IntelliJ 15. It could give you some hints for how to do it:


Cheers,
- Flemming


How can I set up IntelliJ IDEA so that I can develop a Robot in it? I am
Post by a***@gmail.com
currently using Eclipse but prefer the IDEA interface. I believe I may need
to use the `robocode.jar` file, or something similar, but I would really
appreciate some tips. Also, do any of you guys have some helpful strategies
I can implement quickly? Not the code, just a methodology. I thank all of
you guys for the help.
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...