Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
What I have searched and trying to do is create and add files to a target project automatically from my program, any idea on how to do it? Because so far I can create files and change whatever is necessary but can't see a way to add those to my other project.
You should just be able to write it to the java project directory. If it looks like it didn't work, try pressing Right Click > Refresh on your java project in eclipse.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
When I decompile a apk file via jadx-gui (command: jadx-gui --show-bad-code "apk file name.apk") it opens the GUI and I can see lots of classes, but when I open the path for the code (like com.JustLutz.App) I only see a R and a BuildConfig Class. But in the tutorial there are plenty other class and he select all classes besides of these two classes.
I googled and found no solution. I also tried to perform the command without the --show-bad-code parameter
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 months ago.
Improve this question
So I copied a bunch of java projects into my eclipse-workspace, but I cannot refresh the projects because they cannot be seen in the Eclipse. Is there even a way to do it?
I guess you need to use File-Import-Existing_project into the workspace. (apply to each new project). Browse to the location where the .classpath and .project files locates in your project.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I'm a student, so I want to upload all my different java exercises in github. I've got a repository called "OOP" and several subfolders one of them - "Exercises". I am also on Windows using Intellij IDEA.
Is there any way that I can upload my projects into the subfolder "Exercises" by using git?
Thank you so much!
For beginners, I recommand using Github Desktop. You add your files, commit and push using the user interface.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I have tried to create a new project using Spring Initializr in Intellij IDEA Ultimate, and I get this error message:
While creating the new project, the dialog windows gives you the option to add jdk. Add jdk15 location to the list and have it selected before you proceed to spring initalizer settings.
Else Goto Project Structure (CTRL+ALT+SHIFT+S) in windows and add Jdk15.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
In window Package Explorer I haven't any project(In workspace folder a have a few), I'm trying refresh view, but it's doesn't work, I dont know also how to open a whole project structure from this folder.
Create a new project called exactly the same name as a project you already have. Maybe there is an easier way to do it, but this works just fine if you don't have 625520 projects.