Ubuntu Penguin
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created Spring Boot - Error: Could not find or load main class
AnsweredHello Folks, When I go to run my Spring Boot application using the little "Run" button, I get "Error: Could not find or load main class...". When I run my jar with the command line, it starts up... -
Created Breakpoints aren't hit in Angular project.
Hello Folks, I'm using Intellij 2017.1.4 and I am building an Angular project. Even though I set my breakpoints, they never seem to be hit during debugging. I've tried everything but nothing s... -
Created Error:No system java compiler is provided by the JRE. Make sure tools.jar is present in IntelliJ IDEA classpath.
Hello Everyone,So I am having problems compiling an Adobe AIR app. It's the default template when you first create an AIR app, and I am always assaulted with this message after hitting the Run but... -
Created Make squiggly lines go away in a JS file
Hello Everyone, I have a JS file, and for some reason, it kicks off the validator. Below is the contents of the file. It begins to complain at the left bracket in the "Ext.Ajax.request({" and d... -
Created Remote Deployment
Is there a way to make a "skinny" version of a RubyMine project. My project currently clocks in at 500M due to log files and git files. Is there a way to make it deploy remotely and leave that st... -
Created Can't debug server
TL;DR Rubymine local development server hits breakpoint, but kind of hangs and doesn't let me use the natural debugging functions or show local variables.Hello Everyone, I am trying to debug my ru... -
Created Ruby Debug Context
Hello Everyone, I know that to debug I have to use the context menu which I believe is obtained by right clicking the project or test folder and selecting it to run the tests. However, whenever I... -
Created Rubymine Debug, Console/Menu Difference
How come when I click debug from the menu bar nothing happens, but if I use the context menu it works like a charm ? Not ragging on anybody, just looking to better understand this strange yet new ... -
Created Rails Console vs. Command Line
Hello Everyone, I am having a litle difficulty using the rails console. For instance, when I run this command "bundle exec rake db:migrate" in the command line (Ubuntu) it works. However, when I... -
Created Create Models From DB
Hello Everyone, I am new to Ruby. I was wondering if there was a way to create the models from the db. I have tried using migrations, but to no avail. All of the documentation I have read point...