eclipse tag

86 questions


1 answers
71 views
0
Eclipse Tomcat Setup Problems

I tried to build a server by installing Tomcat and connecting it to Eclipse.But no matter how much I searched on the Internet for a solution, I couldn't do it with the Eclipse that was on my computer....

2 years ago

1 answers
49 views
0
Is there a way to automatically create getter and setter in Eclipse?

I'm developing an Android project. There are a lot of variables in the objectIt's so hard for me to make a getter and setter. Is there anything that does this automatically?I thought about it. If you ...

2 years ago


1 answers
62 views
0
Javagui NullPointerException error.

package music_game_1;import java.awt.Color;import java.awt.Graphics;import java.awt.Image;import java.awt.event.MouseAdapter;import java.awt.event.MouseEvent;import java.awt.event.MouseMotionAdapter;i...

2 years ago

1 answers
101 views
0
How do I add a library project to an Android project?

Created a new Android project. I downloaded Action Bar for Android Library because I wanted to add one action bar at the top. I downloaded the file because I wanted to support Android 2.1 version of t...


1 answers
41 views
0
How do I add an existing project in Eclipse?

To import an Android project that is already in the current Eclipse workspace When you press File->New->Android Project, a dialog appears, and you check Create project from existing source, sele...

2 years ago

1 answers
46 views
0
How do I auto-align the source code in Eclipse?

For example, public static void main(String[] args){System.out.println(aaa);}If you have a code like this public static void main(String[] args){ System.out.println(aaa);}Isn't there a function to mak...

2 years ago

1 answers
47 views
0
R.java files don't come out when Eclipse develops Android.

Windows 7 R.java cannot be updated. When I added a new resource file, it didn't update at all, so I thought Eclipse would create it again when I deleted R.java, so I deleted the R.java file. But the R...


4 answers
77 views
0
I'm developing the Java Web. Do you use Lombok in practice?

We are developing the web with springs.The company is only modifying the coat that the shooter gives me...I'm going to study personally.https://github.com/origoni/Spring-BlogLooking at this coat, I ca...

2 years ago

1 answers
40 views
0
I made a JSP homepage file

Eclipse has created a JSP homepage file.I can connect to Oracle database, but is it possible to connect to the database after uploading it on the homepage?In Eclipse, you can do Tomcatkey right away, ...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.