jaspersoft studio - How to up and run java code in JasersoftStudio? -


i know if possible. used jaspersoftstudio, noticed when creating new project folder came jre library. see java editor in there well. possible write , run java code in jaspersoftstudio gui?

please share ideas on here.

regard, sakura

as may have noticed, jaspersoft studio repackaged eclipse. , yes possible run java code in it, it's bit more cumbersome in vanilla eclipse.

  1. in of jasper projects (the project icon in explorer should have little j), right click , open properties.

  2. in java build path, add new source folder.

  3. in new folder, create new file, , put main class in it.

  4. you can run keyboard shortcut alt-shift-x j. don't know if there's menu too.

additionally if have existing eclipse project, can import directly jaspersoft studio using import... existing projects workspace.


Comments

Popular posts from this blog

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -